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

  /external/webkit/Source/WebCore/platform/graphics/
FontCache.h 53 class FontCache {
54 WTF_MAKE_NONCOPYABLE(FontCache); WTF_MAKE_FAST_ALLOCATED;
56 friend FontCache* fontCache();
97 FontCache();
98 ~FontCache();
113 // Get the global fontCache.
114 FontCache* fontCache();
FontCache.cpp 31 #include "FontCache.h"
46 FontCache* fontCache()
48 DEFINE_STATIC_LOCAL(FontCache, globalFontCache, ());
52 FontCache::FontCache()
179 FontPlatformData* FontCache::getCachedFontPlatformData(const FontDescription& fontDescription,
256 SimpleFontData* FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName)
265 SimpleFontData* FontCache::getCachedFontData(const FontPlatformData* platformData)
289 void FontCache::releaseFontData(const SimpleFontData* fontData
    [all...]

Completed in 23 milliseconds