commit | da707bf5635c70d4c3c284a0b05d92489b76788e | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Thu Nov 19 14:47:43 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Nov 19 14:47:44 2015 -0800 |
tree | 837638f90905b75992ef030664b62e49952dbdf3 | |
parent | edb36445dbedff473a06a00de0813dc2e6e6845c [diff] |
add SkPath::isRRect Add helper to track when a round rect was added to a path, and then return the SkRRect specification that describes it. Move the implementation for SkPath::RawIter to SkPathRef so it can be used there as well. R=reed@google.com,robertphillips@google.com Review URL: https://codereview.chromium.org/1461763004