HomeSort by relevance Sort by last modified time
    Searched defs:cachedFont (Results 1 - 4 of 4) sorted by null

  /external/proguard/src/proguard/gui/splash/
VariableSizeFont.java 36 private Font cachedFont;
60 cachedFont = font.deriveFont((float)s);
63 return cachedFont;
  /external/webkit/Source/WebCore/css/
CSSFontSelector.cpp 30 #include "CachedFont.h"
248 CachedFont* cachedFont = m_document->cachedResourceLoader()->requestFont(item->resource());
249 if (cachedFont) {
250 source = new CSSFontFaceSource(item->resource(), cachedFont);
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 63 milliseconds