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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp144 int verticalIntersect(double axisIntercept, double roots[3]) { function in class:LineCubicIntersections
151 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineCubicIntersections
154 int roots = verticalIntersect(axisIntercept, rootVals);
282 int verticalIntersect(const Cubic& cubic, double top, double bottom, double x, function
285 return c.verticalIntersect(x, top, bottom, flipped);
H A DLineIntersection.cpp239 static int verticalIntersect(const _Line& line, double x, double tRange[2]) { function
257 int verticalIntersect(const _Line& line, double top, double bottom, function
259 int result = verticalIntersect(line, x, intersections.fT[0]);
H A DLineQuadraticIntersection.cpp175 int verticalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
185 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineQuadraticIntersections
188 int roots = verticalIntersect(axisIntercept, rootVals);
310 static double verticalIntersect(const Quadratic& quad, const _Point& pt) { function
313 int roots = q.verticalIntersect(pt.x, rootVals);
327 return verticalIntersect(q1, p);
355 int verticalIntersect(const Quadratic& quad, double top, double bottom, double x, function
358 return q.verticalIntersect(x, top, bottom, flipped);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp191 int verticalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
201 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineQuadraticIntersections
207 int roots = verticalIntersect(axisIntercept, rootVals);
365 return q.verticalIntersect(x, top, bottom, flipped);
H A DSkDCubicLineIntersection.cpp220 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineCubicIntersections
387 return c.verticalIntersect(x, top, bottom, flipped);
/external/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp144 int verticalIntersect(double axisIntercept, double roots[3]) { function in class:LineCubicIntersections
151 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineCubicIntersections
154 int roots = verticalIntersect(axisIntercept, rootVals);
282 int verticalIntersect(const Cubic& cubic, double top, double bottom, double x, function
285 return c.verticalIntersect(x, top, bottom, flipped);
H A DLineIntersection.cpp239 static int verticalIntersect(const _Line& line, double x, double tRange[2]) { function
257 int verticalIntersect(const _Line& line, double top, double bottom, function
259 int result = verticalIntersect(line, x, intersections.fT[0]);
H A DLineQuadraticIntersection.cpp175 int verticalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
185 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineQuadraticIntersections
188 int roots = verticalIntersect(axisIntercept, rootVals);
310 static double verticalIntersect(const Quadratic& quad, const _Point& pt) { function
313 int roots = q.verticalIntersect(pt.x, rootVals);
327 return verticalIntersect(q1, p);
355 int verticalIntersect(const Quadratic& quad, double top, double bottom, double x, function
358 return q.verticalIntersect(x, top, bottom, flipped);
/external/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp191 int verticalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
201 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineQuadraticIntersections
207 int roots = verticalIntersect(axisIntercept, rootVals);
365 return q.verticalIntersect(x, top, bottom, flipped);
H A DSkDCubicLineIntersection.cpp220 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { function in class:LineCubicIntersections
387 return c.verticalIntersect(x, top, bottom, flipped);

Completed in 283 milliseconds