Searched refs:InterpKey (Results 1 – 1 of 1) sorted by relevance
46 private data class InterpKey(var l: Font?, var r: Font?, var progress: Float) { dataClass82 private val interpCache = hashMapOf<InterpKey, Font>()86 private val tmpInterpKey = InterpKey(null, null, 0f)145 interpCache[InterpKey(start, end, progress)] = axesCachedFont155 interpCache[InterpKey(start, end, progress)] = newFont