commit | 177a712dcb1c5c89f2aa2ae7d813d8834cf35ec2 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Mon Dec 12 10:25:15 2022 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Tue Dec 13 12:34:24 2022 +0000 |
tree | c77fab4683c872cd3737d8a71da2b37fc164f5b1 | |
parent | c83eef7dc2a3a40f8e7906fb0f764342c4c36c6b [diff] |
Move getFillPath from Paint to SkPathUtils.h It is now named FillPathWithPaint. The behavior should be unchanged. The legacy call site is available with the define: SK_LEGACY_GET_FILL_PATH Client guards: - http://cl/494768310 - https://crrev.com/c/4097825 - http://ag/20709885 Change-Id: If7e622b8b6392d0d19eab09ac6184a6f89f2cdb7 Bug: skia:13983 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/616821 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Herb Derby <herb@google.com>