Searched defs:horizontalIntersect (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkDConicLineIntersection.cpp67 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineConicIntersections
72 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineConicIntersections
78 int count = this->horizontalIntersect(axisIntercept, roots);
351 return c.horizontalIntersect(y, left, right, flipped);
378 return c.horizontalIntersect(y, roots);
H A DSkDCubicLineIntersection.cpp184 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineCubicIntersections
422 return c.horizontalIntersect(y, left, right, flipped);
449 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { function in class:SkDCubic
H A DSkDQuadLineIntersection.cpp188 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
198 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineQuadraticIntersections
204 int roots = horizontalIntersect(axisIntercept, rootVals);
427 return q.horizontalIntersect(y, left, right, flipped);
454 return q.horizontalIntersect(y, roots);
464 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { function in class:SkDQuad

Completed in 113 milliseconds