Home
last modified time | relevance | path

Searched defs:aA2 (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieInterpolator.cpp46 static inline float _constA(float aA1, float aA2) { return 1.0f - 3.0f * aA2 + 3.0f * aA1; } in _constA()
47 static inline float _constB(float aA1, float aA2) { return 3.0f * aA2 - 6.0f * aA1; } in _constB()
51 static inline float _getSlope(float t, float aA1, float aA2) in _getSlope()
57 static inline float _calcBezier(float t, float aA1, float aA2) in _calcBezier()