Lines Matching refs:mpGlyphOffsets
1097 GOFFSET* mpGlyphOffsets; // glyph offsets to the "naive" layout member in UniscribeLayout
1250 mpGlyphOffsets( NULL ),
1268 delete[] mpGlyphOffsets;
1434 mpGlyphOffsets = new GOFFSET[ mnGlyphCapacity ];
1587 mpGlyphOffsets + rVisualItem.mnMinGlyphPos,
1678 mpGlyphOffsets[i].du = (LONG)(mpGlyphOffsets[i].du * mfFontScale);
1679 mpGlyphOffsets[i].dv = (LONG)(mpGlyphOffsets[i].dv * mfFontScale);
1890 const GOFFSET aGOffset = mpGlyphOffsets[ nStart ];
1978 if( (mpGlyphOffsets && (mpGlyphOffsets[nStart].du != aGOffset.du) )
1983 if( mpGlyphOffsets && (mpGlyphOffsets[nStart].dv != aGOffset.dv) )
2176 mpGlyphOffsets[ j ] = mpGlyphOffsets[ i ];
2244 mpGlyphOffsets + nMinGlyphPos );