HomeSort by relevance Sort by last modified time
    Searched refs:getCachedFontData (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCacheWx.cpp 45 fontData = getCachedFontData(font.fontDescription(), font.family().family());
69 simpleFontData = getCachedFontData(font.fontDescription(), geezaStr);
75 simpleFontData = getCachedFontData(font.fontDescription(), font.family().family());
90 fallback = getCachedFontData(fontDescription, fallbackName);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontCacheHaiku.cpp 52 return getCachedFontData(&data);
67 return getCachedFontData(fontDescription, plainFontFamily);
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCachePango.cpp 53 return getCachedFontData(fontDescription, timesStr);
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCacheQt.cpp 60 return getCachedFontData(new FontPlatformData(fontDescription, fallbackFamily));
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.h 83 SimpleFontData* getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName = false);
107 SimpleFontData* getCachedFontData(const FontPlatformData*);
109 friend class SimpleFontData; // For getCachedFontData(const FontPlatformData*)
FontFallbackList.cpp 118 const FontData* fontData = fontCache()->getCachedFontData(&platformData);
FontCache.cpp 256 SimpleFontData* FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName)
262 return getCachedFontData(platformData);
265 SimpleFontData* FontCache::getCachedFontData(const FontPlatformData* platformData)
384 result = getCachedFontData(font.fontDescription(), currFamily->family());
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 67 return getCachedFontData(getCachedFontPlatformData(font.fontDescription(), atomicFamily, false));
96 return getCachedFontData(fontPlatformData);
FontCacheChromiumWin.cpp 330 SimpleFontData* fontData = fontCache->getCachedFontData(fontDescription, font.lfFaceName);
510 return getCachedFontData(data);
538 SimpleFontData* simpleFont = getCachedFontData(description, fontStr);
547 return getCachedFontData(description, fallbackFontName);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 147 return getCachedFontData(&alternateFont);
163 simpleFontData = getCachedFontData(font.fontDescription(), geezaStr);
177 SimpleFontData* simpleFontData = getCachedFontData(fontDescription, timesStr);
186 return getCachedFontData(fontDescription, lucidaGrandeStr);
SimpleFontDataMac.mm 401 return fontCache()->getCachedFontData(&scaledFontData);
  /external/webkit/Source/WebCore/css/
CSSFontFaceSource.cpp 112 SimpleFontData* fontData = fontCache()->getCachedFontData(fontDescription, m_string);
182 SimpleFontData* tempData = fontCache()->getCachedFontData(fontDescription, m_string);
CSSFontSelector.cpp 415 return fontCache()->getCachedFontData(fontDescription, genericFamily);
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCacheFreeType.cpp 92 return getCachedFontData(&alternateFontData);
100 return getCachedFontData(&alternateFontData);
113 return getCachedFontData(fontDescription, timesStr);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCacheAndroid.cpp 136 return getCachedFontData(fontPlatformData);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 288 fontData = getCachedFontData(result);
307 SimpleFontData* fontData = fontCache->getCachedFontData(fontDescription, familyName);
317 return getCachedFontData(fontDescription, fallbackFontName);
334 if (simpleFont = getCachedFontData(fontDescription, fallbackFonts[i])) {
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 311 if (SimpleFontData* fontData = getCachedFontData(result))
328 return getCachedFontData(fontDesc, FontPlatformData::defaultFontFamily());

Completed in 378 milliseconds