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

  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/png/
PNGImageDecoder.h 37 class PNGImageDecoder : public ImageDecoder {
39 PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
40 virtual ~PNGImageDecoder();
PNGImageDecoder.cpp 40 #include "core/platform/image-decoders/png/PNGImageDecoder.h"
88 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->headerAvailable();
94 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->rowAvailable(rowBuffer, rowIndex, interlacePass);
100 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->pngComplete();
106 PNGImageReader(PNGImageDecoder* decoder)
145 PNGImageDecoder* decoder = static_cast<PNGImageDecoder*>(png_get_progressive_ptr(m_png));
218 PNGImageDecoder::PNGImageDecoder(ImageSource::AlphaOption alphaOption,
225 PNGImageDecoder::~PNGImageDecoder(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/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 38 #include "core/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/core/platform/image-decoders/
ImageDecoder.cpp 29 #include "core/platform/image-decoders/png/PNGImageDecoder.h"
98 return adoptPtr(new PNGImageDecoder(alphaOption, gammaAndColorProfileOption));
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 556 DECLARE_DECODER_CREATOR(PNGImageDecoder);
  /external/skia/include/core/
SkImageDecoder.h 574 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/core/
webcore_platform.target.darwin-arm.mk 280 third_party/WebKit/Source/core/platform/image-decoders/png/PNGImageDecoder.cpp \
    [all...]
webcore_platform.target.darwin-mips.mk 280 third_party/WebKit/Source/core/platform/image-decoders/png/PNGImageDecoder.cpp \
    [all...]
webcore_platform.target.darwin-x86.mk 280 third_party/WebKit/Source/core/platform/image-decoders/png/PNGImageDecoder.cpp \
    [all...]
webcore_platform.target.linux-arm.mk 280 third_party/WebKit/Source/core/platform/image-decoders/png/PNGImageDecoder.cpp \
    [all...]
webcore_platform.target.linux-mips.mk 280 third_party/WebKit/Source/core/platform/image-decoders/png/PNGImageDecoder.cpp \
    [all...]
webcore_platform.target.linux-x86.mk 280 third_party/WebKit/Source/core/platform/image-decoders/png/PNGImageDecoder.cpp \
    [all...]

Completed in 607 milliseconds