Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDQuadLineIntersection.cpp243 int verticalIntersect(double axisIntercept, double roots[2]) { in verticalIntersect() function in LineQuadraticIntersections
253 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineQuadraticIntersections
452 int SkDQuad::verticalIntersect(double xIntercept, double roots[2]) const { in verticalIntersect() function in SkDQuad
DSkDConicLineIntersection.cpp139 int verticalIntersect(double axisIntercept, double roots[2]) { in verticalIntersect() function in LineConicIntersections
144 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineConicIntersections
DSkDCubicLineIntersection.cpp245 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineCubicIntersections
435 int SkDCubic::verticalIntersect(double xIntercept, double roots[3]) const { in verticalIntersect() function in SkDCubic