Home
last modified time | relevance | path

Searched refs:ImageSource (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/
DImageSource.cpp41 unsigned ImageSource::s_maxPixelsPerDecodedImage = 1024 * 1024;
44 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOpt… in ImageSource() function in WebCore::ImageSource
51 ImageSource::~ImageSource() in ~ImageSource()
56 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataR… in clear()
70 bool ImageSource::initialized() const in initialized()
75 void ImageSource::setData(SharedBuffer* data, bool allDataReceived) in setData()
93 String ImageSource::filenameExtension() const in filenameExtension()
98 bool ImageSource::isSizeAvailable() in isSizeAvailable()
103 IntSize ImageSource::size() const in size()
108 IntSize ImageSource::frameSizeAtIndex(size_t index) const in frameSizeAtIndex()
[all …]
DImageSource.h139 class ImageSource {
140 WTF_MAKE_NONCOPYABLE(ImageSource);
152ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColor…
153 ~ImageSource();
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCG.cpp71 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOpt… in ImageSource() function in WebCore::ImageSource
79 ImageSource::~ImageSource() in ~ImageSource()
84 void ImageSource::clear(bool destroyAllFrames, size_t, SharedBuffer* data, bool allDataReceived) in clear()
124 bool ImageSource::initialized() const in initialized()
129 void ImageSource::setData(SharedBuffer* data, bool allDataReceived) in setData()
160 String ImageSource::filenameExtension() const in filenameExtension()
168 bool ImageSource::isSizeAvailable() in isSizeAvailable()
186 IntSize ImageSource::frameSizeAtIndex(size_t index) const in frameSizeAtIndex()
203 IntSize ImageSource::size() const in size()
208 bool ImageSource::getHotSpot(IntPoint& hotSpot) const in getHotSpot()
[all …]
DGraphicsContext3DCG.cpp105 ImageSource decoder(ImageSource::AlphaNotPremultiplied, in getImageData()
106 …ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp133 ImageSource::ImageSource(AlphaOption alphaOption, GammaAndColorProfileOption gammaAndColorProfileOp… in ImageSource() function in WebCore::ImageSource
143 ImageSource::~ImageSource() { in ~ImageSource()
150 bool ImageSource::initialized() const { in initialized()
203 void ImageSource::clearURL() in clearURL()
208 void ImageSource::setURL(const String& url) in setURL()
226 void ImageSource::setData(SharedBuffer* data, bool allDataReceived) in setData()
327 bool ImageSource::isSizeAvailable() in isSizeAvailable()
337 IntSize ImageSource::size() const in size()
349 int ImageSource::repetitionCount() in repetitionCount()
360 size_t ImageSource::frameCount() const in frameCount()
[all …]
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContext3DCairo.cpp46ImageSource decoder(premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPrem… in getImageData()
47 …ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
/external/webkit/Source/WebKit/chromium/src/
DWebImageDecoder.cpp59 …m_private = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfile… in init()
62 …m_private = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfile… in init()
DWebImageSkia.cpp51 ImageSource source; in fromData()
DWebImageCG.cpp52 ImageSource source; in fromData()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContext3DSkia.cpp58 ImageSource decoder(ImageSource::AlphaNotPremultiplied, in getImageData()
59 …ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.h227 …ImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAn… in ImageDecoder()
229 , m_premultiplyAlpha(alphaOption == ImageSource::AlphaPremultiplied) in ImageDecoder()
230 …, m_ignoreGammaAndColorProfile(gammaAndColorProfileOption == ImageSource::GammaAndColorProfileIgno… in ImageDecoder()
241 …static ImageDecoder* create(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::Gamma…
DImageDecoder.cpp101 …der* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSou… in create()
/external/webkit/Source/WebCore/platform/image-decoders/ico/
DICOImageDecoder.cpp47 ICOImageDecoder::ICOImageDecoder(ImageSource::AlphaOption alphaOption, in ICOImageDecoder()
48 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in ICOImageDecoder()
206 …new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPr… in decodeAtIndex()
207 …m_ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndCol… in decodeAtIndex()
DICOImageDecoder.h43 ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
/external/webkit/Source/WebCore/platform/graphics/qt/
DImageDecoderQt.cpp40 …der* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSou… in create()
49 ImageDecoderQt::ImageDecoderQt(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProf… in ImageDecoderQt()
DImageDecoderQt.h44 ImageDecoderQt(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
/external/webkit/Source/WebCore/platform/image-decoders/webp/
DWEBPImageDecoder.h43 WEBPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DWEBPImageDecoder.cpp38 WEBPImageDecoder::WEBPImageDecoder(ImageSource::AlphaOption alphaOption, in WEBPImageDecoder()
39ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in WEBPImageDecoder()
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
DJPEGImageDecoder.h40 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
DBMPImageDecoder.h42 BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DBMPImageDecoder.cpp43 BMPImageDecoder::BMPImageDecoder(ImageSource::AlphaOption alphaOption, in BMPImageDecoder()
44 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in BMPImageDecoder()
/external/webkit/Source/WebCore/platform/image-decoders/png/
DPNGImageDecoder.h39 PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DPNGImageDecoder.cpp172 PNGImageDecoder::PNGImageDecoder(ImageSource::AlphaOption alphaOption, in PNGImageDecoder()
173 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in PNGImageDecoder()
/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageDecoder.h39 GIFImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DGIFImageDecoder.cpp32 GIFImageDecoder::GIFImageDecoder(ImageSource::AlphaOption alphaOption, in GIFImageDecoder()
33 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in GIFImageDecoder()

12