Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/src/
DSkottiePriv.h95 class AutoScope final {
97 explicit AutoScope(const AnimationBuilder* builder) : AutoScope(builder, AnimatorScope()) {} in AutoScope() function
99 AutoScope(const AnimationBuilder* builder, AnimatorScope&& scope) in AutoScope() function
113 ~AutoScope() { SkASSERT(!fBuilder); } in ~AutoScope()
123 AutoScope ascope(this); in attachDiscardableAdapter()
DLayer.cpp359 AutoScope ascope(abuilder); in attachLayerTransformImpl()
441 AutoScope ascope(this, std::move(layer_transform_rec.fTransformScope)); in attachLayer()
DSkottie.cpp291 AutoScope ascope(this); in parse()
/third_party/skia/modules/skottie/src/
DSkottiePriv.h97 class AutoScope final {
99 explicit AutoScope(const AnimationBuilder* builder) : AutoScope(builder, AnimatorScope()) {} in AutoScope() function
101 AutoScope(const AnimationBuilder* builder, AnimatorScope&& scope) in AutoScope() function
115 ~AutoScope() { SkASSERT(!fBuilder); } in ~AutoScope()
DLayer.cpp348 AnimationBuilder::AutoScope ascope(&abuilder, std::move(fLayerScope)); in getTransform()
459 AnimationBuilder::AutoScope ascope(&abuilder, std::move(fLayerScope)); in buildRenderTree()
DSkottie.cpp188 AutoScope ascope(this); in parse()
/third_party/flutter/skia/modules/skottie/src/layers/
DPrecompLayer.cpp34 SkTLazy<AutoScope> local_scope; in attachPrecompLayer()
DShapeLayer.cpp684 AutoScope ascope(this); in attachShape()
/third_party/skia/modules/skottie/src/layers/
DPrecompLayer.cpp181 SkTLazy<AutoScope> local_scope; in attachPrecompLayer()
DTextLayer.cpp150 AnimationBuilder::AutoScope ascope(abuilder); in parse_glyph_path()
/third_party/flutter/skia/modules/skottie/src/text/
DTextAnimator.cpp194 AnimationBuilder::AutoScope ascope(abuilder); in Make()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp336 AutoScope ascope(this); in attachShape()