Add config8888 support to writePixels
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 10 Nov 2011 20:57:43 +0000 (20:57 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 10 Nov 2011 20:57:43 +0000 (20:57 +0000)
commitd58a1cd00b969a7755c375f55cf80f4d49d3047b
tree509af66cdbd986e07f24faa2ae090fc3a037d289
parent14debba629a422c950a892373cceea0f4916f104
Add config8888 support to writePixels

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

git-svn-id: http://skia.googlecode.com/svn/trunk@2662 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/core.gyp
gyp/tests.gyp
include/core/SkCanvas.h
include/core/SkDevice.h
include/gpu/SkGpuDevice.h
src/core/SkCanvas.cpp
src/core/SkConfig8888.h [new file with mode: 0644]
src/core/SkDevice.cpp
src/gpu/SkGpuDevice.cpp
tests/WritePixelsTest.cpp [new file with mode: 0644]