Searched defs:FontCache (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.h53 class FontCache { class in namespace:WebCore
54 WTF_MAKE_NONCOPYABLE(FontCache); WTF_MAKE_FAST_ALLOCATED;
56 friend FontCache* fontCache();
97 FontCache();
98 ~FontCache();
114 FontCache* fontCache();
H A DFontCache.cpp31 #include "FontCache.h"
46 FontCache* fontCache()
48 DEFINE_STATIC_LOCAL(FontCache, globalFontCache, ());
52 FontCache::FontCache() function in class:WebCore::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)
304 void FontCache
[all...]

Completed in 293 milliseconds