Home
last modified time | relevance | path

Searched refs:FontCache (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dfont_cache_test.cc20 TEST(FontCache, getLastResortFallbackFont) { in TEST() argument
21 FontCache* font_cache = FontCache::GetFontCache(); in TEST()
35 TEST(FontCache, NoFallbackForPrivateUseArea) { in TEST() argument
36 FontCache* font_cache = FontCache::GetFontCache(); in TEST()
51 TEST(FontCache, FallbackForEmojis) { in TEST() argument
52 FontCache* font_cache = FontCache::GetFontCache(); in TEST()
101 TEST(FontCache, firstAvailableOrFirst) { in TEST() argument
122 TEST(FontCache, getLargerThanMaxUnsignedFont) { in TEST() argument
123 FontCache* font_cache = FontCache::GetFontCache(); in TEST()
141 TEST(FontCache, systemFont) { in TEST() argument
[all …]
H A Dfont_cache.cc84 float FontCache::device_scale_factor_ = 1.0;
89 bool FontCache::lcd_text_enabled_ = false;
93 FontCache* FontCache::GetFontCache(CreateIfNeeded create) { in GetFontCache()
97 FontCache::FontCache() in FontCache() function in blink::FontCache
396 void FontCache::InvalidateShapeCache() { in InvalidateShapeCache()
425 uint16_t FontCache::Generation() { in Generation()
429 void FontCache::Invalidate() { in Invalidate()
443 FontCache* font_cache = nullptr; in CrashWithFontInfo()
475 void FontCache::DumpFontPlatformDataCache( in DumpFontPlatformDataCache()
487 void FontCache::DumpShapeResultCache( in DumpShapeResultCache()
[all …]
H A Dfont_fallback_list.cc47 generation_(FontCache::GetFontCache()->Generation()), in FontFallbackList()
68 generation_ = FontCache::GetFontCache()->Generation(); in RevalidateDeprecated()
76 FontCache::GetFontCache()->ReleaseFontData( in ReleaseFontData()
112 FontCache* cache = FontCache::GetFontCache(); in DeterminePrimarySimpleFontData()
167 result = FontCache::GetFontCache()->GetFontData(font_description, in GetFontData()
198 FontCache::GetFontCache()->GetLastResortFallbackFont(font_description); in GetFontData()
220 FontCache::GetFontCache()->GetFontPlatformData(font_description, in CompositeKey()
222 result = FontCache::GetFontCache()->FontDataFromFontPlatformData( in CompositeKey()
230 FontCache::GetFontCache()->ReleaseFontData(font_data); in CompositeKey()
257 DCHECK_EQ(FontCache::GetFontCache()->Generation(), generation_); in FontDataAt()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dfont_cache_test.cc16 TEST(FontCache, getLastResortFallbackFont) { in TEST() argument
17 FontCache* font_cache = FontCache::GetFontCache(); in TEST()
31 TEST(FontCache, NoFallbackForPrivateUseArea) { in TEST() argument
32 FontCache* font_cache = FontCache::GetFontCache(); in TEST()
46 TEST(FontCache, firstAvailableOrFirst) { in TEST() argument
68 FontCache* font_cache = FontCache::GetFontCache(); in TEST()
86 TEST(FontCache, systemFont) { in TEST() argument
87 FontCache::SystemFontFamily(); in TEST()
122 TEST(FontCache, EnumerateAvailableFonts) { in TEST() argument
123 FontCache* font_cache = FontCache::GetFontCache(); in TEST()
[all …]
H A Dfont_cache.cc80 float FontCache::device_scale_factor_ = 1.0;
85 bool FontCache::lcd_text_enabled_ = false;
89 FontCache* FontCache::GetFontCache() { in GetFontCache()
93 FontCache::FontCache() in FontCache() function in blink::FontCache
385 void FontCache::InvalidateShapeCache() { in InvalidateShapeCache()
420 uint16_t FontCache::Generation() { in Generation()
424 void FontCache::Invalidate() { in Invalidate()
442 FontCache* font_cache = nullptr; in CrashWithFontInfo()
474 void FontCache::DumpFontPlatformDataCache( in DumpFontPlatformDataCache()
486 void FontCache::DumpShapeResultCache( in DumpShapeResultCache()
[all …]
H A Dfont_fallback_list.cc47 generation_(FontCache::GetFontCache()->Generation()), in FontFallbackList()
61 generation_ = FontCache::GetFontCache()->Generation(); in Invalidate()
69 FontCache::GetFontCache()->ReleaseFontData( in ReleaseFontData()
119 FontCache* cache = FontCache::GetFontCache(); in DeterminePrimarySimpleFontData()
174 result = FontCache::GetFontCache()->GetFontData(font_description, in GetFontData()
198 return FontCache::GetFontCache()->GetLastResortFallbackFont(font_description); in GetFontData()
215 FontCache::GetFontCache()->GetFontPlatformData(font_description, in CompositeKey()
217 result = FontCache::GetFontCache()->FontDataFromFontPlatformData( in CompositeKey()
225 FontCache::GetFontCache()->ReleaseFontData(font_data); in CompositeKey()
257 DCHECK_EQ(FontCache::GetFontCache()->Generation(), generation_); in FontDataAt()
/dports/games/openttd/openttd-12.1/src/
H A Dfontcache.h21 class FontCache {
35 FontCache(FontSize fs);
36 virtual ~FontCache();
149 static inline FontCache *Get(FontSize fs) in Get()
152 return FontCache::caches[fs]; in Get()
172 return FontCache::Get(size)->GetUnicodeGlyph(key); in GetUnicodeGlyph()
185 FontCache::Get(fs)->InitializeUnicodeGlyphMap(); in InitializeUnicodeGlyphMap()
192 FontCache::Get(fs)->ClearFontCache(); in ClearFontCache()
199 FontCache *fc = FontCache::Get(size); in GetGlyph()
206 FontCache *fc = FontCache::Get(size); in GetGlyphWidth()
[all …]
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DFontCache.cc101 FontCache * FontCache::self = nullptr;
102 FontCache::InitHandlerFunc *FontCache::cb_handler = FontCache::defaultInitHandler;
116 FontCache::FontCache() in FontCache() function in FontCache
184 FontCache::~FontCache() in ~FontCache()
188 FontCache * FontCache::instance() in instance()
191 self = new FontCache(); in instance()
212 FontCache::cb_handler = handler; in registerProgressHandler()
213 FontCache::cb_userdata = userdata; in registerProgressHandler()
264 bool FontCache::is_init_ok() const in is_init_ok()
269 void FontCache::clear() in clear()
[all …]
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DFontCache.cc101 FontCache * FontCache::self = nullptr;
102 FontCache::InitHandlerFunc *FontCache::cb_handler = FontCache::defaultInitHandler;
116 FontCache::FontCache() in FontCache() function in FontCache
184 FontCache::~FontCache() in ~FontCache()
188 FontCache * FontCache::instance() in instance()
191 self = new FontCache(); in instance()
212 FontCache::cb_handler = handler; in registerProgressHandler()
213 FontCache::cb_userdata = userdata; in registerProgressHandler()
264 bool FontCache::is_init_ok() const in is_init_ok()
269 void FontCache::clear() in clear()
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/font/
H A DFontCache.cpp33 FontCache * FontCache::instance = NULL;
35 void FontCache::initialize() { in initialize()
37 instance = new FontCache(); in initialize()
41 void FontCache::shutdown() { in shutdown()
46 FontCache::FontCache() { in FontCache() function in FontCache
60 FontCache::~FontCache() { in ~FontCache()
66 Font * FontCache::getFont(const res::path & fontFile, unsigned int fontSize) { in getFont()
90 Font * FontCache::create(const res::path & font, FontFile & file, unsigned int size) { in create()
125 void FontCache::releaseFont(Font * font) { in releaseFont()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dweb_font_rendering_win.cc13 FontCache::SetFontManager(std::move(font_mgr)); in SetSkiaFontManager()
18 FontCache::AddSideloadedFontForTesting(std::move(typeface)); in AddSideloadedFontForTesting()
24 FontCache::SetMenuFontMetrics(family_name, font_height); in SetMenuFontMetrics()
30 FontCache::SetSmallCaptionFontMetrics(family_name, font_height); in SetSmallCaptionFontMetrics()
36 FontCache::SetStatusFontMetrics(family_name, font_height); in SetStatusFontMetrics()
41 FontCache::SetAntialiasedTextEnabled(enabled); in SetAntialiasedTextEnabled()
46 FontCache::SetLCDTextEnabled(enabled); in SetLCDTextEnabled()
51 FontCache::SetUseSkiaFontFallback(use_skia_font_fallback); in SetUseSkiaFontFallback()
H A Dlayout_theme_font_provider_win.cc55 font_size = FontCache::SmallCaptionFontHeight(); in SystemFont()
56 font_family = FontCache::SmallCaptionFontFamily(); in SystemFont()
59 font_size = FontCache::MenuFontHeight(); in SystemFont()
60 font_family = FontCache::MenuFontFamily(); in SystemFont()
63 font_size = FontCache::StatusFontHeight(); in SystemFont()
64 font_family = FontCache::StatusFontFamily(); in SystemFont()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dweb_font_rendering_win.cc13 FontCache::SetFontManager(std::move(font_mgr)); in SetSkiaFontManager()
18 FontCache::AddSideloadedFontForTesting(std::move(typeface)); in AddSideloadedFontForTesting()
24 FontCache::SetMenuFontMetrics(family_name, font_height); in SetMenuFontMetrics()
30 FontCache::SetSmallCaptionFontMetrics(family_name, font_height); in SetSmallCaptionFontMetrics()
36 FontCache::SetStatusFontMetrics(family_name, font_height); in SetStatusFontMetrics()
41 FontCache::SetAntialiasedTextEnabled(enabled); in SetAntialiasedTextEnabled()
46 FontCache::SetLCDTextEnabled(enabled); in SetLCDTextEnabled()
51 FontCache::SetUseSkiaFontFallback(use_skia_font_fallback); in SetUseSkiaFontFallback()
H A Dlayout_theme_font_provider_win.cc55 font_size = FontCache::SmallCaptionFontHeight(); in SystemFont()
56 font_family = FontCache::SmallCaptionFontFamily(); in SystemFont()
59 font_size = FontCache::MenuFontHeight(); in SystemFont()
60 font_family = FontCache::MenuFontFamily(); in SystemFont()
63 font_size = FontCache::StatusFontHeight(); in SystemFont()
64 font_family = FontCache::StatusFontFamily(); in SystemFont()
/dports/games/pioneer/pioneer-20210723/src/
H A DFontCache.h12 class FontCache {
14 FontCache() {} in FontCache() function
19 FontCache(const FontCache &);
20 FontCache &operator=(const FontCache &);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/pango/
H A DFontCachePango.cpp32 void FontCache::platformInit() in platformInit()
38 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters… in getFontDataForCharacters()
43 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font) in getSimilarFontPlatformData()
48 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription) in getLastResortFallbackFont()
56 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks) in getTraitsInFamily()
60 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const A… in createFontPlatformData()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/gui/
H A DText.cpp362 FontCache::initialize(); in ARX_Text_Init()
373 FontCache::releaseFont(hFontMainMenu); in ARX_Text_Init()
374 FontCache::releaseFont(hFontMenu); in ARX_Text_Init()
376 FontCache::releaseFont(hFontCredits); in ARX_Text_Init()
377 FontCache::releaseFont(hFontInGame); in ARX_Text_Init()
379 FontCache::releaseFont(hFontInBook); in ARX_Text_Init()
415 FontCache::releaseFont(hFontInBook); in ARX_Text_Close()
421 FontCache::releaseFont(hFontMenu); in ARX_Text_Close()
427 FontCache::releaseFont(hFontCredits); in ARX_Text_Close()
430 FontCache::releaseFont(hFontInGame); in ARX_Text_Close()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/
H A DFontCacheManagerFactory.java57 private FontCache fontCache;
59 public FontCache load() { in load()
61 fontCache = FontCache.loadFrom(getCacheFile(false)); in load()
63 fontCache = new FontCache(); in load()
85 return FontCache.getDefaultCacheFile(forWriting); in getCacheFile()
95 public FontCache load() { in load()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/android/
H A Dfont_cache_android_test.cc29 FontCache* font_cache = FontCache::GetFontCache(); in TEST()
47 FontCache::GetGenericFamilyNameForScript( in TEST()
50 FontCache::GetGenericFamilyNameForScript( in TEST()
56 FontCache::GetGenericFamilyNameForScript( in TEST()
59 FontCache::GetGenericFamilyNameForScript( in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/android/
H A Dfont_cache_android_test.cc29 FontCache* font_cache = FontCache::GetFontCache(); in TEST()
47 FontCache::GetGenericFamilyNameForScript( in TEST()
50 FontCache::GetGenericFamilyNameForScript( in TEST()
56 FontCache::GetGenericFamilyNameForScript( in TEST()
59 FontCache::GetGenericFamilyNameForScript( in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Dfont_cache_dispatcher_win.cc24 class FontCache { class
26 static FontCache* GetInstance() { return base::Singleton<FontCache>::get(); } in GetInstance()
68 typedef std::map<base::string16, FontCache::CacheElement> FontNameToElement; in ReleaseCachedFonts()
120 friend struct base::DefaultSingletonTraits<FontCache>;
122 FontCache() { in FontCache() function in content::__anonae5445b30111::FontCache
129 DISALLOW_COPY_AND_ASSIGN(FontCache);
161 FontCache::GetInstance()->PreCacheFont(log_font, this); in PreCacheFont()
170 FontCache::GetInstance()->ReleaseCachedFonts(this); in ReleaseCachedFonts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/
H A Dfont_cache_dispatcher_win.cc25 class FontCache { class
27 static FontCache* GetInstance() { return base::Singleton<FontCache>::get(); } in GetInstance()
72 typedef std::map<base::string16, FontCache::CacheElement> FontNameToElement; in ReleaseCachedFonts()
124 friend struct base::DefaultSingletonTraits<FontCache>;
126 FontCache() { in FontCache() function in content::__anone8b7f2b80111::FontCache
133 DISALLOW_COPY_AND_ASSIGN(FontCache);
165 FontCache::GetInstance()->PreCacheFont(log_font, this); in PreCacheFont()
174 FontCache::GetInstance()->ReleaseCachedFonts(this); in ReleaseCachedFonts()
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DFontCache.cpp39 const UInt8 FontCache::FORMAT_VERSION = 5;
49 FontCache::FontCache () : _changed(false) in FontCache() function in FontCache
54 FontCache::~FontCache () { in ~FontCache()
60 void FontCache::clear () { in clear()
69 void FontCache::setGlyph (int c, const Glyph &glyph) { in setGlyph()
78 const Glyph* FontCache::getGlyph (int c) const { in getGlyph()
104 bool FontCache::write (const char* dir) const { in write()
138 bool FontCache::write (const char *fontname, ostream &os) const { in write()
184 bool FontCache::read (const char *fontname, const char *dir) { in read()
202 bool FontCache::read (const char *fontname, istream &is) { in read()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DFontCache.h53 class FontCache {
54 WTF_MAKE_NONCOPYABLE(FontCache); WTF_MAKE_FAST_ALLOCATED;
56 friend FontCache* fontCache();
97 FontCache();
98 ~FontCache();
114 FontCache* fontCache();
H A DFontCache.cpp46 FontCache* fontCache() in fontCache()
48 DEFINE_STATIC_LOCAL(FontCache, globalFontCache, ()); in fontCache()
52 FontCache::FontCache() in FontCache() function in WebCore::FontCache
289 void FontCache::releaseFontData(const SimpleFontData* fontData) in releaseFontData()
304 void FontCache::purgeInactiveFontData(int count) in purgeInactiveFontData()
353 size_t FontCache::fontDataCount() in fontDataCount()
360 size_t FontCache::inactiveFontDataCount() in inactiveFontDataCount()
416 void FontCache::addClient(FontSelector* client) in addClient()
425 void FontCache::removeClient(FontSelector* client) in removeClient()
435 unsigned FontCache::generation() in generation()
[all …]

12345678910>>...12