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

/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.h37 class PNGImageDecoder : public ImageDecoder { class in namespace:WebCore
39 PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
40 virtual ~PNGImageDecoder();
H A DPNGImageDecoder.cpp41 #include "PNGImageDecoder.h"
81 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->headerAvailable();
87 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->rowAvailable(rowBuffer, rowIndex, interlacePass);
93 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->pngComplete();
99 PNGImageReader(PNGImageDecoder* decoder)
131 PNGImageDecoder* decoder = static_cast<PNGImageDecoder*>(png_get_progressive_ptr(m_png));
172 PNGImageDecoder::PNGImageDecoder(ImageSource::AlphaOption alphaOption, function in class:WebCore::PNGImageDecoder
179 PNGImageDecoder
[all...]
/external/webkit/Source/WebCore/platform/image-decoders/ico/
H A DICOImageDecoder.h38 class PNGImageDecoder;
87 // If the desired PNGImageDecoder exists, gives it the appropriate data.
132 typedef Vector<OwnPtr<PNGImageDecoder> > PNGDecoders;
H A DICOImageDecoder.cpp37 #include "PNGImageDecoder.h"
163 // PNGImageDecoder anymore. (If we failed, these have already been
206 new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied,
210 // Fail if the size the PNGImageDecoder calculated does not match the size
/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp33 #include "PNGImageDecoder.h"
98 // This method requires BMPImageDecoder, PNGImageDecoder, ICOImageDecoder and
113 return new PNGImageDecoder(alphaOption, gammaAndColorProfileOption);

Completed in 536 milliseconds