Searched refs:VerticalIntersect (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkDCubicLineIntersection.cpp | 230 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/ |
D | SkDCubicLineIntersection.cpp | 230 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()
|