Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/sksg/src/
DSkSGScene.cpp25 GroupAnimator::GroupAnimator(AnimatorList&& animators) in GroupAnimator() function in sksg::GroupAnimator
28 void GroupAnimator::onTick(float t) { in onTick()
/third_party/flutter/skia/modules/sksg/include/
DSkSGScene.h45 class GroupAnimator : public Animator {
47 explicit GroupAnimator(AnimatorList&&);
/third_party/flutter/skia/modules/skottie/src/layers/
DPrecompLayer.cpp45 class CompTimeMapper final : public sksg::GroupAnimator { in attachPrecompLayer()
68 using INHERITED = sksg::GroupAnimator; in attachPrecompLayer()
/third_party/flutter/skia/modules/skottie/src/text/
DTextAnimator.h79 class TextAnimatorList final : public sksg::GroupAnimator {
95 using INHERITED = sksg::GroupAnimator;