/external/webkit/Source/WebCore/platform/graphics/ |
D | ImageSource.cpp | 41 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 …]
|
D | ImageSource.h | 139 class ImageSource { 140 WTF_MAKE_NONCOPYABLE(ImageSource); 152 …ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColor… 153 ~ImageSource();
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | ImageSourceCG.cpp | 71 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 …]
|
D | GraphicsContext3DCG.cpp | 105 ImageSource decoder(ImageSource::AlphaNotPremultiplied, in getImageData() 106 …ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | ImageSourceAndroid.cpp | 133 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/ |
D | GraphicsContext3DCairo.cpp | 46 …ImageSource decoder(premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPrem… in getImageData() 47 …ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebImageDecoder.cpp | 59 …m_private = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfile… in init() 62 …m_private = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfile… in init()
|
D | WebImageSkia.cpp | 51 ImageSource source; in fromData()
|
D | WebImageCG.cpp | 52 ImageSource source; in fromData()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContext3DSkia.cpp | 58 ImageSource decoder(ImageSource::AlphaNotPremultiplied, in getImageData() 59 …ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
|
/external/webkit/Source/WebCore/platform/image-decoders/ |
D | ImageDecoder.h | 227 …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…
|
D | ImageDecoder.cpp | 101 …der* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSou… in create()
|
/external/webkit/Source/WebCore/platform/image-decoders/ico/ |
D | ICOImageDecoder.cpp | 47 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()
|
D | ICOImageDecoder.h | 43 ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | ImageDecoderQt.cpp | 40 …der* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSou… in create() 49 ImageDecoderQt::ImageDecoderQt(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProf… in ImageDecoderQt()
|
D | ImageDecoderQt.h | 44 ImageDecoderQt(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
/external/webkit/Source/WebCore/platform/image-decoders/webp/ |
D | WEBPImageDecoder.h | 43 WEBPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | WEBPImageDecoder.cpp | 38 WEBPImageDecoder::WEBPImageDecoder(ImageSource::AlphaOption alphaOption, in WEBPImageDecoder() 39 … ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in WEBPImageDecoder()
|
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/ |
D | JPEGImageDecoder.h | 40 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
/external/webkit/Source/WebCore/platform/image-decoders/bmp/ |
D | BMPImageDecoder.h | 42 BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | BMPImageDecoder.cpp | 43 BMPImageDecoder::BMPImageDecoder(ImageSource::AlphaOption alphaOption, in BMPImageDecoder() 44 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in BMPImageDecoder()
|
/external/webkit/Source/WebCore/platform/image-decoders/png/ |
D | PNGImageDecoder.h | 39 PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | PNGImageDecoder.cpp | 172 PNGImageDecoder::PNGImageDecoder(ImageSource::AlphaOption alphaOption, in PNGImageDecoder() 173 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in PNGImageDecoder()
|
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
D | GIFImageDecoder.h | 39 GIFImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | GIFImageDecoder.cpp | 32 GIFImageDecoder::GIFImageDecoder(ImageSource::AlphaOption alphaOption, in GIFImageDecoder() 33 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in GIFImageDecoder()
|