HomeSort by relevance Sort by last modified time
    Searched refs:FontCache (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCachePango.cpp 22 #include "FontCache.h"
32 void FontCache::platformInit()
38 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
43 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
48 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
56 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
60 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCacheQt.cpp 26 #include "FontCache.h"
43 void FontCache::platformInit()
47 const SimpleFontData* FontCache::getFontDataForCharacters(const Font&, const UChar*, int)
52 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
57 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
63 void FontCache::getTraitsInFamily(const AtomicString&, Vector<unsigned>&)
67 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& familyName)
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontCacheHaiku.cpp 34 #include "FontCache.h"
45 void FontCache::platformInit()
49 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
55 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
61 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
70 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
75 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.h 53 class FontCache {
54 WTF_MAKE_NONCOPYABLE(FontCache); WTF_MAKE_FAST_ALLOCATED;
56 friend FontCache* fontCache();
97 FontCache();
98 ~FontCache();
113 // Get the global fontCache.
114 FontCache* fontCache();
FontCache.cpp 31 #include "FontCache.h"
46 FontCache* fontCache()
48 DEFINE_STATIC_LOCAL(FontCache, globalFontCache, ());
52 FontCache::FontCache()
179 FontPlatformData* FontCache::getCachedFontPlatformData(const FontDescription& fontDescription,
256 SimpleFontData* FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName)
265 SimpleFontData* FontCache::getCachedFontData(const FontPlatformData* platformData)
289 void FontCache::releaseFontData(const SimpleFontData* fontData
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCacheWx.cpp 30 #include "FontCache.h"
38 void FontCache::platformInit()
42 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
55 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
80 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
96 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
101 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 32 #include "FontCache.h"
53 void FontCache::platformInit()
57 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font,
70 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
75 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& description)
99 void FontCache::getTraitsInFamily(const AtomicString& familyName,
105 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription,
FontCacheChromiumWin.cpp 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
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCacheAndroid.cpp 28 #include "FontCache.h"
99 void FontCache::platformInit()
103 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
110 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
115 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& description)
139 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
190 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 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
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 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
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCacheFreeType.cpp 23 #include "FontCache.h"
37 void FontCache::platformInit()
84 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
103 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
108 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
116 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
172 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 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
    [all...]
  /external/webkit/Source/WebKit/win/
WebCoreStatistics.cpp 32 #include <WebCore/FontCache.h>
196 *count = (UINT) fontCache()->fontDataCount();
205 *count = (UINT) fontCache()->inactiveFontDataCount();
211 fontCache()->purgeInactiveFontData();
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm 37 #import <WebCore/FontCache.h>
145 return fontCache()->fontDataCount();
150 return fontCache()->inactiveFontDataCount();
155 fontCache()->purgeInactiveFontData();
  /external/webkit/Source/WebCore/platform/text/wince/
TextCodecWinCE.cpp 28 #include "FontCache.h"
87 IMultiLanguage* mli = FontCache::getMultiLanguageInterface();
  /external/webkit/Source/WebCore/
Android.mk 611 platform/graphics/FontCache.cpp \
    [all...]

Completed in 1632 milliseconds