Searched defs:ImageSource (Results 1 - 4 of 4) sorted by relevance

/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/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/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...]

Completed in 98 milliseconds