Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieInterpolator.cpp47 static inline float _constB(float aA1, float aA2) { return 3.0f * aA2 - 6.0f * aA1; } in _constB() function
53 return 3.0f * _constA(aA1, aA2) * t * t + 2.0f * _constB(aA1, aA2) * t + _constC(aA1); in _getSlope()
59 return ((_constA(aA1, aA2) * t + _constB(aA1, aA2)) * t + _constC(aA1)) * t; in _calcBezier()