Home
last modified time | relevance | path

Searched refs:LERPInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skottie/src/animator/
DKeyframeAnimator.h78 struct LERPInfo { struct
84 LERPInfo getLERPInfo(float t) const;
DKeyframeAnimator.cpp18 KeyframeAnimator::LERPInfo KeyframeAnimator::getLERPInfo(float t) const { in getLERPInfo()