Searched refs:horizontalIntersect (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp188 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
198 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineQuadraticIntersections
204 int roots = horizontalIntersect(axisIntercept, rootVals);
427 return q.horizontalIntersect(y, left, right, flipped);
454 return q.horizontalIntersect(y, roots);
464 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { function in class:SkDQuad
H A DSkDConicLineIntersection.cpp67 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineConicIntersections
72 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineConicIntersections
78 int count = this->horizontalIntersect(axisIntercept, roots);
351 return c.horizontalIntersect(y, left, right, flipped);
378 return c.horizontalIntersect(y, roots);
H A DSkPathOpsQuad.h78 int horizontalIntersect(double yIntercept, double roots[2]) const;
H A DSkDCubicLineIntersection.cpp184 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineCubicIntersections
422 return c.horizontalIntersect(y, left, right, flipped);
449 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { function in class:SkDCubic
H A DSkPathOpsCubic.h98 int horizontalIntersect(double yIntercept, double roots[3]) const;
H A DSkPathOpsCurve.h394 return cubic.set(a).horizontalIntersect(y, roots);
/external/skqp/src/pathops/
H A DSkDQuadLineIntersection.cpp188 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineQuadraticIntersections
198 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineQuadraticIntersections
204 int roots = horizontalIntersect(axisIntercept, rootVals);
427 return q.horizontalIntersect(y, left, right, flipped);
454 return q.horizontalIntersect(y, roots);
464 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { function in class:SkDQuad
H A DSkDConicLineIntersection.cpp67 int horizontalIntersect(double axisIntercept, double roots[2]) { function in class:LineConicIntersections
72 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineConicIntersections
78 int count = this->horizontalIntersect(axisIntercept, roots);
351 return c.horizontalIntersect(y, left, right, flipped);
378 return c.horizontalIntersect(y, roots);
H A DSkPathOpsQuad.h78 int horizontalIntersect(double yIntercept, double roots[2]) const;
H A DSkDCubicLineIntersection.cpp184 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { function in class:LineCubicIntersections
422 return c.horizontalIntersect(y, left, right, flipped);
449 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { function in class:SkDCubic
H A DSkPathOpsCubic.h98 int horizontalIntersect(double yIntercept, double roots[3]) const;
H A DSkPathOpsCurve.h394 return cubic.set(a).horizontalIntersect(y, roots);
/external/skia/src/core/
H A DSkGlyphCache.cpp279 : quad.horizontalIntersect(axis, roots);
292 : cubic.horizontalIntersect(axis, roots);
H A DSkGeometry.cpp929 return cubic_dchop_at_intercept(src, y, dst, &SkDCubic::horizontalIntersect);
/external/skqp/src/core/
H A DSkGlyphCache.cpp279 : quad.horizontalIntersect(axis, roots);
292 : cubic.horizontalIntersect(axis, roots);
H A DSkGeometry.cpp929 return cubic_dchop_at_intercept(src, y, dst, &SkDCubic::horizontalIntersect);

Completed in 213 milliseconds