Searched refs:addNearVerticalEndPoints (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 256 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 340 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineQuadraticIntersections
|
D | SkDConicLineIntersection.cpp | 147 this->addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 235 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineConicIntersections
|
D | SkDCubicLineIntersection.cpp | 248 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 333 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineCubicIntersections
|