Home
last modified time | relevance | path

Searched refs:MAX_VARFONT_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkTypeface.cpp97 constexpr int MAX_VARFONT_CACHE_SIZE = 64; variable
101 SkVarFontCache() : fLRUCache(MAX_VARFONT_CACHE_SIZE) {} in SkVarFontCache()