Searched defs:cubicRootsValidT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicUtilities.cpp107 int cubicRootsValidT(double A, double B, double C, double D, double t[3]) { function
349 return cubicRootsValidT(coeffX[0], coeffX[1], coeffX[2], coeffX[3], tValues);
/external/skia/experimental/Intersection/
H A DCubicUtilities.cpp107 int cubicRootsValidT(double A, double B, double C, double D, double t[3]) { function
349 return cubicRootsValidT(coeffX[0], coeffX[1], coeffX[2], coeffX[3], tValues);

Completed in 184 milliseconds