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

/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp46 FontCache* fontCache() function in namespace:WebCore
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheChromiumWin.cpp328 static SimpleFontData* fontDataFromDescriptionAndLogFont(FontCache* fontCache, const FontDescription& fontDescription, const LOGFONT& font, wchar_t* outFontFamilyName) argument
330 SimpleFontData* fontData = fontCache->getCachedFontData(fontDescription, font.lfFaceName);
403 GetLastResortFallbackFontProcData(FontCache* fontCache, const FontDescription* fontDescription, wchar_t* fontName) argument
404 : m_fontCache(fontCache)
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCacheWin.cpp138 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();
304 static SimpleFontData* fontDataFromDescriptionAndLogFont(FontCache* fontCache, const FontDescription& fontDescription, const LOGFONT& font, AtomicString& outFontFamilyName) argument
307 SimpleFontData* fontData = fontCache->getCachedFontData(fontDescription, familyName);

Completed in 142 milliseconds