aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/ShapeOpRect4x4_Test.cpp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-13 19:47:53 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-13 19:47:53 +0000
commite7bd5f4041701cbab87f6e779eb18fbb9fe74216 (patch)
tree374c562e8103cba873e9ab72e55aac9c604661c6 /experimental/Intersection/ShapeOpRect4x4_Test.cpp
parentdd335aeb5d34a8344f98244d722fd205b8e05135 (diff)
shape ops work in progress
things work pretty well up to this point it's time to apply recent deletion of binary code algorithms to the unary code path git-svn-id: http://skia.googlecode.com/svn/trunk@6788 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/ShapeOpRect4x4_Test.cpp')
-rw-r--r--experimental/Intersection/ShapeOpRect4x4_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/Intersection/ShapeOpRect4x4_Test.cpp b/experimental/Intersection/ShapeOpRect4x4_Test.cpp
index 69b567f11b..d149377015 100644
--- a/experimental/Intersection/ShapeOpRect4x4_Test.cpp
+++ b/experimental/Intersection/ShapeOpRect4x4_Test.cpp
@@ -23,7 +23,7 @@ static void* testShapeOps4x4RectsMain(void* data)
bzero(pathStr, sizeof(pathStr));
do {
for (int a = 0 ; a < 6; ++a) {
- for (int b = a + 1 ; a < 7; ++b) {
+ for (int b = a + 1 ; b < 7; ++b) {
for (int c = 0 ; c < 6; ++c) {
for (int d = c + 1 ; d < 7; ++d) {
for (int op = 0 ; op < kShapeOp_Count; ++op) {