Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp250 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
351 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineCubicIntersections
H A DSkDQuadLineIntersection.cpp257 addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
356 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineQuadraticIntersections
H A DSkDConicLineIntersection.cpp153 this->addNearVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect()
256 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() function in LineConicIntersections

Completed in 3 milliseconds