Home | History | Annotate | Download | only in win

Lines Matching refs:fontCache

31 #include "FontCache.h"
49 void FontCache::platformInit()
56 IMLangFontLink2* FontCache::getFontLinkInterface()
138 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();
188 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
299 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
304 static SimpleFontData* fontDataFromDescriptionAndLogFont(FontCache* fontCache, const FontDescription& fontDescription, const LOGFONT& font, AtomicString& outFontFamilyName)
307 SimpleFontData* fontData = fontCache->getCachedFontData(fontDescription, familyName);
313 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
535 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
553 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)