Searched defs:HbFontCache (Results 1 – 1 of 1) sorted by relevance
47 class HbFontCache : private OnEntryRemoved<int32_t, hb_font_t*> { class49 HbFontCache() : mCache(kMaxEntries) { in HbFontCache() function in android::HbFontCache