Home
last modified time | relevance | path

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

/external/skia/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.cpp68 SkStrikeCache* SkStrikeCache::GlobalStrikeCache() { in GlobalStrikeCache() function in SkStrikeCache
139 return GlobalStrikeCache()->findStrikeExclusive(desc); in FindStrikeExclusive()
162 return GlobalStrikeCache()->findOrCreateStrikeExclusive(desc, effects, typeface); in FindOrCreateStrikeExclusive()
201 GlobalStrikeCache()->findOrCreateStrike( in FindOrCreateStrikeExclusive()
239 GlobalStrikeCache()->purgeAll(); in PurgeAll()
259 GlobalStrikeCache()->forEachStrike(visitor); in Dump()
303 GlobalStrikeCache()->forEachStrike(visitor); in DumpMemoryStatistics()
427 return GlobalStrikeCache()->createStrikeExclusive( in CreateStrikeExclusive()
627 GlobalStrikeCache()->validateGlyphCacheDataSize(); in ValidateGlyphCacheDataSize()
DSkStrikeCache.h71 static SkStrikeCache* GlobalStrikeCache();
DSkBitmapDevice.cpp221 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
238 SkStrikeCache::GlobalStrikeCache()) { in SkBitmapDevice()
DSkRemoteGlyphCache.cpp655 , fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()} in SkStrikeClient()
DSkGlyphRunPainter.cpp112 SkStrikeCache::GlobalStrikeCache()) {} in SkGlyphRunListPainter()
/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()