Lines Matching refs:nGlyphIndex
280 LEGlyphID nGlyphIndex = mrServerFont.GetRawGlyphIndex( ch ); in mapCharToGlyph() local
281 return nGlyphIndex; in mapCharToGlyph()
313 void IcuFontFromServerFont::getGlyphAdvance( LEGlyphID nGlyphIndex, in getGlyphAdvance() argument
316 if( (nGlyphIndex == ICU_MARKED_GLYPH) in getGlyphAdvance()
317 || (nGlyphIndex == ICU_DELETED_GLYPH) ) in getGlyphAdvance()
324 const GlyphMetric& rGM = mrServerFont.GetGlyphMetric( nGlyphIndex ); in getGlyphAdvance()
482 LEGlyphID nGlyphIndex = pIcuGlyphs[i]; in operator ()() local
484 if( (nGlyphIndex == ICU_MARKED_GLYPH) in operator ()()
485 || (nGlyphIndex == ICU_DELETED_GLYPH) ) in operator ()()
500 if( !nGlyphIndex ) in operator ()()
532 nGlyphIndex = rFont.FixupGlyphIndex( nGlyphIndex, aChar ); in operator ()()
541 const GlyphMetric& rGM = rFont.GetGlyphMetric( nGlyphIndex ); in operator ()()
630 GlyphItem aGI( nCharPos, nGlyphIndex, aNewPos, nGlyphFlags, nGlyphWidth ); in operator ()()