Home
last modified time | relevance | path

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

/external/skqp/modules/sksg/include/
DSkSGScene.h41 using AnimatorList = std::vector<std::unique_ptr<Animator>>; variable
45 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;
/external/skqp/modules/sksg/src/
DSkSGScene.cpp25 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()
/external/skqp/modules/skottie/src/
DSkottiePrecompLayer.cpp43 CompTimeMapper(sksg::AnimatorList&& layer_animators, float time_bias, float time_scale) in attachPrecompLayer()
DSkottiePriv.h42 using AnimatorScope = sksg::AnimatorList;
DSkottieAnimator.cpp354 sksg::AnimatorList fAnimators;
DSkottieLayer.cpp529 LayerController(sksg::AnimatorList&& layer_animators, in attachLayer()
/external/skqp/modules/sksg/samples/
DSampleSVGPong.cpp148 fScene = sksg::Scene::Make(std::move(root), sksg::AnimatorList()); in onOnceBeforeDraw()
/external/skqp/tools/viewer/
DSlideDir.cpp295 sksg::AnimatorList sceneAnimators; in load()