Searched refs:FontCache (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h14 #include "FontCache.h"
45 FontCache::Default()->Recycle(fCacheEntry);
175 FontCache::Default()->Recycle(fCacheEntry);
249 FontCache* cache = FontCache::Default();
467 FontCache::Default()->Recycle(entry);
H A DFontCacheEntry.h85 class FontCache;
132 // private to FontCache class:
H A DFontCache.cpp9 #include "FontCache.h"
24 FontCache
25 FontCache::sDefaultInstance;
30 FontCache::FontCache() function in class:FontCache
31 : MultiLocker("FontCache lock")
37 FontCache::~FontCache()
42 /*static*/ FontCache*
43 FontCache
[all...]
H A DFontCache.h19 class FontCache : public MultiLocker { class in inherits:MultiLocker
21 FontCache();
22 virtual ~FontCache();
25 static FontCache* Default();
34 static FontCache sDefaultInstance;

Completed in 23 milliseconds