Home
last modified time | relevance | path

Searched refs:GlobalStrikeCache (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/core/
H A DSkGraphics.cpp100 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()
H A DSkStrikeCache.cpp27 SkStrikeCache* SkStrikeCache::GlobalStrikeCache() { in GlobalStrikeCache() function in SkStrikeCache
51 GlobalStrikeCache()->purgeAll(); in PurgeAll()
71 GlobalStrikeCache()->forEachStrike(visitor); in Dump()
116 GlobalStrikeCache()->forEachStrike(visitor); in DumpMemoryStatistics()
H A DSkStrikeCache.h162 static SkStrikeCache* GlobalStrikeCache();
H A DSkStrikeSpec.cpp222 return SkStrikeCache::GlobalStrikeCache()->findOrCreateStrike(*this); in findOrCreateStrike()
H A DSkOverdrawCanvas.cpp51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {}
H A DSkBitmapDevice.cpp222 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
239 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
H A DSkGlyphRunPainter.cpp73 SkStrikeCache::GlobalStrikeCache()) {} in SkGlyphRunListPainter()
H A DSkRemoteGlyphCache.cpp906 fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()}, in SkStrikeClientImpl()
/third_party/skia/bench/
H A DGlyphQuadFillBench.cpp49 colorSpace.get(), SkStrikeCache::GlobalStrikeCache()};

Completed in 8 milliseconds