Home
last modified time | relevance | path

Searched refs:getLERPInfo (Results 1 – 6 of 6) sorted by relevance

/external/skia/modules/skottie/src/animator/
DScalarKeyframeAnimator.cpp58 const auto& lerp_info = this->getLERPInfo(t); in onSeek()
DTextKeyframeAnimator.cpp76 const auto& lerp_info = this->getLERPInfo(t); in onSeek()
DKeyframeAnimator.h80 LERPInfo getLERPInfo(float t) const;
DKeyframeAnimator.cpp18 KeyframeAnimator::LERPInfo KeyframeAnimator::getLERPInfo(float t) const { in getLERPInfo() function in skottie::internal::KeyframeAnimator
DVectorKeyframeAnimator.cpp91 const auto& lerp_info = this->getLERPInfo(t); in onSeek()
DVec2KeyframeAnimator.cpp159 auto lerp_info = this->getLERPInfo(t); in onSeek()