Searched refs:SkVarFontCache (Results 1 – 1 of 1) sorted by relevance
99 class SkVarFontCache { class101 SkVarFontCache() : fLRUCache(MAX_VARFONT_CACHE_SIZE) {} in SkVarFontCache() function in __anon0e8127d50111::SkVarFontCache103 static SkVarFontCache& Instance() in Instance()105 static SkVarFontCache cache; in Instance()289 typeface = SkVarFontCache::Instance().GetVarFont(typeface, args); in MakeDeserialize()