Searched defs:HbFontCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DHbFontCache.cpp19 #include "HbFontCache.h"
47 class HbFontCache : private OnEntryRemoved<int32_t, hb_font_t*> { class in namespace:android
49 HbFontCache() : mCache(kMaxEntries) { function in class:android::HbFontCache
80 HbFontCache* getFontCacheLocked() {
82 static HbFontCache* cache = nullptr;
84 cache = new HbFontCache();
113 HbFontCache* fontCache = getFontCacheLocked();

Completed in 49 milliseconds