Searched refs:mpGlyphAdvances (Results 1 – 4 of 4) sorted by relevance
203 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 …]
262 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 …]
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[]
Completed in 37 milliseconds