Searched refs:solve_nice_cubic_halley (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkCubicMap.cpp | 56 static float solve_nice_cubic_halley(float A, float B, float C, float D) { in solve_nice_cubic_halley() function 153 solve_nice_cubic_halley(A, B, C, -x) : in compute_t_from_x()
|
/external/skia/src/core/ |
D | SkCubicMap.cpp | 56 static float solve_nice_cubic_halley(float A, float B, float C, float D) { in solve_nice_cubic_halley() function 153 solve_nice_cubic_halley(A, B, C, -x) : in compute_t_from_x()
|