Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDCubicLineIntersection.cpp78 class LineCubicIntersections { class
85 LineCubicIntersections(const SkDCubic& c, const SkDLine& l, SkIntersections* i) in LineCubicIntersections() function in LineCubicIntersections
421 LineCubicIntersections c(cubic, line, this); in horizontal()
428 LineCubicIntersections c(cubic, line, this); in vertical()
433 LineCubicIntersections c(cubic, line, this); in intersect()
439 LineCubicIntersections c(cubic, line, this); in intersectRay()
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
454 return LineCubicIntersections::VerticalIntersect(*this, xIntercept, roots); in verticalIntersect()
/external/skqp/src/pathops/
DSkDCubicLineIntersection.cpp78 class LineCubicIntersections { class
85 LineCubicIntersections(const SkDCubic& c, const SkDLine& l, SkIntersections* i) in LineCubicIntersections() function in LineCubicIntersections
421 LineCubicIntersections c(cubic, line, this); in horizontal()
428 LineCubicIntersections c(cubic, line, this); in vertical()
433 LineCubicIntersections c(cubic, line, this); in intersect()
439 LineCubicIntersections c(cubic, line, this); in intersectRay()
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
454 return LineCubicIntersections::VerticalIntersect(*this, xIntercept, roots); in verticalIntersect()