Added ctm matrix to GPU path
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 5 Aug 2013 16:53:50 +0000 (16:53 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 5 Aug 2013 16:53:50 +0000 (16:53 +0000)
commit1aa54bf6696afc7d06fc8ecc63dad2840a4d6179
tree6f1b09fd64bd228ab21be8faf6c7ff36d2c99e11
parenta27622c18de99fdb2c68e23b01006d3aa2bd1699
Added ctm matrix to GPU path

There should be no changes in behavior caused by this cl, it just adds the ctm matrix to filterImageGPU so that it may be used for scaling on all platforms when it is implemented on the blink side.

BUG=
R=senorblanco@google.com, senorblanco@chromium.org

Author: sugoi@chromium.org

Review URL: https://chromiumcodereview.appspot.com/22209002

git-svn-id: http://skia.googlecode.com/svn/trunk@10536 2bbb7eff-a529-9590-31e7-b0007b416f81
15 files changed:
include/core/SkImageFilter.h
include/core/SkImageFilterUtils.h
include/effects/SkBicubicImageFilter.h
include/effects/SkBlurImageFilter.h
include/effects/SkDisplacementMapEffect.h
include/effects/SkMorphologyImageFilter.h
include/effects/SkXfermodeImageFilter.h
src/core/SkImageFilter.cpp
src/core/SkImageFilterUtils.cpp
src/effects/SkBicubicImageFilter.cpp
src/effects/SkBlurImageFilter.cpp
src/effects/SkDisplacementMapEffect.cpp
src/effects/SkMorphologyImageFilter.cpp
src/effects/SkXfermodeImageFilter.cpp
src/gpu/SkGpuDevice.cpp