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

  /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/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...]

Completed in 868 milliseconds