Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDQuadLineIntersection.cpp187 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineQuadraticIntersections
197 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineQuadraticIntersections
DSkDConicLineIntersection.cpp66 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineConicIntersections
71 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineConicIntersections
DSkDCubicLineIntersection.cpp182 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineCubicIntersections
431 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect() function in SkDCubic