Home | History | Annotate | Download | only in mac

Lines Matching refs:fontCache

31 #import "FontCache.h"
50 ASSERT_UNUSED(observer, observer == fontCache());
52 fontCache()->invalidate();
57 fontCache()->invalidate();
61 void FontCache::platformInit()
94 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
150 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
171 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
189 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
194 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)