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

/external/skia/src/pathops/
H A DSkDConicLineIntersection.cpp145 int verticalIntersect(double axisIntercept, double roots[2]) { function in class:LineConicIntersections
150 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineConicIntersections
156 int count = this->verticalIntersect(axisIntercept, roots);
358 return c.verticalIntersect(x, top, bottom, flipped);
383 return c.verticalIntersect(x, roots);
H A DSkDCubicLineIntersection.cpp247 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineCubicIntersections
429 return c.verticalIntersect(x, top, bottom, flipped);
453 int SkDCubic::verticalIntersect(double xIntercept, double roots[3]) const { function in class:SkDCubic
H A DSkDQuadLineIntersection.cpp244 int verticalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
254 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineQuadraticIntersections
260 int roots = verticalIntersect(axisIntercept, rootVals);
434 return q.verticalIntersect(x, top, bottom, flipped);
459 return q.verticalIntersect(x, roots);
468 int SkDQuad::verticalIntersect(double xIntercept, double roots[2]) const { function in class:SkDQuad

Completed in 94 milliseconds