Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDCubicLineIntersection.cpp165 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() function in LineCubicIntersections
188 int count = HorizontalIntersect(fCubic, axisIntercept, roots); in horizontalIntersect()
432 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()