commit | 4f12b8bd2cb43daeffa4d1c53120ae94c5ccf486 | [log] [tgz] |
---|---|---|
author | reed <reed@google.com> | Wed May 13 13:34:57 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 13 13:34:57 2015 -0700 |
tree | f7099c4479cd3c9d9acc36bf0756c2213f8c4f0a | |
parent | 231c5fd590c898957d65cbfbc51040c7fe236af6 [diff] |
Implement support for non-scale/translate CTM in image filters. Implemented by extracting out the non-scale/translate components and applying that post-filter as an SkMatrixImageFilter. BUG=skia: Review URL: https://codereview.chromium.org/1120043002