Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkTypeface.cpp99 class SkVarFontCache { class
101 SkVarFontCache() : fLRUCache(MAX_VARFONT_CACHE_SIZE) {} in SkVarFontCache() function in __anon0e8127d50111::SkVarFontCache
103 static SkVarFontCache& Instance() in Instance()
105 static SkVarFontCache cache; in Instance()
289 typeface = SkVarFontCache::Instance().GetVarFont(typeface, args); in MakeDeserialize()