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