Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDQuadLineIntersection.cpp256 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
340 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineQuadraticIntersections
DSkDConicLineIntersection.cpp147 this->addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
235 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineConicIntersections
DSkDCubicLineIntersection.cpp248 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
333 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineCubicIntersections