Home
last modified time | relevance | path

Searched refs:GlobalStrikeCache (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGraphics.cpp101 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()
DSkStrikeCache.cpp69 SkStrikeCache* SkStrikeCache::GlobalStrikeCache() { in GlobalStrikeCache() function in SkStrikeCache
180 GlobalStrikeCache()->purgeAll(); in PurgeAll()
200 GlobalStrikeCache()->forEachStrike(visitor); in Dump()
244 GlobalStrikeCache()->forEachStrike(visitor); in DumpMemoryStatistics()
552 GlobalStrikeCache()->validateGlyphCacheDataSize(); in ValidateGlyphCacheDataSize()
DSkStrikeSpec.h77 SkStrikeCache* cache = SkStrikeCache::GlobalStrikeCache()) const;
DSkStrikeCache.h70 static SkStrikeCache* GlobalStrikeCache();
DSkOverdrawCanvas.cpp51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {}
DSkBitmapDevice.cpp222 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
239 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
DSkRemoteGlyphCache.cpp731 , fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()} in SkStrikeClient()
DSkGlyphRunPainter.cpp94 SkStrikeCache::GlobalStrikeCache()) {} in SkGlyphRunListPainter()
/third_party/skia/src/core/
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()
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()
DSkStrikeCache.h162 static SkStrikeCache* GlobalStrikeCache();
DSkBitmapDevice.cpp222 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
239 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
DSkStrikeSpec.cpp222 return SkStrikeCache::GlobalStrikeCache()->findOrCreateStrike(*this); in findOrCreateStrike()
DSkOverdrawCanvas.cpp51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {}
DSkGlyphRunPainter.cpp73 SkStrikeCache::GlobalStrikeCache()) {} in SkGlyphRunListPainter()
DSkRemoteGlyphCache.cpp906 fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()}, in SkStrikeClientImpl()
/third_party/skia/bench/
DGlyphQuadFillBench.cpp49 colorSpace.get(), SkStrikeCache::GlobalStrikeCache()}; in onPerCanvasPreDraw()
/third_party/flutter/skia/src/gpu/text/
DGrTextBlobVertexRegenerator.cpp186 strikeSpec.findOrCreateExclusiveStrike(SkStrikeCache::GlobalStrikeCache()); in doRegen()