path ops : add support for inverse fill
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 22 Apr 2013 14:37:05 +0000 (14:37 +0000)
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 22 Apr 2013 14:37:05 +0000 (14:37 +0000)
commit7dfbb0720a133c0f63ac7be504f335bbcc62a291
tree819a38446c52c07f941e2bf09ec236823f1032f3
parentc4c9870953037be94da00ac9db887d171f6e479c
path ops : add support for inverse fill

add inverse fill, reverse diff, and gm tests
cleaned up some interfaces
Review URL: https://codereview.chromium.org/14371011

git-svn-id: http://skia.googlecode.com/svn/trunk@8798 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/pathopsinverse.cpp [new file with mode: 0644]
gyp/gmslides.gypi
gyp/pathops_unittest.gypi
include/pathops/SkPathOps.h
src/pathops/SkOpSegment.cpp
src/pathops/SkPathOpsOp.cpp
src/pathops/SkPathOpsSimplify.cpp
tests/PathOpsInverseTest.cpp [new file with mode: 0644]