Searched refs:interpCache (Results 1 – 1 of 1) sorted by relevance
90 private val interpCache = LruCache<InterpKey, Font>(cacheMaxEntries) in <lambda>() constant115 val cachedFont = interpCache[tmpInterpKey] in <lambda>()158 interpCache.put(InterpKey(start, end, progress), axesCachedFont) in <lambda>()169 interpCache.put(InterpKey(start, end, progress), newFont) in <lambda>()