Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottiePriv.h96 class AutoScope final {
98 explicit AutoScope(const AnimationBuilder* builder) : AutoScope(builder, AnimatorScope()) {} in AutoScope() function
100 AutoScope(const AnimationBuilder* builder, AnimatorScope&& scope) in AutoScope() function
114 ~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.cpp186 AutoScope ascope(this); in parse()
/external/skia/modules/skottie/src/layers/
DPrecompLayer.cpp181 SkTLazy<AutoScope> local_scope; in attachPrecompLayer()
DTextLayer.cpp150 AnimationBuilder::AutoScope ascope(abuilder); in parse_glyph_path()
/external/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp336 AutoScope ascope(this); in attachShape()