Searched refs:cachedFont (Results 1 – 2 of 2) sorted by relevance
120 Font cachedFont = mFonts.get(desiredStyle);121 if (cachedFont != null) {122 return cachedFont;
213 Font cachedFont = mFonts.get(desiredStyle); in getFont() local214 if (cachedFont != null) { in getFont()215 return cachedFont; in getFont()