Searched refs:addExactVerticalEndPoints (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 255 addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 345 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineQuadraticIntersections
|
D | SkDConicLineIntersection.cpp | 151 this->addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 245 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineConicIntersections
|
D | SkDCubicLineIntersection.cpp | 248 addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 340 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineCubicIntersections
|
/third_party/flutter/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 255 addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 345 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineQuadraticIntersections
|
D | SkDConicLineIntersection.cpp | 151 this->addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 245 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineConicIntersections
|
D | SkDCubicLineIntersection.cpp | 248 addExactVerticalEndPoints(top, bottom, axisIntercept); in verticalIntersect() 340 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() function in LineCubicIntersections
|