Searched refs:GlobalStrikeCache (Results 1 – 18 of 18) sorted by relevance
101 return SkStrikeCache::GlobalStrikeCache()->getCacheSizeLimit(); in GetFontCacheLimit()105 return SkStrikeCache::GlobalStrikeCache()->setCacheSizeLimit(bytes); in SetFontCacheLimit()109 return SkStrikeCache::GlobalStrikeCache()->getTotalMemoryUsed(); in GetFontCacheUsed()113 return SkStrikeCache::GlobalStrikeCache()->getCacheCountLimit(); in GetFontCacheCountLimit()117 return SkStrikeCache::GlobalStrikeCache()->setCacheCountLimit(count); in SetFontCacheCountLimit()121 return SkStrikeCache::GlobalStrikeCache()->getCacheCountUsed(); in GetFontCacheCountUsed()125 return SkStrikeCache::GlobalStrikeCache()->getCachePointSizeLimit(); in GetFontCachePointSizeLimit()129 return SkStrikeCache::GlobalStrikeCache()->setCachePointSizeLimit(limit); in SetFontCachePointSizeLimit()133 SkStrikeCache::GlobalStrikeCache()->purgeAll(); in PurgeFontCache()
69 SkStrikeCache* SkStrikeCache::GlobalStrikeCache() { in GlobalStrikeCache() function in SkStrikeCache180 GlobalStrikeCache()->purgeAll(); in PurgeAll()200 GlobalStrikeCache()->forEachStrike(visitor); in Dump()244 GlobalStrikeCache()->forEachStrike(visitor); in DumpMemoryStatistics()552 GlobalStrikeCache()->validateGlyphCacheDataSize(); in ValidateGlyphCacheDataSize()
77 SkStrikeCache* cache = SkStrikeCache::GlobalStrikeCache()) const;
70 static SkStrikeCache* GlobalStrikeCache();
51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {}
222 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()239 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
731 , fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()} in SkStrikeClient()
94 SkStrikeCache::GlobalStrikeCache()) {} in SkGlyphRunListPainter()
100 return SkStrikeCache::GlobalStrikeCache()->getCacheSizeLimit(); in GetFontCacheLimit()104 return SkStrikeCache::GlobalStrikeCache()->setCacheSizeLimit(bytes); in SetFontCacheLimit()108 return SkStrikeCache::GlobalStrikeCache()->getTotalMemoryUsed(); in GetFontCacheUsed()112 return SkStrikeCache::GlobalStrikeCache()->getCacheCountLimit(); in GetFontCacheCountLimit()116 return SkStrikeCache::GlobalStrikeCache()->setCacheCountLimit(count); in SetFontCacheCountLimit()120 return SkStrikeCache::GlobalStrikeCache()->getCacheCountUsed(); in GetFontCacheCountUsed()124 SkStrikeCache::GlobalStrikeCache()->purgeAll(); in PurgeFontCache()
27 SkStrikeCache* SkStrikeCache::GlobalStrikeCache() { in GlobalStrikeCache() function in SkStrikeCache51 GlobalStrikeCache()->purgeAll(); in PurgeAll()71 GlobalStrikeCache()->forEachStrike(visitor); in Dump()116 GlobalStrikeCache()->forEachStrike(visitor); in DumpMemoryStatistics()
162 static SkStrikeCache* GlobalStrikeCache();
222 return SkStrikeCache::GlobalStrikeCache()->findOrCreateStrike(*this); in findOrCreateStrike()
73 SkStrikeCache::GlobalStrikeCache()) {} in SkGlyphRunListPainter()
906 fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()}, in SkStrikeClientImpl()
49 colorSpace.get(), SkStrikeCache::GlobalStrikeCache()}; in onPerCanvasPreDraw()
186 strikeSpec.findOrCreateExclusiveStrike(SkStrikeCache::GlobalStrikeCache()); in doRegen()