/third_party/skia/src/pathops/ |
D | SkIntersections.h | 250 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);
|
D | SkPathOpsCurve.h | 365 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()
|
D | SkDLineIntersection.cpp | 199 double SkIntersections::HorizontalIntercept(const SkDLine& line, double y) { in HorizontalIntercept() function in SkIntersections 226 fT[0][0] = HorizontalIntercept(line, y); in horizontal()
|
D | SkDQuadLineIntersection.cpp | 452 int SkIntersections::HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) { in HorizontalIntercept() function in SkIntersections 465 return SkIntersections::HorizontalIntercept(*this, yIntercept, roots); in horizontalIntersect()
|
D | SkDConicLineIntersection.cpp | 376 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept() function in SkIntersections
|
/third_party/flutter/skia/src/pathops/ |
D | SkIntersections.h | 250 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);
|
D | SkPathOpsCurve.h | 365 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()
|
D | SkDLineIntersection.cpp | 199 double SkIntersections::HorizontalIntercept(const SkDLine& line, double y) { in HorizontalIntercept() function in SkIntersections 226 fT[0][0] = HorizontalIntercept(line, y); in horizontal()
|
D | SkDQuadLineIntersection.cpp | 452 int SkIntersections::HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) { in HorizontalIntercept() function in SkIntersections 465 return SkIntersections::HorizontalIntercept(*this, yIntercept, roots); in horizontalIntersect()
|
D | SkDConicLineIntersection.cpp | 376 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept() function in SkIntersections
|