add ImageGenerator::NewFromData to porting layer
authorreed <reed@google.com>
Thu, 8 Jan 2015 02:04:45 +0000 (18:04 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 8 Jan 2015 02:04:45 +0000 (18:04 -0800)
commit5965c8ae4ee960275da4bc40189bdba85aab8b5e
treedc7f14af5cbce088311191a981b6ae67c2286be6
parent23d432080cb8506bf8e371b1637ce8f2de9c0c05
add ImageGenerator::NewFromData to porting layer

BUG=skia:3275

Review URL: https://codereview.chromium.org/834633006
25 files changed:
bench/ETCBitmapBench.cpp
gm/astcbitmap.cpp
gm/colorwheel.cpp
gm/etc1bitmap.cpp
gm/factory.cpp
gm/image.cpp
gyp/images.gyp
include/core/SkImage.h
include/core/SkImageGenerator.h
samplecode/SampleEncode.cpp
samplecode/SamplePicture.cpp
src/c/sk_surface.cpp
src/image/SkImage.cpp
src/image/SkImage_Raster.cpp
src/lazy/SkDiscardablePixelRef.cpp
src/ports/SkImageGenerator_skia.cpp [new file with mode: 0644]
src/utils/SkLua.cpp
tests/CachedDecodingPixelRefTest.cpp
tests/ImageDecodingTest.cpp
tests/KtxTest.cpp
tests/PDFJpegEmbedTest.cpp
tests/PictureTest.cpp
tests/SurfaceTest.cpp
tools/LazyDecodeBitmap.cpp
tools/Resources.cpp