Searched refs:ImageSource (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/
H A DImageSource.cpp30 #include "ImageSource.h"
41 unsigned ImageSource::s_maxPixelsPerDecodedImage = 1024 * 1024;
44 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) function in class:WebCore::ImageSource
51 ImageSource::~ImageSource()
56 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataReceived)
70 bool ImageSource
[all...]
H A DImageSource.h139 class ImageSource { class in namespace:WebCore
140 WTF_MAKE_NONCOPYABLE(ImageSource);
152 ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied);
153 ~ImageSource();
155 // Tells the ImageSource that the Image no longer cares about decoded frame
157 // |clearBeforeFrame| (if |destroyAll| is false). The ImageSource should
159 // usage low. When |destroyAll| is true, the ImageSource should also reset
174 // the ImageSource. This way implementations which choose to destroy their
/external/webkit/Source/WebCore/platform/image-decoders/webp/
H A DWEBPImageDecoder.h43 WEBPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
H A DWEBPImageDecoder.cpp38 WEBPImageDecoder::WEBPImageDecoder(ImageSource::AlphaOption alphaOption,
39 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageSourceCG.cpp27 #include "ImageSource.h"
71 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) function in class:WebCore::ImageSource
79 ImageSource::~ImageSource()
84 void ImageSource::clear(bool destroyAllFrames, size_t, SharedBuffer* data, bool allDataReceived)
124 bool ImageSource::initialized() const
129 void ImageSource
[all...]
H A DGraphicsContext3DCG.cpp105 ImageSource decoder(ImageSource::AlphaNotPremultiplied,
106 ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied);
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageDecoder.h42 BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
H A DBMPImageDecoder.cpp43 BMPImageDecoder::BMPImageDecoder(ImageSource::AlphaOption alphaOption,
44 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h40 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
H A DJPEGImageDecoder.cpp407 JPEGImageDecoder::JPEGImageDecoder(ImageSource::AlphaOption alphaOption,
408 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageSourceAndroid.cpp32 #include "ImageSource.h"
51 // TODO: We should make use of some of the common code in platform/graphics/ImageSource.cpp.
113 ImageSource::ImageSource(AlphaOption alphaOption, GammaAndColorProfileOption gammaAndColorProfileOption) function in class:WebCore::ImageSource
123 ImageSource::~ImageSource() {
130 bool ImageSource::initialized() const {
158 void ImageSource::clearURL()
163 void ImageSource::setURL(const String& url)
181 void ImageSource
[all...]
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContext3DSkia.cpp35 #include "ImageSource.h"
58 ImageSource decoder(ImageSource::AlphaNotPremultiplied,
59 ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied);
/external/webkit/Source/WebKit/chromium/src/
H A DWebImageDecoder.cpp59 m_private = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied);
62 m_private = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied);
H A DWebImageSkia.cpp35 #include "ImageSource.h"
51 ImageSource source;
H A DWebImageCG.cpp35 #include "ImageSource.h"
52 ImageSource source;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageDecoderQt.h44 ImageDecoderQt(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
H A DImageDecoderQt.cpp40 ImageDecoder* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
49 ImageDecoderQt::ImageDecoderQt(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.h39 PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContext3DCairo.cpp46 ImageSource decoder(premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied,
47 ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied);
/external/webkit/Source/WebCore/platform/image-decoders/gif/
H A DGIFImageDecoder.h39 GIFImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
H A DGIFImageDecoder.cpp32 GIFImageDecoder::GIFImageDecoder(ImageSource::AlphaOption alphaOption,
33 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
105 // There are two additional wrinkles here. First, ImageSource::clear() may
151 // always use ImageSource::clear(true, ...) to completely free the memory in
162 // ImageSource::clear() can be called (see ImageSource.h), we're guaranteed
/external/webkit/Source/WebCore/platform/image-decoders/ico/
H A DICOImageDecoder.h43 ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
H A DICOImageDecoder.cpp47 ICOImageDecoder::ICOImageDecoder(ImageSource::AlphaOption alphaOption,
48 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
206 new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied,
207 m_ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied));
/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.h33 #include "ImageSource.h"
227 ImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
229 , m_premultiplyAlpha(alphaOption == ImageSource::AlphaPremultiplied)
230 , m_ignoreGammaAndColorProfile(gammaAndColorProfileOption == ImageSource::GammaAndColorProfileIgnored)
241 static ImageDecoder* create(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
H A DImageDecoder.cpp101 ImageDecoder* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)

Completed in 716 milliseconds

12