Searched refs:MAX_VARFONT_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
97 constexpr int MAX_VARFONT_CACHE_SIZE = 64; variable101 SkVarFontCache() : fLRUCache(MAX_VARFONT_CACHE_SIZE) {} in SkVarFontCache()