Searched refs:addNearVerticalEndPoints (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkDCubicLineIntersection.cpp | 250 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 351 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineCubicIntersections
|
H A D | SkDQuadLineIntersection.cpp | 257 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 356 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineQuadraticIntersections
|
H A D | SkDConicLineIntersection.cpp | 153 this->addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 256 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineConicIntersections
|
Completed in 4 milliseconds