Searched refs:gammaAndColorProfileOption (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)
230 , m_ignoreGammaAndColorProfile(gammaAndColorProfileOption == ImageSource::GammaAndColorProfileIgnored)
/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.cpp44 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
45 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
43 BMPImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
/external/webkit/Source/WebCore/platform/graphics/
H A DImageSource.cpp44 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
47 , m_gammaAndColorProfileOption(gammaAndColorProfileOption)
H A DImageSource.h152 ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied);
/external/webkit/Source/WebCore/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp39 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
40 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
38 WEBPImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageSourceCG.cpp71 ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
75 , m_gammaAndColorProfileOption(gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/image-decoders/ico/
H A DICOImageDecoder.cpp48 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
49 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
47 ICOImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageSourceAndroid.cpp113 ImageSource::ImageSource(AlphaOption alphaOption, GammaAndColorProfileOption gammaAndColorProfileOption) argument
115 , m_gammaAndColorProfileOption(gammaAndColorProfileOption)
/external/webkit/Source/WebCore/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp33 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
34 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
32 GIFImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp408 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
409 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
407 JPEGImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument
/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.cpp173 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
174 : ImageDecoder(alphaOption, gammaAndColorProfileOption)
172 PNGImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) argument

Completed in 799 milliseconds