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

/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp179 FontPlatformData* FontCache::getCachedFontPlatformData(const FontDescription& fontDescription, function in class:WebCore::FontCache
208 result = getCachedFontPlatformData(fontDescription, alternateName, true);
258 FontPlatformData* platformData = getCachedFontPlatformData(fontDescription, family, checkingAlternateName);

Completed in 90 milliseconds