Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGraphics.cpp113 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()
DSkStrikeCache.cpp54 SkStrikeCache* SkStrikeCache::GlobalStrikeCache() { in GlobalStrikeCache() function in SkStrikeCache
125 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()
DSkStrikeCache.h71 static SkStrikeCache* GlobalStrikeCache();
DSkRemoteGlyphCache.cpp585 , fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()} in SkStrikeClient()
/external/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.cpp23 SkStrikeCache* SkStrikeCache::GlobalStrikeCache() { in GlobalStrikeCache() function in SkStrikeCache
54 GlobalStrikeCache()->purgeAll(); in PurgeAll()
74 GlobalStrikeCache()->forEachStrike(visitor); in Dump()
119 GlobalStrikeCache()->forEachStrike(visitor); in DumpMemoryStatistics()
DSkStrikeSpec.h86 SkStrikeCache* cache = SkStrikeCache::GlobalStrikeCache()) const;
DSkStrikeCache.h144 static SkStrikeCache* GlobalStrikeCache();
DSkOverdrawCanvas.cpp51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {}
DSkBitmapDevice.cpp222 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
239 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
DSkGlyphRunPainter.cpp74 SkStrikeCache::GlobalStrikeCache()) {} in SkGlyphRunListPainter()
DSkRemoteGlyphCache.cpp936 fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()}, in SkStrikeClientImpl()
/external/skia/bench/
DGlyphQuadFillBench.cpp50 colorSpace.get(), SkStrikeCache::GlobalStrikeCache()}; in onPerCanvasPreDraw()