Searched defs:horizontalIntersect (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ | ||
D | SkDQuadLineIntersection.cpp | 187 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineQuadraticIntersections |
D | SkDConicLineIntersection.cpp | 66 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineConicIntersections |
D | SkDCubicLineIntersection.cpp | 182 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineCubicIntersections |