Home
last modified time | relevance | path

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

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