Home
last modified time | relevance | path

Searched refs:horizontalIntersect (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/pathops/
DSkDQuadLineIntersection.cpp196 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineQuadraticIntersections
206 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineQuadraticIntersections
212 int roots = horizontalIntersect(axisIntercept, rootVals); in horizontalIntersect()
435 return q.horizontalIntersect(y, left, right, flipped); in horizontal()
462 return q.horizontalIntersect(y, roots); in HorizontalIntercept()
472 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { in horizontalIntersect() function in SkDQuad
DSkDConicLineIntersection.cpp79 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineConicIntersections
84 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineConicIntersections
90 int count = this->horizontalIntersect(axisIntercept, roots); in horizontalIntersect()
363 return c.horizontalIntersect(y, left, right, flipped); in horizontal()
390 return c.horizontalIntersect(y, roots); in HorizontalIntercept()
DSkDCubicLineIntersection.cpp193 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineCubicIntersections
431 return c.horizontalIntersect(y, left, right, flipped); in horizontal()
458 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect() function in SkDCubic
DSkPathOpsQuad.h91 int horizontalIntersect(double yIntercept, double roots[2]) const;
DSkPathOpsCubic.h114 int horizontalIntersect(double yIntercept, double roots[3]) const;
DSkPathOpsCurve.h406 return cubic.set(a).horizontalIntersect(y, roots); in cubic_intercept_h()
/external/skia/src/core/
DSkGlyph.cpp274 int count = quad.horizontalIntersect(offset, roots); in calculate_path_gap()
284 int count = cubic.horizontalIntersect(offset, roots); in calculate_path_gap()