| commit | 47d73daa7a971e7eee5822def7922f7d43b2dc47 | [log] [tgz] |
|---|---|---|
| author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sun Feb 17 01:41:25 2013 +0000 |
| committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sun Feb 17 01:41:25 2013 +0000 |
| tree | bdb9a797755833b2fa5a712f397a1d6281b8677b | |
| parent | 6d697f4b1fb2e71303c6d28c176fabf831bcaaa7 [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@7758 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersections.h b/experimental/Intersection/Intersections.h index 449849c..33fc0ac 100644 --- a/experimental/Intersection/Intersections.h +++ b/experimental/Intersection/Intersections.h
@@ -79,9 +79,11 @@ return fUsed > 0; } + void removeOne(int index); + // leaves flip, swap alone void reset() { - fUsed = /* fUsed2 = fCoincidentUsed = */ 0; + fUsed = 0; fUnsortable = false; }