Home
last modified time | relevance | path

Searched refs:cachedFont (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DVariableSizeFont.java36 private Font cachedFont; field in VariableSizeFont
60 cachedFont = font.deriveFont((float)s); in getFont()
63 return cachedFont; in getFont()
/external/webkit/Source/WebCore/css/
DCSSFontSelector.cpp248 … CachedFont* cachedFont = m_document->cachedResourceLoader()->requestFont(item->resource()); in addFontFaceRule() local
249 if (cachedFont) { in addFontFaceRule()
250 source = new CSSFontFaceSource(item->resource(), cachedFont); in addFontFaceRule()