Searched refs:PNGImageDecoder (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.h38 class PLATFORM_EXPORT PNGImageDecoder : public ImageDecoder { class in namespace:WebCore
39 WTF_MAKE_NONCOPYABLE(PNGImageDecoder);
41 PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
42 virtual ~PNGImageDecoder();
H A DPNGImageDecoder.cpp40 #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, function in class:WebCore::PNGImageDecoder
225 PNGImageDecoder
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
H A DICOImageDecoder.h38 class PNGImageDecoder;
94 // If the desired PNGImageDecoder exists, gives it the appropriate data.
146 typedef Vector<OwnPtr<PNGImageDecoder> > PNGDecoders;
H A DICOImageDecoder.cpp37 #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/
H A DImageDecoder.cpp28 #include "platform/image-decoders/png/PNGImageDecoder.h"
99 return adoptPtr(new PNGImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h533 DECLARE_DECODER_CREATOR(PNGImageDecoder); variable
/external/skia/include/core/
H A DSkImageDecoder.h533 DECLARE_DECODER_CREATOR(PNGImageDecoder); variable
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libpng.cpp1268 DEFINE_DECODER_CREATOR(PNGImageDecoder); variable
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp1267 DEFINE_DECODER_CREATOR(PNGImageDecoder); variable
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk333 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \
H A Dblink_platform.target.darwin-mips.mk332 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \
H A Dblink_platform.target.darwin-x86.mk332 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \
H A Dblink_platform.target.linux-arm.mk333 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \
H A Dblink_platform.target.linux-mips.mk332 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \
H A Dblink_platform.target.linux-x86.mk332 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \

Completed in 304 milliseconds