Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.cpp720 static int solve_cubic_poly(const SkScalar coeff[4], SkScalar tValues[3]) { in solve_cubic_poly() function
832 int count = solve_cubic_poly(coeffX, t); in SkFindCubicMaxCurvature()