Home | History | Annotate | Download | only in chromium

Lines Matching refs:fontCache

33 #include "FontCache.h"
328 static SimpleFontData* fontDataFromDescriptionAndLogFont(FontCache* fontCache, const FontDescription& fontDescription, const LOGFONT& font, wchar_t* outFontFamilyName)
330 SimpleFontData* fontData = fontCache->getCachedFontData(fontDescription, font.lfFaceName);
403 GetLastResortFallbackFontProcData(FontCache* fontCache, const FontDescription* fontDescription, wchar_t* fontName)
404 : m_fontCache(fontCache)
411 FontCache* m_fontCache;
424 void FontCache::platformInit()
431 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
516 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
521 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& description)
576 // FontCache::createFontPlatformData() does not filter out the fonts
592 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
610 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)