Searched refs:cachedFont (Results 1 – 2 of 2) sorted by relevance
131 Font cachedFont = mFonts.get(desiredStyle);132 if (cachedFont != null) {133 return cachedFont;
207 Font cachedFont = mFonts.get(desiredStyle); in getFont() local208 if (cachedFont != null) { in getFont()209 return cachedFont; in getFont()