Provides various implementations of Android's SkBitmapRegionDecoder.
authormsarett <msarett@google.com>
Fri, 4 Sep 2015 20:00:49 +0000 (13:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 4 Sep 2015 20:00:50 +0000 (13:00 -0700)
commit76f755e6d54a32f9887ad254ce59a3a62f28bde4
tree9fd2954a383da06941f9448c57c8bddb8378e84e
parentc3470340b6658dea7baa3ac90d3b716c0afd7051
Provides various implementations of Android's SkBitmapRegionDecoder.

Implements testing in DM for these implementations.

nanobench testing will follow after this.

BUG=skia:

Review URL: https://codereview.chromium.org/1288963002
dm/DM.cpp
dm/DMSrcSink.cpp
dm/DMSrcSink.h
gyp/utils.gyp
gyp/utils.gypi
src/utils/SkBitmapRegionCanvas.cpp [new file with mode: 0644]
src/utils/SkBitmapRegionCanvas.h [new file with mode: 0644]
src/utils/SkBitmapRegionDecoderInterface.cpp [new file with mode: 0644]
src/utils/SkBitmapRegionDecoderInterface.h [new file with mode: 0644]
src/utils/SkBitmapRegionSampler.cpp [new file with mode: 0644]
src/utils/SkBitmapRegionSampler.h [new file with mode: 0644]