Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.cpp27 static SkGlyphCache_Globals& get_globals() { in get_globals() function
519 SkGlyphCache_Globals& globals = get_globals(); in VisitCache()
547 get_globals().purgeAll(); in VisitCache()
567 get_globals().attachCacheToHead(cache); in AttachCache()
635 SkGlyphCache_Globals& globals = get_globals(); in VisitAll()
792 return get_globals().getCacheSizeLimit(); in GetFontCacheLimit()
796 return get_globals().setCacheSizeLimit(bytes); in SetFontCacheLimit()
800 return get_globals().getTotalMemoryUsed(); in GetFontCacheUsed()
804 return get_globals().getCacheCountLimit(); in GetFontCacheCountLimit()
808 return get_globals().setCacheCountLimit(count); in SetFontCacheCountLimit()
[all …]
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dtemplite.py62 def get_globals(self): member in CodeBuilder
214 self._render_function = code.get_globals()['render_function']