Searched refs:horizontalIntersect (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 187 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineQuadraticIntersections 197 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineQuadraticIntersections 203 int roots = horizontalIntersect(axisIntercept, rootVals); in horizontalIntersect() 411 return q.horizontalIntersect(y, left, right, flipped); in horizontal() 438 return q.horizontalIntersect(y, roots); in HorizontalIntercept() 448 int SkDQuad::horizontalIntersect(double yIntercept, double roots[2]) const { in horizontalIntersect() function in SkDQuad
|
D | SkDConicLineIntersection.cpp | 66 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() function in LineConicIntersections 71 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineConicIntersections 77 int count = this->horizontalIntersect(axisIntercept, roots); in horizontalIntersect() 330 return c.horizontalIntersect(y, left, right, flipped); in horizontal() 357 return c.horizontalIntersect(y, roots); in HorizontalIntercept()
|
D | SkDCubicLineIntersection.cpp | 182 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() function in LineCubicIntersections 404 return c.horizontalIntersect(y, left, right, flipped); in horizontal() 431 int SkDCubic::horizontalIntersect(double yIntercept, double roots[3]) const { in horizontalIntersect() function in SkDCubic
|
D | SkPathOpsQuad.h | 70 int horizontalIntersect(double yIntercept, double roots[2]) const;
|
D | SkPathOpsCubic.h | 94 int horizontalIntersect(double yIntercept, double roots[3]) const;
|
D | SkPathOpsCurve.h | 306 return cubic.set(a).horizontalIntersect(y, roots); in cubic_intercept_h()
|
/external/skia/src/core/ |
D | SkGlyphCache.cpp | 296 : quad.horizontalIntersect(axis, roots); in AddQuad() 309 : cubic.horizontalIntersect(axis, roots); in AddCubic()
|
D | SkGeometry.cpp | 886 return cubic_dchop_at_intercept(src, y, dst, &SkDCubic::horizontalIntersect); in SkChopMonoCubicAtY()
|