Searched defs:verticalIntersect (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 252 int verticalIntersect(double axisIntercept, double roots[2]) { in verticalIntersect() function in LineQuadraticIntersections 262 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineQuadraticIntersections 476 int SkDQuad::verticalIntersect(double xIntercept, double roots[2]) const { in verticalIntersect() function in SkDQuad
|
D | SkDConicLineIntersection.cpp | 157 int verticalIntersect(double axisIntercept, double roots[2]) { in verticalIntersect() function in LineConicIntersections 162 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineConicIntersections
|
D | SkDCubicLineIntersection.cpp | 256 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineCubicIntersections 462 int SkDCubic::verticalIntersect(double xIntercept, double roots[3]) const { in verticalIntersect() function in SkDCubic
|