Searched refs:cachedFont (Results 1 – 4 of 4) sorted by relevance
131 Font cachedFont = mFonts.get(desiredStyle);132 if (cachedFont != null) {133 return cachedFont;
109 val cachedFont = interpCache[tmpInterpKey] regex110 if (cachedFont != null) {111 return cachedFont
91 val cachedFont = interp.lerp(startFont, endFont, 0.5f) regex92 assertThat(resultFont).isSameInstanceAs(cachedFont)
207 Font cachedFont = mFonts.get(desiredStyle); in getFont() local208 if (cachedFont != null) { in getFont()209 return cachedFont; in getFont()