Home
last modified time | relevance | path

Searched refs:local_scope (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/buildtools/checkdeps/
H A Dbuilddeps.py222 def __init__(self, local_scope):
223 self._local_scope = local_scope
232 local_scope = {}
236 'Var': _VarImpl(local_scope).Lookup,
254 exec(file.read(), global_scope, local_scope)
263 include_rules = local_scope.get(INCLUDE_RULES_VAR_NAME, [])
264 specific_include_rules = local_scope.get(SPECIFIC_INCLUDE_RULES_VAR_NAME,
266 skip_subdirs = local_scope.get(SKIP_SUBDIRS_VAR_NAME, [])
267 noparent = local_scope.get(NOPARENT_VAR_NAME, False)
/third_party/skia/modules/skottie/src/layers/
H A DPrecompLayer.cpp122 const auto local_scope = in attachExternalPrecompLayer() local
181 SkTLazy<AutoScope> local_scope; in attachPrecompLayer() local
183 local_scope.init(this); in attachPrecompLayer()
200 auto time_mapper = sk_make_sp<CompTimeMapper>(local_scope->release(), in attachPrecompLayer()
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py148 def VarLookup(local_scope):
149 return lambda var_name: local_scope['vars'][var_name]
153 local_scope = {}
156 'Var': VarLookup(local_scope),
159 exec (deps_content, global_scope, local_scope)
160 return local_scope
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp343 auto local_scope = ascope.release(); in attachShape() local
345 std::make_move_iterator(local_scope.begin()), in attachShape()
346 std::make_move_iterator(local_scope.end())); in attachShape()
347 ctx->fCommittedAnimators += local_scope.size(); in attachShape()

Completed in 4 milliseconds