Searched refs:AnimatorList (Results 1 – 8 of 8) sorted by relevance
41 using AnimatorList = std::vector<std::unique_ptr<Animator>>; variable45 explicit GroupAnimator(AnimatorList&&);50 const AnimatorList fAnimators;63 static std::unique_ptr<Scene> Make(sk_sp<RenderNode> root, AnimatorList&& animators);74 Scene(sk_sp<RenderNode> root, AnimatorList&& animators);77 const AnimatorList fAnimators;
25 GroupAnimator::GroupAnimator(AnimatorList&& animators) in GroupAnimator()34 std::unique_ptr<Scene> Scene::Make(sk_sp<RenderNode> root, AnimatorList&& anims) { in Make()38 Scene::Scene(sk_sp<RenderNode> root, AnimatorList&& animators) in Scene()
43 CompTimeMapper(sksg::AnimatorList&& layer_animators, float time_bias, float time_scale) in attachPrecompLayer()
42 using AnimatorScope = sksg::AnimatorList;
354 sksg::AnimatorList fAnimators;
529 LayerController(sksg::AnimatorList&& layer_animators, in attachLayer()
148 fScene = sksg::Scene::Make(std::move(root), sksg::AnimatorList()); in onOnceBeforeDraw()
295 sksg::AnimatorList sceneAnimators; in load()