commit | 1c07aa7d8d717ac0faef53e215d7206b6ed1815f | [log] [tgz] |
---|---|---|
author | Michael Ludwig <michaelludwig@google.com> | Thu Jun 11 10:57:37 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Jun 11 16:45:33 2020 +0000 |
tree | eb71f6b65ea279c4bce829df01335b21b95e05ae | |
parent | 4598fa1b1acab2db3834e0b55eed7ec69232d077 [diff] |
Implement computeFastBounds in SkLocalMatrixImageFilter This also adds a GM based on Jim's fiddle: https://fiddle.skia.org/c/781234e35c208ee03f79b90613117b91 I confirmed that it never flickers when animating in viewer. Patchset 1 shows the GM being blank (with the computeFastBounds fix disabled). Patchset 3 shows that with the fix enabled, the GM is not blank. Bug: skia:9282 Change-Id: I206f7150c395b0a35ecf0455e4905f72ae057e6b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/295558 Commit-Queue: Michael Ludwig <michaelludwig@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>