Home
last modified time | relevance | path

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

/trunk/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;
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
408LEGlyphID* pIcuGlyphs = (LEGlyphID*)alloca( (nGlyphCapacity * nAllocSize) + sizeof(IcuPosition) ); in operator ()()
482 LEGlyphID nGlyphIndex = pIcuGlyphs[i]; in operator ()()
[all …]

Completed in 19 milliseconds