Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen...
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 13 Aug 2012 14:22:17 +0000 (14:22 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 13 Aug 2012 14:22:17 +0000 (14:22 +0000)
commit82aa7482cbf55ce6d42c692550cadee5e23146e4
treecf208c1d3e82a2288236d1591b1b85e3870371a9
parent3ada0efdc8de8316df8113ec54ffd1a3f33ecd21
Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier.

Committed on behalf of zork@chromium.org

Review URL: http://codereview.appspot.com/6354065/

git-svn-id: http://skia.googlecode.com/svn/trunk@5056 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/imagemagnifier.cpp [new file with mode: 0644]
gyp/effects.gyp
gyp/gmslides.gypi
include/effects/SkMagnifierImageFilter.h [new file with mode: 0644]
include/gpu/GrContext.h
src/effects/SkMagnifierImageFilter.cpp [new file with mode: 0644]
src/gpu/SkGpuDevice.cpp
src/ports/SkGlobalInitialization_chromium.cpp
src/ports/SkGlobalInitialization_default.cpp
tests/GLProgramsTest.cpp