Home
last modified time | relevance | path

Searched refs:HorizontalIntercept (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/pathops/
H A DSkIntersections.h250 static double HorizontalIntercept(const SkDLine& line, double y);
251 static int HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots);
252 static int HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots);
H A DSkPathOpsCurve.h365 roots[0] = SkIntersections::HorizontalIntercept(line.set(a), y); in line_intercept_h()
380 return SkIntersections::HorizontalIntercept(quad.set(a), y, roots); in quad_intercept_h()
390 return SkIntersections::HorizontalIntercept(conic.set(a, w), y, roots); in conic_intercept_h()
H A DSkDLineIntersection.cpp199 double SkIntersections::HorizontalIntercept(const SkDLine& line, double y) { in HorizontalIntercept() function in SkIntersections
226 fT[0][0] = HorizontalIntercept(line, y); in horizontal()
H A DSkDQuadLineIntersection.cpp452 int SkIntersections::HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) { in HorizontalIntercept() function in SkIntersections
465 return SkIntersections::HorizontalIntercept(*this, yIntercept, roots); in horizontalIntersect()
H A DSkDConicLineIntersection.cpp376 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept() function in SkIntersections

Completed in 5 milliseconds