/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | LineQuadraticIntersection.cpp | 175 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
|
D | LineCubicIntersection.cpp | 144 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
|
D | LineIntersection.cpp | 239 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/ |
D | LineQuadraticIntersection.cpp | 175 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
|
D | LineCubicIntersection.cpp | 144 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
|
D | LineIntersection.cpp | 239 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/ |
D | SkDQuadLineIntersection.cpp | 191 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
|
D | SkDCubicLineIntersection.cpp | 220 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineCubicIntersections
|
/external/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 191 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
|
D | SkDCubicLineIntersection.cpp | 220 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() function in LineCubicIntersections
|