Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/animator/
DScalarKeyframeAnimator.cpp29 const auto& lerp_info = this->getLERPInfo(t); in onSeek()
DKeyframeAnimator.h84 LERPInfo getLERPInfo(float t) const;
DTextKeyframeAnimator.cpp26 const auto& lerp_info = this->getLERPInfo(t); in onSeek()
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.cpp53 auto lerp_info = this->getLERPInfo(t); in onSeek()