Lines Matching refs:mpGlyphs2Chars
92 mutable int* mpGlyphs2Chars; // map absolute glyphpos to absolute charpos member in ATSLayout
136 mpGlyphs2Chars( NULL ), in ATSLayout()
157 delete[] mpGlyphs2Chars; in ~ATSLayout()
500 if( mpGlyphs2Chars ) in GetNextGlyphs()
501 nCharPos = mpGlyphs2Chars[nStart]; in GetNextGlyphs()
535 const int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[nStart] : nStart + mnMinCharPos; in GetNextGlyphs()
563 if( mpGlyphs2Chars ) in GetNextGlyphs()
564 nCharPos = mpGlyphs2Chars[nStart]; in GetNextGlyphs()
897 mpGlyphs2Chars = new int[ iLayoutDataCount ]; in InitGIA()
927 mpGlyphs2Chars[ mnGlyphCount ] = nRelativeIdx + mnMinCharPos; in InitGIA()
1075 DELETEAZ( mpGlyphs2Chars ); in InvalidateMeasurements()