Home
last modified time | relevance | path

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

/AOO42X/main/vcl/os2/source/gdi/
H A Dos2layout.cxx160 int* mpGlyphAdvances; // if possible this is shared with mpGlyphAdvances[] member in Os2SalLayout
203 mpGlyphAdvances( NULL ), in Os2SalLayout()
224 if( mpCharWidths != mpGlyphAdvances ) in ~Os2SalLayout()
227 delete[] mpGlyphAdvances; in ~Os2SalLayout()
337 mpGlyphAdvances = new int[ mnGlyphCount ];
373 mpGlyphAdvances[ i ] = nGlyphWidth;
378 mpGlyphAdvances[ i+1 ] = 0;
422 mnWidth += mnNotdefWidth - mpGlyphAdvances[i];
423 mpGlyphAdvances[i] = mnNotdefWidth;
439 mpGlyphOrigAdvs[i] = mpGlyphAdvances[i];
[all …]
/AOO42X/main/vcl/win/source/gdi/
H A Dwinlayout.cxx199 int* mpGlyphAdvances; // if possible this is shared with mpGlyphAdvances[] member in SimpleWinLayout
262 mpGlyphAdvances( NULL ), in SimpleWinLayout()
283 if( mpCharWidths != mpGlyphAdvances ) in ~SimpleWinLayout()
286 delete[] mpGlyphAdvances; in ~SimpleWinLayout()
395 mpGlyphAdvances = new int[ mnGlyphCount ];
445 mpGlyphAdvances[ i ] = nGlyphWidth;
450 mpGlyphAdvances[ i+1 ] = 0;
490 mnWidth += mnNotdefWidth - mpGlyphAdvances[i];
491 mpGlyphAdvances[i] = mnNotdefWidth;
507 mpGlyphOrigAdvs[i] = mpGlyphAdvances[i];
[all …]
/AOO42X/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()
/AOO42X/main/vcl/inc/os2/
H A Dsallayout.h50 int* mpGlyphAdvances; // if possible this is shared with mpGlyphAdvances[]