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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp118 int horizontalIntersect(double axisIntercept, double roots[3]) { function in class:LineCubicIntersections
125 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineCubicIntersections
128 int roots = horizontalIntersect(axisIntercept, rootVals);
259 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, function
263 int result = c.horizontalIntersect(y, rootVals);
276 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, function
279 return c.horizontalIntersect(y, left, right, flipped);
H A DLineIntersection.cpp128 int horizontalIntersect(const _Line& line, double y, double tRange[2]) { function
156 int result = horizontalIntersect(line, y, tRange);
168 int horizontalIntersect(const _Line& line, double left, double right, function
170 int result = horizontalIntersect(line, y, intersections.fT[0]);
H A DLineQuadraticIntersection.cpp146 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
156 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineQuadraticIntersections
159 int roots = horizontalIntersect(axisIntercept, rootVals);
295 static double horizontalIntersect(const Quadratic& quad, const _Point& pt) { function
298 int roots = q.horizontalIntersect(pt.y, rootVals);
329 return horizontalIntersect(q1, p);
332 int horizontalIntersect(const Quadratic& quad, double left, double right, function
336 int result = q.horizontalIntersect(y, rootVals);
349 int horizontalIntersect(const Quadratic& quad, double left, double right, double y, function
352 return q.horizontalIntersect(
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp160 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
170 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineQuadraticIntersections
176 int roots = horizontalIntersect(axisIntercept, rootVals);
358 return q.horizontalIntersect(y, left, right, flipped);
H A DSkDCubicLineIntersection.cpp180 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineCubicIntersections
380 return c.horizontalIntersect(y, left, right, flipped);
/external/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp118 int horizontalIntersect(double axisIntercept, double roots[3]) { function in class:LineCubicIntersections
125 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineCubicIntersections
128 int roots = horizontalIntersect(axisIntercept, rootVals);
259 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, function
263 int result = c.horizontalIntersect(y, rootVals);
276 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, function
279 return c.horizontalIntersect(y, left, right, flipped);
H A DLineIntersection.cpp128 int horizontalIntersect(const _Line& line, double y, double tRange[2]) { function
156 int result = horizontalIntersect(line, y, tRange);
168 int horizontalIntersect(const _Line& line, double left, double right, function
170 int result = horizontalIntersect(line, y, intersections.fT[0]);
H A DLineQuadraticIntersection.cpp146 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
156 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineQuadraticIntersections
159 int roots = horizontalIntersect(axisIntercept, rootVals);
295 static double horizontalIntersect(const Quadratic& quad, const _Point& pt) { function
298 int roots = q.horizontalIntersect(pt.y, rootVals);
329 return horizontalIntersect(q1, p);
332 int horizontalIntersect(const Quadratic& quad, double left, double right, function
336 int result = q.horizontalIntersect(y, rootVals);
349 int horizontalIntersect(const Quadratic& quad, double left, double right, double y, function
352 return q.horizontalIntersect(
[all...]
/external/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp160 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
170 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineQuadraticIntersections
176 int roots = horizontalIntersect(axisIntercept, rootVals);
358 return q.horizontalIntersect(y, left, right, flipped);
H A DSkDCubicLineIntersection.cpp180 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineCubicIntersections
380 return c.horizontalIntersect(y, left, right, flipped);

Completed in 120 milliseconds