commit | 29b2563afb1677515739f1d24fb27733626eca92 | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Thu Aug 25 11:27:17 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 25 11:27:17 2016 -0700 |
tree | 8c447f8969688bf3e1187d1b0f1461a3e777c3cd | |
parent | f412f0988424cb5fad48a6097c8b29b5b9c56275 [diff] |
path ops stream-lining The addT() function is a workhorse of pathops. Make it simpler, removing branches and parameters. Separate addOpp() into const and modify parts. Add more debugging that asserts if the function fails and the data is not extreme (e.g., fuzzer generated). TBR=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2273293004 Review-Url: https://codereview.chromium.org/2273293004