Searched defs:addNearVerticalEndPoints (Results 1 - 6 of 6) sorted by relevance

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

Completed in 1325 milliseconds