Searched refs:alphaOption (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp101 ImageDecoder* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
110 return new GIFImageDecoder(alphaOption, gammaAndColorProfileOption);
113 return new PNGImageDecoder(alphaOption, gammaAndColorProfileOption);
116 return new JPEGImageDecoder(alphaOption, gammaAndColorProfileOption);
120 return new WEBPImageDecoder(alphaOption, gammaAndColorProfileOption);
124 return new BMPImageDecoder(alphaOption, gammaAndColorProfileOption);
127 return new ICOImageDecoder(alphaOption, gammaAndColorProfileOption);
H A DImageDecoder.h227 ImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
229 , m_premultiplyAlpha(alphaOption == ImageSource::AlphaPremultiplied)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageDecoderQt.cpp40 ImageDecoder* ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
46 return new ImageDecoderQt(alphaOption, gammaAndColorProfileOption);
49 ImageDecoderQt::ImageDecoderQt(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
50 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageDecoder.cpp43 BMPImageDecoder::BMPImageDecoder(ImageSource::AlphaOption alphaOption, argument
45 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/graphics/
H A DImageSource.cpp44 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
46 , m_alphaOption(alphaOption)
H A DImageSource.h152 ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied);
/external/webkit/Source/WebCore/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp38 WEBPImageDecoder::WEBPImageDecoder(ImageSource::AlphaOption alphaOption, argument
40 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageSourceCG.cpp71 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
74 , m_alphaOption(alphaOption)
/external/webkit/Source/WebCore/platform/image-decoders/ico/
H A DICOImageDecoder.cpp47 ICOImageDecoder::ICOImageDecoder(ImageSource::AlphaOption alphaOption, argument
49 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageSourceAndroid.cpp113 ImageSource::ImageSource(AlphaOption alphaOption, GammaAndColorProfileOption gammaAndColorProfileOption) argument
114 : m_alphaOption(alphaOption)
/external/webkit/Source/WebCore/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp32 GIFImageDecoder::GIFImageDecoder(ImageSource::AlphaOption alphaOption, argument
34 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp407 JPEGImageDecoder::JPEGImageDecoder(ImageSource::AlphaOption alphaOption, argument
409 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.cpp172 PNGImageDecoder::PNGImageDecoder(ImageSource::AlphaOption alphaOption, argument
174 : ImageDecoder(alphaOption, gammaAndColorProfileOption)

Completed in 151 milliseconds