Searched refs:NewtonRaphsonIterate (Results 1 – 2 of 2) sorted by relevance
45 float NewtonRaphsonIterate(float aX, float aGuessT);
84 if (initialSlope >= NEWTON_MIN_SLOPE) return NewtonRaphsonIterate(aX, guessForT); in getTForX()105 float LottieInterpolator::NewtonRaphsonIterate(float aX, float aGuessT) in NewtonRaphsonIterate() function in LottieInterpolator