Home
last modified time | relevance | path

Searched refs:AlphaOption (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DImageSource.h142 enum AlphaOption { enum
152 …ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColor…
222 AlphaOption m_alphaOption;
DImageSource.cpp44 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOpt… in ImageSource()
/external/webkit/Source/WebCore/platform/graphics/qt/
DImageDecoderQt.cpp40 ImageDecoder* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, … 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()
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
DJPEGImageDecoder.h40 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DJPEGImageDecoder.cpp407 JPEGImageDecoder::JPEGImageDecoder(ImageSource::AlphaOption alphaOption, in JPEGImageDecoder()
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
DBMPImageDecoder.h42 BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DBMPImageDecoder.cpp43 BMPImageDecoder::BMPImageDecoder(ImageSource::AlphaOption alphaOption, 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()
/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageDecoder.h39 GIFImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DGIFImageDecoder.cpp32 GIFImageDecoder::GIFImageDecoder(ImageSource::AlphaOption alphaOption, in GIFImageDecoder()
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.h227 …ImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAn… in ImageDecoder()
241 …static ImageDecoder* create(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::Gamma…
DImageDecoder.cpp101 ImageDecoder* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, … in create()
/external/webkit/Source/WebCore/platform/image-decoders/ico/
DICOImageDecoder.h43 ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DICOImageDecoder.cpp47 ICOImageDecoder::ICOImageDecoder(ImageSource::AlphaOption alphaOption, in ICOImageDecoder()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCG.cpp71 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOpt… in ImageSource()
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp113 ImageSource::ImageSource(AlphaOption alphaOption, GammaAndColorProfileOption gammaAndColorProfileOp… in ImageSource()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1643363 This patch basically defines two enum type in ImageSource: AlphaOption