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

  /external/webkit/WebCore/platform/graphics/
FontCache.h 53 class FontCache : public Noncopyable {
55 friend FontCache* fontCache();
95 FontCache();
96 ~FontCache();
111 // Get the global fontCache.
112 FontCache* fontCache();
FontCache.cpp 31 #include "FontCache.h"
46 FontCache* fontCache()
48 DEFINE_STATIC_LOCAL(FontCache, globalFontCache, ());
52 FontCache::FontCache()
184 FontPlatformData* FontCache::getCachedFontPlatformData(const FontDescription& fontDescription,
260 SimpleFontData* FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName)
269 SimpleFontData* FontCache::getCachedFontData(const FontPlatformData* platformData)
293 void FontCache::releaseFontData(const SimpleFontData* fontData
    [all...]

Completed in 217 milliseconds