Searched refs:mpGlyphIds (Results 1 – 3 of 3) sorted by relevance
89 mutable ATSGlyphRef* mpGlyphIds; // ATSU glyph ids member in ATSLayout133 mpGlyphIds( NULL ), in ATSLayout()161 delete[] mpGlyphIds; in ~ATSLayout()531 sal_GlyphId aGlyphId = mpGlyphIds[nStart]; in GetNextGlyphs()895 mpGlyphIds = new ATSGlyphRef[ iLayoutDataCount ]; in InitGIA()924 mpGlyphIds[ mnGlyphCount ] = rALR.glyphID; in InitGIA()1007 DBG_ASSERT( (mpGlyphIds!=NULL), "GetIdealX() called with mpGlyphIds==NULL !" ); in GetIdealX()1014 mnGlyphCount, &mpGlyphIds[0], sizeof(*mpGlyphIds), &aIdealMetrics[0] ); in GetIdealX()1072 DELETEAZ( mpGlyphIds ); in InvalidateMeasurements()
39 , mpGlyphIds( pExtraGlyphIds) in CmapResult()50 , mpGlyphIds( rCR.mpGlyphIds ) in ImplFontCharMap()84 delete[] mpGlyphIds; in ~ImplFontCharMap()202 nGlyphIndex = mpGlyphIds[ nGlyphIndex - nStartIndex]; in GetGlyphIndex()333 rResult.mpGlyphIds = NULL; in ParseCMAP()607 rResult.mpGlyphIds = pGlyphIds; in ParseCMAP()
211 const sal_uInt16* mpGlyphIds; // individual glyphid mappings member in ImplFontCharMap227 const sal_uInt16* mpGlyphIds; member in CmapResult
Completed in 24 milliseconds