Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/src/
DSkottiePriv.h42 using AnimatorScope = sksg::AnimatorList; variable
58 AnimatorScope*,
64 AnimatorScope* ascope, in bindProperty()
72 sk_sp<sksg::Color> attachColor(const skjson::ObjectValue&, AnimatorScope*,
74 sk_sp<sksg::Transform> attachMatrix2D(const skjson::ObjectValue&, AnimatorScope*,
76 sk_sp<sksg::Transform> attachMatrix3D(const skjson::ObjectValue&, AnimatorScope*,
78 sk_sp<sksg::RenderNode> attachOpacity(const skjson::ObjectValue&, AnimatorScope*,
80 sk_sp<sksg::Path> attachPath(const skjson::Value&, AnimatorScope*) const;
94 sk_sp<sksg::RenderNode> attachComposition(const skjson::ObjectValue&, AnimatorScope*) const;
96 sk_sp<sksg::RenderNode> attachLayerEffects(const skjson::ArrayValue& jeffects, AnimatorScope*,
[all …]
DSkottieShapeLayer.cpp37 AnimatorScope* ascope) { in AttachPathGeometry()
43 AnimatorScope* ascope) { in AttachRRectGeometry()
73 AnimatorScope* ascope) { in AttachEllipseGeometry()
101 AnimatorScope* ascope) { in AttachPolystarGeometry()
149 const AnimationBuilder* abuilder, AnimatorScope* ascope) { in AttachGradient()
190 const AnimationBuilder* abuilder, AnimatorScope* ascope, in AttachPaint()
206 const AnimationBuilder* abuilder, AnimatorScope* ascope, in AttachStroke()
240 const AnimationBuilder* abuilder, AnimatorScope* ascope) { in AttachColorFill()
245 const AnimationBuilder* abuilder, AnimatorScope* ascope) { in AttachGradientFill()
251 AnimatorScope* ascope) { in AttachColorStroke()
[all …]
DSkottieLayer.cpp69 AnimatorScope* ascope, in AttachMask()
177 AnimatorScope* ascope) const { in attachNestedAnimation()
241 const skjson::ObjectValue& jlayer, AnimatorScope* ascope, in attachAssetRef()
243 AnimatorScope*)>& func) const { in attachAssetRef()
276 AnimatorScope*) const { in attachSolidLayer()
324 AnimatorScope* ascope) const { in attachImageAsset()
383 AnimatorScope* ascope) const { in attachImageLayer()
385 [this, &layer_info] (const skjson::ObjectValue& jimage, AnimatorScope* ascope) { in attachImageLayer()
392 AnimatorScope*) const { in attachNullLayer()
399 AttachLayerContext(const skjson::ArrayValue& jlayers, AnimatorScope* scope) in AttachLayerContext()
[all …]
DSkottiePrecompLayer.cpp23 AnimatorScope* ascope) const { in attachPrecompLayer()
32 AnimatorScope local_animators; in attachPrecompLayer()
36 AnimatorScope* ascope) { in attachPrecompLayer()
DSkottieAnimator.cpp260 AnimatorScope* ascope, in BindPropertyImpl()
364 AnimatorScope* ascope, in BindSplitPositionProperty()
379 AnimatorScope* ascope, in bindProperty()
387 AnimatorScope* ascope, in bindProperty()
400 AnimatorScope* ascope, in bindProperty()
408 AnimatorScope* ascope, in bindProperty()
DSkottieLayerEffect.cpp23 AnimatorScope* ascope, in AttachFillLayerEffect()
70 AnimatorScope* ascope, in attachLayerEffects()
DSkottie.cpp65 AnimatorScope* ascope, in attachMatrix2D()
113 AnimatorScope* ascope, in attachMatrix3D()
167 AnimatorScope* ascope, in attachOpacity()
186 AnimatorScope* ascope) const { in attachPath()
200 AnimatorScope* ascope, in attachColor()
233 AnimatorScope animators; in parse()
DSkottieTextLayer.cpp240 AnimatorScope* ascope) const { in attachTextLayer()
/external/skia/modules/skottie/src/
DSkottiePriv.h50 using AnimatorScope = std::vector<sk_sp<Animator>>; variable
61 AnimatorScope fAnimators;
98 explicit AutoScope(const AnimationBuilder* builder) : AutoScope(builder, AnimatorScope()) {} in AutoScope()
100 AutoScope(const AnimationBuilder* builder, AnimatorScope&& scope) in AutoScope()
107 AnimatorScope release() { in release()
118 AnimatorScope fCurrentScope;
119 AnimatorScope* fPrevScope;
244 mutable AnimatorScope* fCurrentAnimatorScope;
DLayer.h79 AnimatorScope fLayerScope; // layer-scoped animators
DLayer.cpp245 LayerController(AnimatorScope&& layer_animators, in LayerController()
278 const AnimatorScope fLayerAnimators;
/external/skia/modules/skottie/src/layers/
DPrecompLayer.cpp48 CompTimeMapper(AnimatorScope&& layer_animators, in CompTimeMapper()
75 const AnimatorScope fAnimators;