Home
last modified time | relevance | path

Searched refs:fCurrentAnimatorScope (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp297 ctx->fCommittedAnimators = fCurrentAnimatorScope->size(); in attachShape()
305 ctx->fCommittedAnimators = fCurrentAnimatorScope->size(); in attachShape()
344 fCurrentAnimatorScope->insert(fCurrentAnimatorScope->begin() + ctx->fCommittedAnimators, in attachShape()
365 fCurrentAnimatorScope->size()); in attachShapeLayer()
372 SkASSERT(shapeCtx.fCommittedAnimators <= fCurrentAnimatorScope->size()); in attachShapeLayer()
373 fCurrentAnimatorScope->resize(shapeCtx.fCommittedAnimators); in attachShapeLayer()
/third_party/skia/modules/skottie/src/
DSkottiePriv.h104 , fPrevScope(fBuilder->fCurrentAnimatorScope) { in AutoScope()
105 fBuilder->fCurrentAnimatorScope = &fCurrentScope; in AutoScope()
109 fBuilder->fCurrentAnimatorScope = fPrevScope; in release()
129 fCurrentAnimatorScope->push_back(std::move(adapter)); in attachDiscardableAdapter()
249 mutable AnimatorScope* fCurrentAnimatorScope; variable
DTransform.cpp136 fCurrentAnimatorScope->push_back(adapter); in attachMatrix2D()
205 fCurrentAnimatorScope->push_back(adapter); in attachMatrix3D()
DLayer.cpp518 const auto has_animators = !abuilder.fCurrentAnimatorScope->empty(); in buildRenderTree()
520 ? abuilder.fCurrentAnimatorScope->size() in buildRenderTree()
540 abuilder.fCurrentAnimatorScope->push_back(std::move(controller)); in buildRenderTree()
DCamera.cpp127 fCurrentAnimatorScope->push_back(adapter); in attachCamera()
DSkottie.cpp144 fCurrentAnimatorScope->push_back(adapter); in attachOpacity()
/third_party/flutter/skia/modules/skottie/src/
DSkottiePriv.h102 , fPrevScope(fBuilder->fCurrentAnimatorScope) { in AutoScope()
103 fBuilder->fCurrentAnimatorScope = &fCurrentScope; in AutoScope()
107 fBuilder->fCurrentAnimatorScope = fPrevScope; in release()
135 fCurrentAnimatorScope->push_back(std::move(adapter)); in attachDiscardableAdapter()
229 mutable AnimatorScope* fCurrentAnimatorScope; variable
DSkottieAnimator.cpp432 return BindPropertyImpl(jv, this, fCurrentAnimatorScope, std::move(apply), noop); in bindProperty()
443 ? BindSplitPositionProperty(jv, this, fCurrentAnimatorScope, std::move(apply), noop) in bindProperty()
444 : BindPropertyImpl(jv, this, fCurrentAnimatorScope, std::move(apply), noop); in bindProperty()
451 return BindPropertyImpl(jv, this, fCurrentAnimatorScope, std::move(apply), noop); in bindProperty()
458 return BindPropertyImpl(jv, this, fCurrentAnimatorScope, std::move(apply), noop); in bindProperty()
DLayer.cpp442 const auto transform_animator_count = fCurrentAnimatorScope->size(); in attachLayer()
490 const auto has_animators = !fCurrentAnimatorScope->empty(); in attachLayer()
511 fCurrentAnimatorScope->push_back(std::move(controller)); in attachLayer()
DComposition.cpp81 fCurrentAnimatorScope->push_back( in attachNestedAnimation()
/third_party/flutter/skia/modules/skottie/src/layers/
DShapeLayer.cpp645 ctx->fCommittedAnimators = fCurrentAnimatorScope->size(); in attachShape()
653 ctx->fCommittedAnimators = fCurrentAnimatorScope->size(); in attachShape()
692 fCurrentAnimatorScope->insert(fCurrentAnimatorScope->begin() + ctx->fCommittedAnimators, in attachShape()
713 fCurrentAnimatorScope->size()); in attachShapeLayer()
720 SkASSERT(shapeCtx.fCommittedAnimators <= fCurrentAnimatorScope->size()); in attachShapeLayer()
721 fCurrentAnimatorScope->resize(shapeCtx.fCommittedAnimators); in attachShapeLayer()
DPrecompLayer.cpp83 fCurrentAnimatorScope->push_back(std::move(time_mapper)); in attachPrecompLayer()
DImageLayer.cpp82 fCurrentAnimatorScope->push_back(sk_make_sp<MultiFrameAnimator>(asset_info->fAsset, in attachImageAsset()
DTextLayer.cpp306 fCurrentAnimatorScope->push_back(std::move(alist)); in attachTextLayer()
/third_party/skia/modules/skottie/src/layers/
DPrecompLayer.cpp159 fCurrentAnimatorScope->push_back(sk_make_sp<AnimatorAdapter>(sg_adapter, fFrameRate)); in attachExternalPrecompLayer()
205 fCurrentAnimatorScope->push_back(std::move(time_mapper)); in attachPrecompLayer()
DAudioLayer.cpp68 fCurrentAnimatorScope->push_back( in attachAudioLayer()
DFootageLayer.cpp123 fCurrentAnimatorScope->push_back(sk_make_sp<FootageAnimator>(asset_info->fAsset, in attachFootageAsset()