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

/frameworks/minikin/libs/minikin/
H A DHbFontCache.cpp19 #include "HbFontCache.h"
32 class HbFontCache : private android::OnEntryRemoved<int32_t, hb_font_t*> { class in namespace:minikin
34 HbFontCache() : mCache(kMaxEntries) { function in class:minikin::HbFontCache
65 HbFontCache* getFontCacheLocked() {
67 static HbFontCache* cache = nullptr;
69 cache = new HbFontCache();
98 HbFontCache* fontCache = getFontCacheLocked();
H A DAndroid.mk29 HbFontCache.cpp \

Completed in 460 milliseconds