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

/haiku/src/servers/app/font/
H A DFontCacheEntry.h116 bool CanCreateGlyph(uint32 glyphCode);
H A DGlyphLayoutEngine.h383 if (entry->CanCreateGlyph(charCode)) {
483 if (fallbackEntry != NULL && fallbackEntry->CanCreateGlyph(charCode))
H A DFontCacheEntry.cpp287 FontCacheEntry::CanCreateGlyph(uint32 glyphCode) function in class:FontCacheEntry
/haiku/src/servers/app/
H A DServerFont.cpp715 hasArray[charIndex] = entry->CanCreateGlyph(charCode);

Completed in 23 milliseconds