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

  /external/webkit/WebKit/chromium/src/
WebFontCache.cpp 34 #include "FontCache.h"
43 return fontCache()->fontDataCount();
49 return fontCache()->inactiveFontDataCount();
55 fontCache()->invalidate();
  /external/webkit/WebCore/platform/graphics/
FontFallbackList.cpp 33 #include "FontCache.h"
45 , m_generation(fontCache()->generation())
60 m_generation = fontCache()->generation();
69 fontCache()->releaseFontData(static_cast<const SimpleFontData*>(m_fontList[i].first));
104 ASSERT(fontCache()->generation() == m_generation);
105 const FontData* result = fontCache()->getFontData(*font, m_familyIndex, m_fontSelector.get());
124 ASSERT(fontCache()->generation() == m_generation);
125 fontData = fontCache()->getFontDataForCharacters(*font, characters, length);
134 ASSERT(fontCache()->generation() == m_generation);
135 const FontData* fontData = fontCache()->getCachedFontData(&platformData)
    [all...]
FontCache.h 53 class FontCache : public Noncopyable {
55 friend FontCache* fontCache();
95 FontCache();
96 ~FontCache();
111 // Get the global fontCache.
112 FontCache* fontCache();
SimpleFontData.cpp 34 #include "FontCache.h"
180 fontCache()->releaseFontData(m_smallCapsFontData);
FontFastPath.cpp 27 #include "FontCache.h"
145 const SimpleFontData* characterFontData = fontCache()->getFontDataForCharacters(*this, codeUnits, codeUnitsLength);
FontCache.cpp 31 #include "FontCache.h"
46 FontCache* fontCache()
48 DEFINE_STATIC_LOCAL(FontCache, globalFontCache, ());
52 FontCache::FontCache()
184 FontPlatformData* FontCache::getCachedFontPlatformData(const FontDescription& fontDescription,
260 SimpleFontData* FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName)
269 SimpleFontData* FontCache::getCachedFontData(const FontPlatformData* platformData)
293 void FontCache::releaseFontData(const SimpleFontData* fontData
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GlyphPageTreeNodeWince.cpp 25 #include "FontCache.h"
55 } else if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface()) {
57 } else if (IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface()) {
SimpleFontDataWince.cpp 36 #include "FontCache.h"
74 FontPlatformData* result = fontCache()->getCachedFontPlatformData(fontDesc, m_platformData.family());
94 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();
96 IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface();
FontPlatformData.cpp 25 #include "FontCache.h"
56 if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface())
59 if (IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface())
270 if (IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface()) {
272 if (IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface()) {
FontCacheWince.cpp 31 #include "FontCache.h"
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
    [all...]
  /external/webkit/WebCore/css/
CSSFontFaceSource.cpp 33 #include "FontCache.h"
110 SimpleFontData* fontData = fontCache()->getCachedFontData(fontDescription, m_string);
181 SimpleFontData* tempData = fontCache()->getCachedFontData(fontDescription, m_string);
183 tempData = fontCache()->getLastResortFallbackFont(fontDescription);
CSSFontSelector.cpp 45 #include "FontCache.h"
67 fontCache()->addClient(this);
72 fontCache()->removeClient(this);
338 fontCache()->getTraitsInFamily(familyName, locallyInstalledFontsTraitsMasks);
397 return fontCache()->getCachedFontData(fontDescription, genericFamily);
  /external/webkit/WebKit/win/
WebCoreStatistics.cpp 32 #include <WebCore/FontCache.h>
195 *count = (UINT) fontCache()->fontDataCount();
204 *count = (UINT) fontCache()->inactiveFontDataCount();
210 fontCache()->purgeInactiveFontData();
  /external/webkit/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)
149 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
170 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
188 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
193 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family
    [all...]
SimpleFontDataMac.mm 37 #import "FontCache.h"
354 m_smallCapsFontData = fontCache()->getCachedFontData(&smallCapsFont);
  /external/webkit/WebKit/mac/Misc/
WebCoreStatistics.mm 36 #import <WebCore/FontCache.h>
143 return fontCache()->fontDataCount();
148 return fontCache()->inactiveFontDataCount();
153 fontCache()->purgeInactiveFontData();
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp 34 #include "FontCache.h"
133 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();
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 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
489 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
507 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
  /external/webkit/WebKit/qt/Api/
qwebsettings.cpp 29 #include "FontCache.h"
650 WebCore::fontCache()->invalidate();
    [all...]

Completed in 657 milliseconds