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

/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp297 FontCacheEntry::CreateGlyph(uint32 glyphCode, FontCacheEntry* fallbackEntry) argument
301 // we ask the fallbackEntry for the code to index translation and let it
314 if (glyphIndex == 0 && fallbackEntry != NULL) {
316 // the fallbackEntry.
317 engine = &fallbackEntry->fEngine;
H A DGlyphLayoutEngine.h482 FontCacheEntry* fallbackEntry = fallbackReference->Entry(); local
483 if (fallbackEntry != NULL && fallbackEntry->CanCreateGlyph(charCode))
H A DFontCacheEntry.h115 FontCacheEntry* fallbackEntry = NULL);

Completed in 43 milliseconds