/external/skqp/experimental/skottie/ |
D | Skottie.cpp | 58 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 …]
|
D | SkottieAnimator.cpp | 334 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/ |
D | Skottie.cpp | 59 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 …]
|
D | SkottieAnimator.cpp | 334 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/ |
D | SkSGScene.cpp | 26 : 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()
|
D | SkSGScene.h | 51 const AnimatorList fAnimators; 76 const AnimatorList fAnimators; variable
|
/external/skia/experimental/sksg/ |
D | SkSGScene.cpp | 26 : 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()
|
D | SkSGScene.h | 51 const AnimatorList fAnimators; 76 const AnimatorList fAnimators; variable
|