Adding a PictureResolution option to SkPictureImageFilter
authorJustin Novosad <junov@chromium.org>
Tue, 2 Dec 2014 19:50:56 +0000 (14:50 -0500)
committerJustin Novosad <junov@chromium.org>
Tue, 2 Dec 2014 19:50:56 +0000 (14:50 -0500)
commit5234075b1c6bcada4ad17ed5a83bfcb53df66b7f
treee0dfcb9772e462f71ffdcf65f83bc460c08d2c9e
parent367e1867b2d6901e3327d0707738d2bc7d13826e
Adding a PictureResolution option to SkPictureImageFilter

This change adds an option to SkPictureImageFilter to make it
rasterize SkPicture in a resolution that matches the local coordinate
space (equivalent to the record-time device space).

BUG=skia:3176
R=reed@google.com, senorblanco@chromium.org

Review URL: https://codereview.chromium.org/753073010
expectations/gm/ignored-tests.txt
gm/pictureimagefilter.cpp
include/core/SkPicture.h
include/effects/SkPictureImageFilter.h
src/core/SkReadBuffer.h
src/effects/SkPictureImageFilter.cpp