Searched defs:horizontalIntersect (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkDQuadLineIntersection.cpp | 196 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
|
H A D | SkDConicLineIntersection.cpp | 79 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
|
H A D | SkDCubicLineIntersection.cpp | 193 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
|