HomeSort by relevance Sort by last modified time
    Searched refs:PNGImageDecoder (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.h 37 class PNGImageDecoder : public ImageDecoder {
39 PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
40 virtual ~PNGImageDecoder();
PNGImageDecoder.cpp 41 #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,
179 PNGImageDecoder::~PNGImageDecoder(
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.h 38 class PNGImageDecoder;
87 // If the desired PNGImageDecoder exists, gives it the appropriate data.
132 typedef Vector<OwnPtr<PNGImageDecoder> > PNGDecoders;
ICOImageDecoder.cpp 37 #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/
ImageDecoder.cpp 33 #include "PNGImageDecoder.h"
98 // This method requires BMPImageDecoder, PNGImageDecoder, ICOImageDecoder and
113 return new PNGImageDecoder(alphaOption, gammaAndColorProfileOption);

Completed in 33 milliseconds