Home
last modified time | relevance | path

Searched refs:fAnimators (Results 1 – 8 of 8) sorted by relevance

/external/skqp/experimental/skottie/
DSkottie.cpp58 sksg::AnimatorList& fAnimators; member
74 auto anchor_attached = BindProperty<VectorValue>(t["a"], &ctx->fAnimators, in AttachMatrix()
78 auto position_attached = BindProperty<VectorValue>(t["p"], &ctx->fAnimators, in AttachMatrix()
82 auto scale_attached = BindProperty<VectorValue>(t["s"], &ctx->fAnimators, in AttachMatrix()
93 auto rotation_attached = BindProperty<ScalarValue>(*jrotation, &ctx->fAnimators, in AttachMatrix()
97 auto skew_attached = BindProperty<ScalarValue>(t["sk"], &ctx->fAnimators, in AttachMatrix()
101 auto skewaxis_attached = BindProperty<ScalarValue>(t["sa"], &ctx->fAnimators, in AttachMatrix()
135 BindProperty<ScalarValue>(opacity, &ctx->fAnimators, in AttachOpacity()
148 return BindProperty<ShapeValue>(jpath, &ctx->fAnimators, in AttachPath()
166 auto p_attached = BindProperty<VectorValue>(jrect["p"], &ctx->fAnimators, in AttachRRectGeometry()
[all …]
DSkottieAnimator.cpp334 if (!BindPropertyImpl<ScalarValue>(jprop["x"], &split_animator->fAnimators, in Make()
336 !BindPropertyImpl<ScalarValue>(jprop["y"], &split_animator->fAnimators, in Make()
342 if (split_animator->fAnimators.empty()) { in Make()
351 for (const auto& animator : fAnimators) { in onTick()
367 sksg::AnimatorList fAnimators; member in skottie::__anondee2bb1a0111::SplitPointAnimator
/external/skia/experimental/skottie/
DSkottie.cpp59 sksg::AnimatorList& fAnimators; member
75 auto anchor_attached = BindProperty<VectorValue>(t["a"], &ctx->fAnimators, in AttachMatrix()
79 auto position_attached = BindProperty<VectorValue>(t["p"], &ctx->fAnimators, in AttachMatrix()
83 auto scale_attached = BindProperty<VectorValue>(t["s"], &ctx->fAnimators, in AttachMatrix()
94 auto rotation_attached = BindProperty<ScalarValue>(*jrotation, &ctx->fAnimators, in AttachMatrix()
98 auto skew_attached = BindProperty<ScalarValue>(t["sk"], &ctx->fAnimators, in AttachMatrix()
102 auto skewaxis_attached = BindProperty<ScalarValue>(t["sa"], &ctx->fAnimators, in AttachMatrix()
136 BindProperty<ScalarValue>(opacity, &ctx->fAnimators, in AttachOpacity()
149 return BindProperty<ShapeValue>(jpath, &ctx->fAnimators, in AttachPath()
167 auto p_attached = BindProperty<VectorValue>(jrect["p"], &ctx->fAnimators, in AttachRRectGeometry()
[all …]
DSkottieAnimator.cpp334 if (!BindPropertyImpl<ScalarValue>(jprop["x"], &split_animator->fAnimators, in Make()
336 !BindPropertyImpl<ScalarValue>(jprop["y"], &split_animator->fAnimators, in Make()
342 if (split_animator->fAnimators.empty()) { in Make()
351 for (const auto& animator : fAnimators) { in onTick()
367 sksg::AnimatorList fAnimators; member in skottie::__anona46874230111::SplitPointAnimator
/external/skqp/experimental/sksg/
DSkSGScene.cpp26 : fAnimators(std::move(animators)) {} in GroupAnimator()
29 for (const auto& a : fAnimators) { in onTick()
40 , fAnimators(std::move(animators)) {} in Scene()
65 for (const auto& anim : fAnimators) { in animate()
DSkSGScene.h51 const AnimatorList fAnimators;
76 const AnimatorList fAnimators; variable
/external/skia/experimental/sksg/
DSkSGScene.cpp26 : fAnimators(std::move(animators)) {} in GroupAnimator()
29 for (const auto& a : fAnimators) { in onTick()
40 , fAnimators(std::move(animators)) {} in Scene()
65 for (const auto& anim : fAnimators) { in animate()
DSkSGScene.h51 const AnimatorList fAnimators;
76 const AnimatorList fAnimators; variable