Home
last modified time | relevance | path

Searched refs:mpGlyphAdvances (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx203 mpGlyphAdvances( NULL ), in Os2SalLayout()
227 delete[] mpGlyphAdvances; in ~Os2SalLayout()
378 mpGlyphAdvances[ i+1 ] = 0;
600 (LONG*)mpGlyphAdvances, 0);
605 (LONG*)mpGlyphAdvances, 0);
615 (LONG*)mpGlyphAdvances, 0);
730 if( mpGlyphAdvances[i] >= 0 )
737 if( mpGlyphAdvances[i] <= 0 )
841 nXPos += mpGlyphAdvances[i];
917 mpGlyphAdvances[ i ] = 0;
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx262 mpGlyphAdvances( NULL ), in SimpleWinLayout()
286 delete[] mpGlyphAdvances; in ~SimpleWinLayout()
569 mpGlyphAdvances[i] = (int)(mpGlyphAdvances[i] * mfFontScale);
804 if( mpGlyphAdvances[i] >= 0 )
811 if( mpGlyphAdvances[i] <= 0 )
915 nXPos += mpGlyphAdvances[i];
1008 mpGlyphAdvances[ nNewGC ] = mpGlyphAdvances[ i ];
1248 mpGlyphAdvances( NULL ),
1266 delete[] mpGlyphAdvances;
1677 mpGlyphAdvances[i] = (int)(mpGlyphAdvances[i] * mfFontScale);
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx94 mutable Fixed* mpGlyphAdvances; // contains glyph widths for the justified layout member in ATSLayout
138 mpGlyphAdvances( NULL ), in ATSLayout()
159 if( mpCharWidths != mpGlyphAdvances ) in ~ATSLayout()
163 delete[] mpGlyphAdvances; in ~ATSLayout()
494 nXOffset += mpGlyphAdvances[ i ]; in GetNextGlyphs()
557 *(pGlyphAdvances++) = Fixed2Vcl( mpGlyphAdvances[nStart] ); in GetNextGlyphs()
578 if( mpGlyphAdvances[nStart-1] != mpGlyphOrigAdvs[nStart-1] ) in GetNextGlyphs()
896 mpGlyphAdvances = new Fixed[ iLayoutDataCount ]; in InitGIA()
912 mpGlyphAdvances[ mnGlyphCount-1 ] = rALR.realPos - nLeftPos; in InitGIA()
1077 DELETEAZ( mpGlyphAdvances ); in InvalidateMeasurements()
/trunk/main/vcl/inc/os2/
H A Dsallayout.h50 int* mpGlyphAdvances; // if possible this is shared with mpGlyphAdvances[]

Completed in 36 milliseconds