Home
last modified time | relevance | path

Searched refs:RootsValidT (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsConic.h105 static int RootsValidT(const double A, const double B, const double C, double s[2]) { in RootsValidT() function
106 return SkDQuad::RootsValidT(A, B, C, s); in RootsValidT()
H A DSkDCubicLineIntersection.cpp131 int count = SkDCubic::RootsValidT(A, B, C, D, roots); in intersectRay()
171 int count = SkDCubic::RootsValidT(A, B, C, D, roots); in HorizontalIntersect()
234 int count = SkDCubic::RootsValidT(A, B, C, D, roots); in VerticalIntersect()
H A DSkDQuadLineIntersection.cpp166 return SkDQuad::RootsValidT(A, 2 * B, C, roots); in intersectRay()
195 return SkDQuad::RootsValidT(D, 2 * E, F, roots); in horizontalIntersect()
251 return SkDQuad::RootsValidT(D, 2 * E, F, roots); in verticalIntersect()
H A DSkPathOpsCubic.cpp372 int SkDCubic::RootsValidT(double A, double B, double C, double D, double t[3]) {
524 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues);
553 return SkDQuad::RootsValidT(A, B, C, tValues);
576 return RootsValidT(coeffX[0], coeffX[1], coeffX[2], coeffX[3], tValues);
H A DSkPathOpsQuad.h93 static int RootsValidT(const double A, const double B, const double C, double s[2]);
H A DSkPathOpsConic.cpp37 int roots = SkDQuad::RootsValidT(coeff[0], coeff[1], coeff[2], tValues); in FindExtrema()
H A DSkPathOpsCubic.h92 static int RootsValidT(const double A, const double B, const double C, double D, double s[3]);
H A DSkPathOpsQuad.cpp138 int SkDQuad::RootsValidT(double A, double B, double C, double t[2]) { in RootsValidT() function in SkDQuad
H A DSkDConicLineIntersection.cpp142 return SkDQuad::RootsValidT(A, 2 * B, C, roots); in validT()
/third_party/skia/tests/
H A DCubicMapTest.cpp19 SkDEBUGCODE(int count =) SkDCubic::RootsValidT(A, B, C, D, roots); in accurate_t()
/third_party/skia/src/core/
H A DSkCubicMap.cpp31 SkDEBUGCODE(int count =) SkDCubic::RootsValidT(A, B, C, -x, roots); in compute_slow()

Completed in 7 milliseconds