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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.h 40 class PLATFORM_EXPORT JPEGImageDecoder : public ImageDecoder {
41 WTF_MAKE_NONCOPYABLE(JPEGImageDecoder);
43 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
44 virtual ~JPEGImageDecoder();
JPEGImageDecoder.cpp 41 #include "platform/image-decoders/jpeg/JPEGImageDecoder.h"
248 JPEGImageReader(JPEGImageDecoder* decoder)
478 JPEGImageDecoder* decoder = m_decoder;
519 JPEGImageDecoder* decoder() { return m_decoder; }
547 JPEGImageDecoder* m_decoder;
594 JPEGImageDecoder::JPEGImageDecoder(ImageSource::AlphaOption alphaOption,
601 JPEGImageDecoder::~JPEGImageDecoder()
605 bool JPEGImageDecoder::isSizeAvailable(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
JPEGImageDecoderTest.cpp 33 #include "platform/image-decoders/jpeg/JPEGImageDecoder.h"
60 PassOwnPtr<JPEGImageDecoder> createDecoder(size_t maxDecodedBytes)
62 return adoptPtr(new JPEGImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes));
72 OwnPtr<JPEGImageDecoder> decoder = createDecoder(maxDecodedBytes);
85 OwnPtr<JPEGImageDecoder> decoder = createDecoder(100);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.cpp 27 #include "platform/image-decoders/jpeg/JPEGImageDecoder.h"
96 return adoptPtr(new JPEGImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 532 DECLARE_DECODER_CREATOR(JPEGImageDecoder);
  /external/skia/include/core/
SkImageDecoder.h 532 DECLARE_DECODER_CREATOR(JPEGImageDecoder);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp     [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 332 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 331 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 331 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
    [all...]
blink_platform.target.linux-arm.mk 332 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
    [all...]
blink_platform.target.linux-mips.mk 331 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
    [all...]
blink_platform.target.linux-x86.mk 331 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
    [all...]

Completed in 632 milliseconds