Searched refs:GlyphIndexForGlyphCode (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp291 uint32 glyphIndex = fEngine.GlyphIndexForGlyphCode(glyphCode);
313 uint32 glyphIndex = engine->GlyphIndexForGlyphCode(glyphCode);
318 glyphIndex = engine->GlyphIndexForGlyphCode(glyphCode);
332 glyphIndex = engine->GlyphIndexForGlyphCode(0x20 /* space */);
H A DFontEngine.h95 uint32 GlyphIndexForGlyphCode(uint32 glyphCode) const;
H A DFontEngine.cpp474 FontEngine::GlyphIndexForGlyphCode(uint32 glyphCode) const function in class:FontEngine

Completed in 91 milliseconds