commit | ab2d73b06fe6c518be1d399a79c9cc39db21abb6 | [log] [tgz] |
---|---|---|
author | Cary Clark <caryclark@google.com> | Fri Dec 16 17:17:25 2016 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Dec 16 22:47:00 2016 +0000 |
tree | b0a7c6a51acbaeb6aaca55361a838daabd506003 | |
parent | ee1c73fc1b8a616ac79572759b02435698171fbf [diff] |
rework xor to be more like winding Pathops is very well exercised with winding paths, but less so with xor (even odd) paths. Rewrite the xor main loop to look like the winding one to take advantage of the latter's bug fixes. TBR=reed@google.com BUG=skia:6041 Change-Id: Ied8d522254a327b1817b54f0abbf4414f5fab7da Reviewed-on: https://skia-review.googlesource.com/6228 Reviewed-by: Cary Clark <caryclark@google.com> Commit-Queue: Cary Clark <caryclark@google.com>