commit | 3d822c29d4272a6749e59801b202b1ed6d611be8 | [log] [tgz] |
---|---|---|
author | senorblanco <senorblanco@chromium.org> | Wed Jul 30 14:49:31 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 30 14:49:31 2014 -0700 |
tree | 9338c596ebad4ee13a9db88dd7e7bca054a20185 | |
parent | 0f1a7c42d7e98fcd682501f1944fd42f3ce3a894 [diff] |
Intersect SkPictureImageFilter bounds against clip bounds. Intersect SkPictureImageFilter bounds against clip bounds to avoid unnecessary processing. This is how the other filters work (via applyCropRect()), but SkPictureImageFilter maintains its own crop. BUG=skia: R=bsalomon@google.com Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/428263003