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

  /external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.h 38 class JPEGImageDecoder : public ImageDecoder {
40 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
41 virtual ~JPEGImageDecoder();
JPEGImageDecoder.cpp 41 #include "JPEGImageDecoder.h"
116 JPEGImageReader(JPEGImageDecoder* decoder)
359 JPEGImageDecoder* decoder() { return m_decoder; }
362 JPEGImageDecoder* m_decoder;
407 JPEGImageDecoder::JPEGImageDecoder(ImageSource::AlphaOption alphaOption,
413 JPEGImageDecoder::~JPEGImageDecoder()
417 bool JPEGImageDecoder::isSizeAvailable()
425 bool JPEGImageDecoder::setSize(unsigned width, unsigned height
    [all...]
  /external/skia/include/images/
SkImageDecoder.h 457 DECLARE_DECODER_CREATOR(JPEGImageDecoder);
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp     [all...]

Completed in 1234 milliseconds