Move SkBitmapRegionDecoder to include/android and src/android
authormsarett <msarett@google.com>
Fri, 13 Nov 2015 14:11:09 +0000 (06:11 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 13 Nov 2015 14:11:09 +0000 (06:11 -0800)
commit506e19a4c8395178e8da81576b3c37616593e560
tree0877d660a91ef6322059269e7020988459e91ded
parent9c8605144a0f15e3e69a4e1dcd5d3e63f339380e
Move SkBitmapRegionDecoder to include/android and src/android

This will expose the BitmapRegionDecoder API as a public include
and move the implementation to src.

This makes this code more naturally exposed in Android and easier
to test in DM and nanobench.

BUG=skia:

Review URL: https://codereview.chromium.org/1438873002
15 files changed:
gyp/android_framework_lib.gyp
gyp/bench.gypi
gyp/codec_android.gyp [new file with mode: 0644]
gyp/dm.gypi
gyp/skia_lib.gyp
gyp/tools.gyp
gyp/visualbench.gyp
include/android/SkBRDAllocator.h [moved from tools/android/SkBRDAllocator.h with 94% similarity]
include/android/SkBitmapRegionDecoder.h [moved from tools/android/SkBitmapRegionDecoder.h with 100% similarity]
src/android/SkBitmapRegionCanvas.cpp [moved from tools/android/SkBitmapRegionCanvas.cpp with 100% similarity]
src/android/SkBitmapRegionCanvas.h [moved from tools/android/SkBitmapRegionCanvas.h with 100% similarity]
src/android/SkBitmapRegionCodec.cpp [moved from tools/android/SkBitmapRegionCodec.cpp with 100% similarity]
src/android/SkBitmapRegionCodec.h [moved from tools/android/SkBitmapRegionCodec.h with 100% similarity]
src/android/SkBitmapRegionDecoder.cpp [moved from tools/android/SkBitmapRegionDecoder.cpp with 100% similarity]
src/android/SkBitmapRegionDecoderPriv.h [moved from tools/android/SkBitmapRegionDecoderPriv.h with 100% similarity]