Searched defs:horizontalIntersect (Results 1 - 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
H A D | SkDConicLineIntersection.cpp | 66 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineConicIntersections 71 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineConicIntersections 77 int count = this->horizontalIntersect(axisIntercept, roots); 330 return c.horizontalIntersect(y, left, right, flipped); 357 return c.horizontalIntersect(y, roots);
|
H A D | SkDCubicLineIntersection.cpp | 182 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineCubicIntersections 404 return c.horizontalIntersect(y, left, right, flipped); 431 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { function in class:SkDCubic
|
H A D | SkDQuadLineIntersection.cpp | 187 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections 197 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineQuadraticIntersections 203 int roots = horizontalIntersect(axisIntercept, rootVals); 411 return q.horizontalIntersect(y, left, right, flipped); 438 return q.horizontalIntersect(y, roots); 448 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { function in class:SkDQuad
|
Completed in 163 milliseconds