Searched refs:glyphIndex (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp92 const GlyphCache* FindGlyph(uint32 glyphIndex) const
94 return fGlyphTable.Lookup(glyphIndex);
97 GlyphCache* CacheGlyph(uint32 glyphIndex, argument
102 GlyphCache* glyph = fGlyphTable.Lookup(glyphIndex);
106 glyph = new(std::nothrow) GlyphCache(glyphIndex, dataSize, dataType,
291 uint32 glyphIndex = fEngine.GlyphIndexForGlyphCode(glyphCode); local
292 return glyphIndex != 0;
313 uint32 glyphIndex = engine->GlyphIndexForGlyphCode(glyphCode); local
314 if (glyphIndex == 0 && fallbackEntry != NULL) {
318 glyphIndex
[all...]
H A DFontCacheEntry.h45 GlyphCache(uint32 glyphIndex, uint32 dataSize, glyph_data_type dataType, argument
50 glyph_index(glyphIndex),
H A DFontEngine.h96 bool PrepareGlyph(uint32 glyphIndex);
H A DFontEngine.cpp481 FontEngine::PrepareGlyph(uint32 glyphIndex) argument
489 fLastError = FT_Load_Glyph(fFace, glyphIndex, loadFlags
499 fLastError = FT_Load_Glyph(fFace, glyphIndex, loadFlags);

Completed in 88 milliseconds