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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 67 return getCachedFontData(getCachedFontPlatformData(font.fontDescription(), atomicFamily, false));
84 fontPlatformData = getCachedFontPlatformData(description, serifStr);
87 fontPlatformData = getCachedFontPlatformData(description, monospaceStr);
91 fontPlatformData = getCachedFontPlatformData(description, sansStr);
FontCacheChromiumWin.cpp 442 data = getCachedFontPlatformData(font.fontDescription(), AtomicString(family, wcslen(family)), false);
502 data = getCachedFontPlatformData(font.fontDescription(), AtomicString(family, wcslen(family)));
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCacheAndroid.cpp 124 fontPlatformData = getCachedFontPlatformData(description, serifStr);
127 fontPlatformData = getCachedFontPlatformData(description, monospaceStr);
131 fontPlatformData = getCachedFontPlatformData(description, sansStr);
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.h 101 FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);
FontCache.cpp 179 FontPlatformData* FontCache::getCachedFontPlatformData(const FontDescription& fontDescription,
208 result = getCachedFontPlatformData(fontDescription, alternateName, true);
258 FontPlatformData* platformData = getCachedFontPlatformData(fontDescription, family, checkingAlternateName);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 72 FontPlatformData* result = fontCache()->getCachedFontPlatformData(fontDesc, m_platformData.family());
FontCacheWinCE.cpp 309 FontPlatformData* result = getCachedFontPlatformData(fontDescription, familyName);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 286 FontPlatformData* result = getCachedFontPlatformData(font.fontDescription(), familyName);

Completed in 55 milliseconds