| Index: src/pathops/SkDCubicLineIntersection.cpp
|
| diff --git a/src/pathops/SkDCubicLineIntersection.cpp b/src/pathops/SkDCubicLineIntersection.cpp
|
| index e9997e45dddd4a805dfe4006a57cd178192cc314..abbc4e32b22c9c47a32278a32ed605f20fe58cf0 100644
|
| --- a/src/pathops/SkDCubicLineIntersection.cpp
|
| +++ b/src/pathops/SkDCubicLineIntersection.cpp
|
| @@ -215,6 +215,8 @@ public:
|
| }
|
| }
|
|
|
| + /* Note that this does not look for endpoints of the line that are near the cubic.
|
| + These points are found later when check ends looks for missing points */
|
| void addNearEndPoints() {
|
| for (int cIndex = 0; cIndex < 4; cIndex += 3) {
|
| double cubicT = (double) (cIndex >> 1);
|
|
|