Home
last modified time | relevance | path

Searched refs:addNearVerticalEndPoints (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkDQuadLineIntersection.cpp265 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
364 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineQuadraticIntersections
DSkDConicLineIntersection.cpp165 this->addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
268 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineConicIntersections
DSkDCubicLineIntersection.cpp259 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
360 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineCubicIntersections