Searched refs:addExactVerticalEndPoints (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkDCubicLineIntersection.cpp | 248 addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 340 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineCubicIntersections
|
H A D | SkDQuadLineIntersection.cpp | 255 addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 345 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineQuadraticIntersections
|
H A D | SkDConicLineIntersection.cpp | 151 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