commit | d8db392be9dd1887df04b10b5670991d6b098c17 | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Fri Nov 04 11:38:41 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 04 11:38:41 2016 -0700 |
tree | e968ba01ec4043801bf6a74f0ff87de1d6f78f07 | |
parent | 8bd45cd98eb0eff1fb074fac9f469fdad5ca51f9 [diff] |
use reversePathTo in place of addPathReverse Path ops was using addPathReverse, instead of reversePathTo. The former adds a moveTo always, and the latter requires that the caller add the moveTo if needed. Simplify the reversePathTo implementation. R=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2481463002 Review-Url: https://codereview.chromium.org/2481463002