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

/external/skia/src/pathops/
H A DSkDConicLineIntersection.cpp145 this->addExactVerticalEndPoints(top, bottom, axisIntercept);
224 void addExactVerticalEndPoints(double top, double bottom, double x) { function in class:LineConicIntersections
H A DSkDCubicLineIntersection.cpp246 addExactVerticalEndPoints(top, bottom, axisIntercept);
322 void addExactVerticalEndPoints(double top, double bottom, double x) { function in class:LineCubicIntersections
H A DSkDQuadLineIntersection.cpp254 addExactVerticalEndPoints(top, bottom, axisIntercept);
329 void addExactVerticalEndPoints(double top, double bottom, double x) { function in class:LineQuadraticIntersections

Completed in 1393 milliseconds