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

/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h38 class JPEGImageDecoder : public ImageDecoder { class in namespace:WebCore
40 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
41 virtual ~JPEGImageDecoder();
H A DJPEGImageDecoder.cpp41 #include "JPEGImageDecoder.h"
116 JPEGImageReader(JPEGImageDecoder* decoder)
359 JPEGImageDecoder* decoder() { return m_decoder; }
362 JPEGImageDecoder* m_decoder;
407 JPEGImageDecoder::JPEGImageDecoder(ImageSource::AlphaOption alphaOption, function in class:WebCore::JPEGImageDecoder
413 JPEGImageDecoder::~JPEGImageDecoder()
417 bool JPEGImageDecoder::isSizeAvailable()
425 bool JPEGImageDecoder
[all...]
/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp32 #include "JPEGImageDecoder.h"
116 return new JPEGImageDecoder(alphaOption, gammaAndColorProfileOption);

Completed in 62 milliseconds