Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieInterpolator.cpp112 auto currentSlope = _getSlope(aGuessT, outTangent.x, inTangent.x); in NewtonRaphsonIterate() local
113 if (currentSlope == 0.0f) return aGuessT; in NewtonRaphsonIterate()
114 aGuessT -= currentX / currentSlope; in NewtonRaphsonIterate()