Searched refs:HbFontCache (Results 1 – 2 of 2) sorted by relevance
47 class HbFontCache : private OnEntryRemoved<int32_t, hb_font_t*> { class49 HbFontCache() : mCache(kMaxEntries) { in HbFontCache() function in android::HbFontCache80 HbFontCache* getFontCacheLocked() { in getFontCacheLocked()82 static HbFontCache* cache = nullptr; in getFontCacheLocked()84 cache = new HbFontCache(); in getFontCacheLocked()113 HbFontCache* fontCache = getFontCacheLocked(); in getHbFontLocked()
40 HbFontCache.cpp \