skia2/src/images
scroggo@google.com c4ebdb03de Force linking with image decoders for images project.
Previously, each tool that wanted to use image decoders
but did not specifically reference them had to create a
dummy function that references them in order to ensure
they are not stripped by the linker.

Instead of making each tool reference each image decoder,
do it once in SkImageDecoder.cpp. Now each tool will have
image decoders linked in, assuming it includes the images
project.

This fixes a bug where SKPs with encoded data could not
be read by bench_ or render_pictures.

R=djsollen@google.com, robertphillips@google.com

Review URL: https://codereview.chromium.org/14678003

git-svn-id: http://skia.googlecode.com/svn/trunk@8941 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-05-01 21:17:27 +00:00
..
bmpdecoderhelper.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
bmpdecoderhelper.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkBitmapRegionDecoder.cpp Upstream Android modifications to the image encoders/decoders. 2013-03-14 14:42:18 +00:00
SkImageDecoder_FactoryDefault.cpp Updates to images project. 2013-04-17 21:07:55 +00:00
SkImageDecoder_FactoryRegistrar.cpp Updates to skimage tool to use it for testing. 2013-04-25 17:33:51 +00:00
SkImageDecoder_libbmp.cpp Updates to skimage tool to use it for testing. 2013-04-25 17:33:51 +00:00
SkImageDecoder_libgif.cpp Updates to skimage tool to use it for testing. 2013-04-25 17:33:51 +00:00
SkImageDecoder_libico.cpp Updates to skimage tool to use it for testing. 2013-04-25 17:33:51 +00:00
SkImageDecoder_libjpeg.cpp Updates to skimage tool to use it for testing. 2013-04-25 17:33:51 +00:00
SkImageDecoder_libpng.cpp Updates to skimage tool to use it for testing. 2013-04-25 17:33:51 +00:00
SkImageDecoder_libwebp.cpp Updates to skimage tool to use it for testing. 2013-04-25 17:33:51 +00:00
SkImageDecoder_wbmp.cpp Updates to skimage tool to use it for testing. 2013-04-25 17:33:51 +00:00
SkImageDecoder.cpp Force linking with image decoders for images project. 2013-05-01 21:17:27 +00:00
SkImageEncoder_argb.cpp ARGB image encoder for checksums. 2013-04-23 18:06:23 +00:00
SkImageEncoder_Factory.cpp Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. 2013-03-20 16:07:37 +00:00
SkImageEncoder.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkImageRef_ashmem.cpp Fix android errors when unflattening an SkImageRef_ashmem object. 2013-02-01 15:57:13 +00:00
SkImageRef_ashmem.h Fix android errors when unflattening an SkImageRef_ashmem object. 2013-02-01 15:57:13 +00:00
SkImageRef_GlobalPool.cpp Fix android errors when unflattening an SkImageRef_ashmem object. 2013-02-01 15:57:13 +00:00
SkImageRef.cpp Fix android errors when unflattening an SkImageRef_ashmem object. 2013-02-01 15:57:13 +00:00
SkImageRefPool.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkImageRefPool.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkImages.cpp Fix android errors when unflattening an SkImageRef_ashmem object. 2013-02-01 15:57:13 +00:00
SkJpegUtility.cpp Upstream changes from Android for decoding jpeg images. 2013-03-20 17:45:27 +00:00
SkJpegUtility.h Upstream changes from Android for decoding jpeg images. 2013-03-20 17:45:27 +00:00
SkMovie_gif.cpp fix warning (again) for SkMovie 2013-03-22 13:58:34 +00:00
SkMovie.cpp use SkStream::NewFromFile() 2013-03-19 02:18:33 +00:00
SkPageFlipper.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkScaledBitmapSampler.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkScaledBitmapSampler.h Fix a bunch of warnings, mainly around rowBytes. 2013-02-25 21:47:41 +00:00
transform_scanline.h Extract transform_scanline_XXXX functions into transform_scanline.h for code-sharing 2012-11-16 18:44:18 +00:00