Searched refs:addNearVerticalEndPoints (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 265 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 364 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineQuadraticIntersections
|
D | SkDConicLineIntersection.cpp | 165 this->addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 268 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineConicIntersections
|
D | SkDCubicLineIntersection.cpp | 259 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 360 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineCubicIntersections
|