aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-18 02:03:03 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-18 02:03:03 +0000
commit7a03d86a3d9adcb13432fbd82039725149487c97 (patch)
tree8fce409fe7b679428410dd32b3d400dff8e2369f /experimental
parent6006b5641e575181f2d6f1212b8db491b2c2671c (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6872 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental')
-rw-r--r--experimental/Intersection/Simplify.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp
index 09ce42060e..6c6f5cb366 100644
--- a/experimental/Intersection/Simplify.cpp
+++ b/experimental/Intersection/Simplify.cpp
@@ -1027,7 +1027,7 @@ public:
fDefer[0] = fDefer[1] = pt2;
fEmpty = false;
}
-
+
bool someAssemblyRequired() const {
return fCloses < fMoves;
}
@@ -2456,7 +2456,7 @@ public:
const Angle* nextAngle = sorted[nextIndex];
nextSegment = nextAngle->segment();
int maxWinding;
- bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),
+ bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),
maxWinding, sumWinding);
if (activeAngle && (!foundAngle || foundDone) && outside != (sumWinding & 1)) {
foundAngle = nextAngle;
@@ -3569,7 +3569,7 @@ public:
return fVerb;
}
- int windingAtT(double tHit, int tIndex, bool crossOpp) const {
+ int windingAtT(double tHit, int tIndex, bool crossOpp) const {
if (approximately_zero(tHit - t(tIndex))) { // if we hit the end of a span, disregard
return SK_MinS32;
}