diff options
Diffstat (limited to 'experimental/Intersection')
-rw-r--r-- | experimental/Intersection/ShapeOps.cpp | 4 | ||||
-rw-r--r-- | experimental/Intersection/Simplify.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/experimental/Intersection/ShapeOps.cpp b/experimental/Intersection/ShapeOps.cpp index 20b21f9cf0..826a190706 100644 --- a/experimental/Intersection/ShapeOps.cpp +++ b/experimental/Intersection/ShapeOps.cpp @@ -4,7 +4,7 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ - + #include "Simplify.h" namespace Op { @@ -298,7 +298,7 @@ void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result) { } while (addIntersectTs(current, next) && nextPtr != listEnd); } while (currentPtr != listEnd); // eat through coincident edges - + int total = 0; int index; for (index = 0; index < contourList.count(); ++index) { diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp index 44c95756f9..3f4adf5490 100644 --- a/experimental/Intersection/Simplify.cpp +++ b/experimental/Intersection/Simplify.cpp @@ -3392,7 +3392,7 @@ public: SkDebugf(" windValue=%d\n", fTs[i].fWindValue); } } - + // This isn't useful yet -- but leaving it in for now in case i think of something // to use it for void validateActiveSpans() const { |