/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/ |
PNGImageDecoder.h | 38 class PLATFORM_EXPORT PNGImageDecoder : public ImageDecoder { 39 WTF_MAKE_NONCOPYABLE(PNGImageDecoder); 41 PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes); 42 virtual ~PNGImageDecoder();
|
PNGImageDecoder.cpp | 40 #include "platform/image-decoders/png/PNGImageDecoder.h" 87 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->headerAvailable(); 93 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->rowAvailable(rowBuffer, rowIndex, interlacePass); 99 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->pngComplete(); 105 PNGImageReader(PNGImageDecoder* decoder) 144 PNGImageDecoder* decoder = static_cast<PNGImageDecoder*>(png_get_progressive_ptr(m_png)); 217 PNGImageDecoder::PNGImageDecoder(ImageSource::AlphaOption alphaOption, 225 PNGImageDecoder::~PNGImageDecoder( [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/ |
ICOImageDecoder.h | 38 class PNGImageDecoder; 94 // If the desired PNGImageDecoder exists, gives it the appropriate data. 146 typedef Vector<OwnPtr<PNGImageDecoder> > PNGDecoders;
|
ICOImageDecoder.cpp | 37 #include "platform/image-decoders/png/PNGImageDecoder.h" 188 // PNGImageDecoder anymore. (If we failed, these have already been 231 new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied, 235 // Fail if the size the PNGImageDecoder calculated does not match the size
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
ImageDecoder.cpp | 28 #include "platform/image-decoders/png/PNGImageDecoder.h" 99 return adoptPtr(new PNGImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageDecoder.h | 533 DECLARE_DECODER_CREATOR(PNGImageDecoder);
|
/external/skia/include/core/ |
SkImageDecoder.h | 533 DECLARE_DECODER_CREATOR(PNGImageDecoder);
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libpng.cpp | [all...] |
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.target.darwin-arm.mk | 333 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \ [all...] |
blink_platform.target.darwin-mips.mk | 332 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \ [all...] |
blink_platform.target.darwin-x86.mk | 332 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \ [all...] |
blink_platform.target.linux-arm.mk | 333 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \ [all...] |
blink_platform.target.linux-mips.mk | 332 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \ [all...] |
blink_platform.target.linux-x86.mk | 332 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \ [all...] |