Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGeometry.cpp947 static int solve_cubic_poly(const SkScalar coeff[4], SkScalar tValues[3]) { in solve_cubic_poly() function
1040 int numRoots = solve_cubic_poly(coeffX, tValues); in SkFindCubicMaxCurvature()