Searched refs:cachedFont (Results 1 – 2 of 2) sorted by relevance
36 private Font cachedFont; field in VariableSizeFont60 cachedFont = font.deriveFont((float)s); in getFont()63 return cachedFont; in getFont()
248 … CachedFont* cachedFont = m_document->cachedResourceLoader()->requestFont(item->resource()); in addFontFaceRule() local249 if (cachedFont) { in addFontFaceRule()250 source = new CSSFontFaceSource(item->resource(), cachedFont); in addFontFaceRule()