Searched refs:get_globals (Results 1 – 2 of 2) sorted by relevance
27 static SkGlyphCache_Globals& get_globals() { in get_globals() function519 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 …]
62 def get_globals(self): member in CodeBuilder214 self._render_function = code.get_globals()['render_function']