Home
last modified time | relevance | path

Searched refs:addExactVerticalEndPoints (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp248 addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
340 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineCubicIntersections
H A DSkDQuadLineIntersection.cpp255 addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
345 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineQuadraticIntersections
H A DSkDConicLineIntersection.cpp151 this->addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
245 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineConicIntersections

Completed in 4 milliseconds