Home
last modified time | relevance | path

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

/third_party/skia/m133/src/pathops/
DSkDQuadLineIntersection.cpp196 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineQuadraticIntersections
206 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineQuadraticIntersections
472 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { in horizontalIntersect() function in SkDQuad
DSkDConicLineIntersection.cpp79 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineConicIntersections
84 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineConicIntersections
DSkDCubicLineIntersection.cpp193 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineCubicIntersections
458 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect() function in SkDCubic
/third_party/skia/src/pathops/
DSkDQuadLineIntersection.cpp188 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineQuadraticIntersections
198 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineQuadraticIntersections
464 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { in horizontalIntersect() function in SkDQuad
DSkDConicLineIntersection.cpp67 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineConicIntersections
72 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineConicIntersections
DSkDCubicLineIntersection.cpp184 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineCubicIntersections
449 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect() function in SkDCubic