Home
last modified time | relevance | path

Searched refs:LEGlyphID (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/source/glyphs/
H A Dgcach_layout.cxx182 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 ()()
[all …]