Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.cpp31 static SkGlyphCache_Globals& getSharedGlobals() { in getSharedGlobals() function
38 return tls ? *tls : getSharedGlobals(); in getGlobals()
497 getSharedGlobals().purgeAll(); in VisitCache()
697 return getSharedGlobals().getCacheSizeLimit(); in GetFontCacheLimit()
701 return getSharedGlobals().setCacheSizeLimit(bytes); in SetFontCacheLimit()
705 return getSharedGlobals().getTotalMemoryUsed(); in GetFontCacheUsed()
709 return getSharedGlobals().getCacheCountLimit(); in GetFontCacheCountLimit()
713 return getSharedGlobals().setCacheCountLimit(count); in SetFontCacheCountLimit()
717 return getSharedGlobals().getCacheCountUsed(); in GetFontCacheCountUsed()
721 getSharedGlobals().purgeAll(); in PurgeFontCache()