Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/experimental/Intersection/
DLineQuadraticIntersection.cpp175 int verticalIntersect(double axisIntercept, double roots[2]) { in verticalIntersect() function in LineQuadraticIntersections
185 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineQuadraticIntersections
310 static double verticalIntersect(const Quadratic& quad, const _Point& pt) { in verticalIntersect() function
355 int verticalIntersect(const Quadratic& quad, double top, double bottom, double x, in verticalIntersect() function
DLineCubicIntersection.cpp144 int verticalIntersect(double axisIntercept, double roots[3]) { in verticalIntersect() function in LineCubicIntersections
151 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineCubicIntersections
282 int verticalIntersect(const Cubic& cubic, double top, double bottom, double x, in verticalIntersect() function
DLineIntersection.cpp239 static int verticalIntersect(const _Line& line, double x, double tRange[2]) { in verticalIntersect() function
257 int verticalIntersect(const _Line& line, double top, double bottom, in verticalIntersect() function
/external/skia/experimental/Intersection/
DLineQuadraticIntersection.cpp175 int verticalIntersect(double axisIntercept, double roots[2]) { in verticalIntersect() function in LineQuadraticIntersections
185 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineQuadraticIntersections
310 static double verticalIntersect(const Quadratic& quad, const _Point& pt) { in verticalIntersect() function
355 int verticalIntersect(const Quadratic& quad, double top, double bottom, double x, in verticalIntersect() function
DLineCubicIntersection.cpp144 int verticalIntersect(double axisIntercept, double roots[3]) { in verticalIntersect() function in LineCubicIntersections
151 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineCubicIntersections
282 int verticalIntersect(const Cubic& cubic, double top, double bottom, double x, in verticalIntersect() function
DLineIntersection.cpp239 static int verticalIntersect(const _Line& line, double x, double tRange[2]) { in verticalIntersect() function
257 int verticalIntersect(const _Line& line, double top, double bottom, in verticalIntersect() function
/external/chromium_org/third_party/skia/src/pathops/
DSkDQuadLineIntersection.cpp191 int verticalIntersect(double axisIntercept, double roots[2]) { in verticalIntersect() function in LineQuadraticIntersections
201 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineQuadraticIntersections
DSkDCubicLineIntersection.cpp220 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineCubicIntersections
/external/skia/src/pathops/
DSkDQuadLineIntersection.cpp191 int verticalIntersect(double axisIntercept, double roots[2]) { in verticalIntersect() function in LineQuadraticIntersections
201 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineQuadraticIntersections
DSkDCubicLineIntersection.cpp220 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineCubicIntersections