Searched refs:AlphaOption (Results 1 – 21 of 21) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | ImageSource.h | 142 enum AlphaOption { enum 152 …ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColor… 222 AlphaOption m_alphaOption;
|
D | ImageSource.cpp | 44 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOpt… in ImageSource()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | ImageDecoderQt.cpp | 40 ImageDecoder* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, … 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()
|
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/ |
D | JPEGImageDecoder.h | 40 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | JPEGImageDecoder.cpp | 407 JPEGImageDecoder::JPEGImageDecoder(ImageSource::AlphaOption alphaOption, in JPEGImageDecoder()
|
/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()
|
/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()
|
/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()
|
/external/webkit/Source/WebCore/platform/image-decoders/ |
D | ImageDecoder.h | 227 …ImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAn… in ImageDecoder() 241 …static ImageDecoder* create(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::Gamma…
|
D | ImageDecoder.cpp | 101 ImageDecoder* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, … in create()
|
/external/webkit/Source/WebCore/platform/image-decoders/ico/ |
D | ICOImageDecoder.h | 43 ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | ICOImageDecoder.cpp | 47 ICOImageDecoder::ICOImageDecoder(ImageSource::AlphaOption alphaOption, in ICOImageDecoder()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | ImageSourceCG.cpp | 71 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOpt… in ImageSource()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | ImageSourceAndroid.cpp | 113 ImageSource::ImageSource(AlphaOption alphaOption, GammaAndColorProfileOption gammaAndColorProfileOp… in ImageSource()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 43363 This patch basically defines two enum type in ImageSource: AlphaOption
|