Scanline decoding for wbmp
authormsarett <msarett@google.com>
Wed, 5 Aug 2015 19:58:26 +0000 (12:58 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 5 Aug 2015 19:58:26 +0000 (12:58 -0700)
commit99f567e617b6c5a81e6b822c30ccb0d357db21fc
treec119d5f8abfd674533ef2ccb04d9bfa1ec188a0d
parentdfcba473b0462be3ed4babc07b1d50f4fafaeded
Scanline decoding for wbmp

We are also changing the wbmp to use SkSwizzler.  This
will allow us to take advantage of the sampling routines
that are being implemented in SkSwizzler.

The image in this upload came from:
https://commons.wikimedia.org/wiki/File:Android_robot.png

It is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.

BUG=skia:

Review URL: https://codereview.chromium.org/1254483004
resources/index8.png [new file with mode: 0644]
src/codec/SkCodec.cpp
src/codec/SkCodecPriv.h
src/codec/SkCodec_libpng.cpp
src/codec/SkCodec_wbmp.cpp
src/codec/SkCodec_wbmp.h
src/codec/SkScanlineDecoder.cpp
src/codec/SkSwizzler.cpp
src/codec/SkSwizzler.h
tests/CodexTest.cpp