Home
last modified time | relevance | path

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

/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h193 static FontCacheEntry* FontCacheEntryFor(const ServerFont& font,
247 GlyphLayoutEngine::FontCacheEntryFor(const ServerFont& font, bool forceVector) in FontCacheEntryFor() function
250 FontCacheEntry* entry = cache->FontCacheEntryFor(font, forceVector); in FontCacheEntryFor()
283 entry = FontCacheEntryFor(font, consumer.NeedsVector()); in LayoutGlyphs()
458 FontCacheEntry* entry = FontCacheEntryFor(fallbackFont, forceVector); in PopulateFallbacks()
H A DFontCache.h27 FontCacheEntry* FontCacheEntryFor(const ServerFont& font,
H A DFontCache.cpp50 FontCache::FontCacheEntryFor(const ServerFont& font, bool forceVector) in FontCacheEntryFor() function in FontCache
/haiku/src/servers/app/
H A DServerFont.cpp705 entry = GlyphLayoutEngine::FontCacheEntryFor(*this, false); in GetHasGlyphs()