Searched refs:mpGlyphAdvances (Results 1 – 4 of 4) sorted by relevance
160 int* mpGlyphAdvances; // if possible this is shared with mpGlyphAdvances[] member in Os2SalLayout203 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 …]
199 int* mpGlyphAdvances; // if possible this is shared with mpGlyphAdvances[] member in SimpleWinLayout262 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 …]
94 mutable Fixed* mpGlyphAdvances; // contains glyph widths for the justified layout member in ATSLayout138 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()
50 int* mpGlyphAdvances; // if possible this is shared with mpGlyphAdvances[]