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

/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp256 SimpleFontData* FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName) function in class:WebCore::FontCache
262 return getCachedFontData(platformData);
265 SimpleFontData* FontCache::getCachedFontData(const FontPlatformData* platformData) function in class:WebCore::FontCache
384 result = getCachedFontData(font.fontDescription(), currFamily->family());

Completed in 40 milliseconds