Searched refs:JPEGImageDecoder (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h40 class PLATFORM_EXPORT JPEGImageDecoder : public ImageDecoder { class in namespace:blink
41 WTF_MAKE_NONCOPYABLE(JPEGImageDecoder);
43 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
44 virtual ~JPEGImageDecoder();
H A DJPEGImageDecoder.cpp41 #include "platform/image-decoders/jpeg/JPEGImageDecoder.h"
315 JPEGImageReader(JPEGImageDecoder* decoder)
559 JPEGImageDecoder* decoder = m_decoder;
600 JPEGImageDecoder* decoder() { return m_decoder; }
634 JPEGImageDecoder* m_decoder;
683 JPEGImageDecoder::JPEGImageDecoder(ImageSource::AlphaOption alphaOption, function in class:blink::JPEGImageDecoder
691 JPEGImageDecoder::~JPEGImageDecoder()
695 bool JPEGImageDecoder
[all...]
H A DJPEGImageDecoderTest.cpp33 #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);
87 OwnPtr<JPEGImageDecoder> decoder = createDecoder(maxDecodedBytes);
114 OwnPtr<JPEGImageDecoder> decoder = createDecoder(100);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.cpp28 #include "platform/image-decoders/jpeg/JPEGImageDecoder.h"
97 return adoptPtr(new JPEGImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h473 DECLARE_DECODER_CREATOR(JPEGImageDecoder); variable
/external/skia/include/core/
H A DSkImageDecoder.h541 DECLARE_DECODER_CREATOR(JPEGImageDecoder); variable
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp1201 DEFINE_DECODER_CREATOR(JPEGImageDecoder); variable
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp1219 DEFINE_DECODER_CREATOR(JPEGImageDecoder); variable
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk345 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.darwin-arm64.mk344 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.darwin-mips.mk344 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.darwin-mips64.mk344 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.darwin-x86.mk344 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.darwin-x86_64.mk344 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.linux-arm.mk345 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.linux-arm64.mk344 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.linux-mips.mk344 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.linux-mips64.mk344 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.linux-x86.mk344 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
H A Dblink_platform.target.linux-x86_64.mk344 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \

Completed in 302 milliseconds