Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp227 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()
H A DSkDCubicLineIntersection.cpp453 int SkDCubic::verticalIntersect(double xIntercept, double roots[3]) const { in verticalIntersect() argument
454 return LineCubicIntersections::VerticalIntersect(*this, xIntercept, roots); in verticalIntersect()
H A DSkDQuadLineIntersection.cpp468 int SkDQuad::verticalIntersect(double xIntercept, double roots[2]) const { in verticalIntersect() argument
469 return SkIntersections::VerticalIntercept(*this, xIntercept, roots); in verticalIntersect()
H A DSkPathOpsQuad.h115 int verticalIntersect(double xIntercept, double roots[2]) const;
H A DSkPathOpsCubic.h107 int verticalIntersect(double xIntercept, double roots[3]) const;

Completed in 4 milliseconds