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