Home
last modified time | relevance | path

Searched refs:GroupAnimator (Results 1 – 4 of 4) sorted by relevance

/external/skqp/modules/sksg/src/
DSkSGScene.cpp25 GroupAnimator::GroupAnimator(AnimatorList&& animators) in GroupAnimator() function in sksg::GroupAnimator
28 void GroupAnimator::onTick(float t) { in onTick()
/external/skqp/modules/sksg/include/
DSkSGScene.h43 class GroupAnimator : public Animator {
45 explicit GroupAnimator(AnimatorList&&);
/external/skqp/modules/skottie/src/
DSkottiePrecompLayer.cpp41 class CompTimeMapper final : public sksg::GroupAnimator { in attachPrecompLayer()
64 using INHERITED = sksg::GroupAnimator; in attachPrecompLayer()
DSkottieLayer.cpp527 class LayerController final : public sksg::GroupAnimator { in attachLayer()
553 using INHERITED = sksg::GroupAnimator; in attachLayer()