Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
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);
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()
DSkDLineIntersection.cpp199 double SkIntersections::HorizontalIntercept(const SkDLine& line, double y) { in HorizontalIntercept() function in SkIntersections
226 fT[0][0] = HorizontalIntercept(line, y); in horizontal()
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()
DSkDConicLineIntersection.cpp376 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept() function in SkIntersections
/third_party/flutter/skia/src/pathops/
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);
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()
DSkDLineIntersection.cpp199 double SkIntersections::HorizontalIntercept(const SkDLine& line, double y) { in HorizontalIntercept() function in SkIntersections
226 fT[0][0] = HorizontalIntercept(line, y); in horizontal()
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()
DSkDConicLineIntersection.cpp376 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept() function in SkIntersections