Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkDCubicLineIntersection.cpp230 static int VerticalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in VerticalIntersect() function in LineCubicIntersections
253 int count = VerticalIntersect(fCubic, axisIntercept, roots); in verticalIntersect()
454 return LineCubicIntersections::VerticalIntersect(*this, xIntercept, roots); in verticalIntersect()
/third_party/skia/src/pathops/
DSkDCubicLineIntersection.cpp230 static int VerticalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in VerticalIntersect() function in LineCubicIntersections
253 int count = VerticalIntersect(fCubic, axisIntercept, roots); in verticalIntersect()
454 return LineCubicIntersections::VerticalIntersect(*this, xIntercept, roots); in verticalIntersect()