Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieInterpolator.cpp40 #define NEWTON_MIN_SLOPE 0.02f macro
84 if (initialSlope >= NEWTON_MIN_SLOPE) return NewtonRaphsonIterate(aX, guessForT); in getTForX()