aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/ShapeOps.h
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-09 22:14:19 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-09 22:14:19 +0000
commit31143cf37fa38dc98f71c71e518ecc21c83b5e27 (patch)
treeefab01dcd9599414a75554c6ec8a7dc2479b8121 /experimental/Intersection/ShapeOps.h
parent3fb91a1fe939c827495ed22d7a95bd093d663efe (diff)
shape ops work in progress
first cut at getting binary ops to work (union/intersection/diff/xor) git-svn-id: http://skia.googlecode.com/svn/trunk@6375 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/ShapeOps.h')
-rw-r--r--experimental/Intersection/ShapeOps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/experimental/Intersection/ShapeOps.h b/experimental/Intersection/ShapeOps.h
index 8ea3691041..f12a23b91a 100644
--- a/experimental/Intersection/ShapeOps.h
+++ b/experimental/Intersection/ShapeOps.h
@@ -18,7 +18,8 @@ enum ShapeOp {
kDifference_Op,
kIntersect_Op,
kUnion_Op,
- kXor_Op
+ kXor_Op,
+ kShapeOp_Count
};
enum ShapeOpMask {