Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/animator/
DKeyframeAnimator.h72 struct LERPInfo { struct
80 LERPInfo getLERPInfo(float t) const;
DKeyframeAnimator.cpp18 KeyframeAnimator::LERPInfo KeyframeAnimator::getLERPInfo(float t) const { in getLERPInfo()