aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/OWNERS
diff options
context:
space:
mode:
authorGravatar senorblanco <senorblanco@chromium.org>2015-11-25 07:06:55 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-25 07:06:55 -0800
commit4a24398391536f7b176b44a8c45dc288655b4adb (patch)
treef2c1746d6025b9c074cc659e9c643fe627203fe1 /infra/OWNERS
parent43432f333ab82f5d272c8564802e4ba1483e9f45 (diff)
Fix SkMergeImageFilter crop rect computation.
The crop rect should be applied to the union of the input bounds, not to the src input's bounds. These are often the same, since the saveLayer offscreen size is computed as the union of all the required bounds, but is not correct if the input primitive is not used (e.g., if all inputs are connected to SkImageSources). But this will change as we move to more accurate intermediate bounds computations (getting rid of the join() hacks as described in skbug.com/3194). Since we can't know this without actually processing the inputs, split SkMergeImageFilter processing into: - filter all inputs - applyCropRect to the union'ed bounds - allocate the destination - do the merge BUG=3194 Review URL: https://codereview.chromium.org/1475793002
Diffstat (limited to 'infra/OWNERS')
0 files changed, 0 insertions, 0 deletions