Home
last modified time | relevance | path

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

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