Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp40 , fAnimator(std::move(animator))
62 fAnimator->tick(t); in onRevalidate()
105 fAnimator->tick(t); in onRender()
DMotionBlurEffect.h38 const sk_sp<sksg::Animator> fAnimator; variable
/third_party/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp61 , fAnimator(std::move(animator))
72 fAnimator->seek(fT + fPhase + fDT * sample_idx); in seekToSample()
DMotionBlurEffect.h45 const sk_sp<Animator> fAnimator; variable