Searched refs:GlobalStrikeCache (Results 1 – 13 of 13) sorted by relevance
113 return SkStrikeCache::GlobalStrikeCache()->getCacheSizeLimit(); in GetFontCacheLimit()117 return SkStrikeCache::GlobalStrikeCache()->setCacheSizeLimit(bytes); in SetFontCacheLimit()121 return SkStrikeCache::GlobalStrikeCache()->getTotalMemoryUsed(); in GetFontCacheUsed()125 return SkStrikeCache::GlobalStrikeCache()->getCacheCountLimit(); in GetFontCacheCountLimit()129 return SkStrikeCache::GlobalStrikeCache()->setCacheCountLimit(count); in SetFontCacheCountLimit()133 return SkStrikeCache::GlobalStrikeCache()->getCacheCountUsed(); in GetFontCacheCountUsed()137 return SkStrikeCache::GlobalStrikeCache()->getCachePointSizeLimit(); in GetFontCachePointSizeLimit()141 return SkStrikeCache::GlobalStrikeCache()->setCachePointSizeLimit(limit); in SetFontCachePointSizeLimit()145 SkStrikeCache::GlobalStrikeCache()->purgeAll(); in PurgeFontCache()
54 SkStrikeCache* SkStrikeCache::GlobalStrikeCache() { in GlobalStrikeCache() function in SkStrikeCache125 return GlobalStrikeCache()->findStrikeExclusive(desc); in FindStrikeExclusive()148 return GlobalStrikeCache()->findOrCreateStrikeExclusive(desc, effects, typeface); in FindOrCreateStrikeExclusive()176 GlobalStrikeCache()->findOrCreateStrike( in FindOrCreateStrikeExclusive()214 GlobalStrikeCache()->purgeAll(); in PurgeAll()234 GlobalStrikeCache()->forEachStrike(visitor); in Dump()278 GlobalStrikeCache()->forEachStrike(visitor); in DumpMemoryStatistics()402 return GlobalStrikeCache()->createStrikeExclusive( in CreateStrikeExclusive()602 GlobalStrikeCache()->validateGlyphCacheDataSize(); in ValidateGlyphCacheDataSize()
71 static SkStrikeCache* GlobalStrikeCache();
585 , fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()} in SkStrikeClient()
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()
23 SkStrikeCache* SkStrikeCache::GlobalStrikeCache() { in GlobalStrikeCache() function in SkStrikeCache54 GlobalStrikeCache()->purgeAll(); in PurgeAll()74 GlobalStrikeCache()->forEachStrike(visitor); in Dump()119 GlobalStrikeCache()->forEachStrike(visitor); in DumpMemoryStatistics()
86 SkStrikeCache* cache = SkStrikeCache::GlobalStrikeCache()) const;
144 static SkStrikeCache* GlobalStrikeCache();
51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {}
222 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()239 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
74 SkStrikeCache::GlobalStrikeCache()) {} in SkGlyphRunListPainter()
936 fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()}, in SkStrikeClientImpl()
50 colorSpace.get(), SkStrikeCache::GlobalStrikeCache()}; in onPerCanvasPreDraw()