commit | 05dcb4c7a9fe350af495e4cc53f8ad0cc9b79052 | [log] [tgz] |
---|---|---|
author | senorblanco <senorblanco@chromium.org> | Tue Jan 12 07:49:15 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 12 07:49:15 2016 -0800 |
tree | 2415b8f6e2f81cc934197cf36b73ee22747492af | |
parent | c63a0f8fe534eef8d52abc2066126729be9b497c [diff] |
Optimize SkTileImageFilter in an offset filter when possible. If the srcRect and dstRect have the same size, tiling will have the same effect as an offset filter cropped to the intersection of srcRect and dstRect. So do that instead. BUG=569950 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1578983002 Review URL: https://codereview.chromium.org/1578983002