Searched refs:addNearVerticalEndPoints (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 257 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 356 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineQuadraticIntersections
|
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
|
D | SkDCubicLineIntersection.cpp | 250 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 351 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineCubicIntersections
|
/external/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 257 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 356 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineQuadraticIntersections
|
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
|
D | SkDCubicLineIntersection.cpp | 250 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 351 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineCubicIntersections
|