Home | History | Annotate | Download | only in wince

Lines Matching refs:fontCache

31 #include "FontCache.h"
54 IMultiLanguage* FontCache::getMultiLanguageInterface()
63 IMLangFontLink2* FontCache::getFontLinkInterface()
65 IMLangFontLink* FontCache::getFontLinkInterface()
151 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();
153 IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface();
208 void FontCache::platformInit()
212 void FontCache::comInitialize()
216 void FontCache::comUninitialize()
228 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
319 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
324 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDesc)
331 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
337 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)