Home
last modified time | relevance | path

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

/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/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/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp336 AutoScope ascope(this); in attachShape()