Searched refs:xIntercept (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkDLineIntersection.cpp | 227 double xIntercept = line[0].fX + fT[0][0] * (line[1].fX - line[0].fX); in horizontal() local 228 if (between(left, xIntercept, right)) { in horizontal() 229 fT[1][0] = (xIntercept - left) / (right - left); in horizontal() 236 fPt[0].fX = xIntercept; in horizontal()
|
D | SkDQuadLineIntersection.cpp | 468 int SkDQuad::verticalIntersect(double xIntercept, double roots[2]) const { in verticalIntersect() argument 469 return SkIntersections::VerticalIntercept(*this, xIntercept, roots); in verticalIntersect()
|
D | SkDCubicLineIntersection.cpp | 453 int SkDCubic::verticalIntersect(double xIntercept, double roots[3]) const { in verticalIntersect() argument 454 return LineCubicIntersections::VerticalIntersect(*this, xIntercept, roots); in verticalIntersect()
|
D | SkPathOpsQuad.h | 115 int verticalIntersect(double xIntercept, double roots[2]) const;
|
D | SkPathOpsCubic.h | 107 int verticalIntersect(double xIntercept, double roots[3]) const;
|
/third_party/skia/src/pathops/ |
D | SkDLineIntersection.cpp | 227 double xIntercept = line[0].fX + fT[0][0] * (line[1].fX - line[0].fX); in horizontal() local 228 if (between(left, xIntercept, right)) { in horizontal() 229 fT[1][0] = (xIntercept - left) / (right - left); in horizontal() 236 fPt[0].fX = xIntercept; in horizontal()
|
D | SkDQuadLineIntersection.cpp | 468 int SkDQuad::verticalIntersect(double xIntercept, double roots[2]) const { in verticalIntersect() argument 469 return SkIntersections::VerticalIntercept(*this, xIntercept, roots); in verticalIntersect()
|
D | SkDCubicLineIntersection.cpp | 453 int SkDCubic::verticalIntersect(double xIntercept, double roots[3]) const { in verticalIntersect() argument 454 return LineCubicIntersections::VerticalIntersect(*this, xIntercept, roots); in verticalIntersect()
|
D | SkPathOpsQuad.h | 115 int verticalIntersect(double xIntercept, double roots[2]) const;
|
D | SkPathOpsCubic.h | 107 int verticalIntersect(double xIntercept, double roots[3]) const;
|