Lines Matching refs:LEGlyphID
182 static const LEGlyphID ICU_DELETED_GLYPH = 0xFFFF;
183 static const LEGlyphID ICU_MARKED_GLYPH = 0xFFFE;
206 virtual LEGlyphID mapCharToGlyph( LEUnicode32 ch ) const;
212 virtual void getGlyphAdvance( LEGlyphID glyph, LEPoint &advance ) const;
213 …virtual le_bool getGlyphPoint( LEGlyphID glyph, le_int32 pointNumber, LEPoint& point ) con…
278 LEGlyphID IcuFontFromServerFont::mapCharToGlyph( LEUnicode32 ch ) const in mapCharToGlyph()
280 LEGlyphID nGlyphIndex = mrServerFont.GetRawGlyphIndex( ch ); in mapCharToGlyph()
313 void IcuFontFromServerFont::getGlyphAdvance( LEGlyphID nGlyphIndex, in getGlyphAdvance()
333 le_bool IcuFontFromServerFont::getGlyphPoint( LEGlyphID, in getGlyphPoint() argument
407 const int nAllocSize = sizeof(LEGlyphID) + sizeof(le_int32) + sizeof(IcuPosition); in operator ()()
408 … LEGlyphID* pIcuGlyphs = (LEGlyphID*)alloca( (nGlyphCapacity * nAllocSize) + sizeof(IcuPosition) ); in operator ()()
409 le_int32* pCharIndices = (le_int32*)((char*)pIcuGlyphs + nGlyphCapacity * sizeof(LEGlyphID) ); in operator ()()
482 LEGlyphID nGlyphIndex = pIcuGlyphs[i]; in operator ()()
563 LEGlyphID nNextGlyphIndex = pIcuGlyphs[j]; in operator ()()