Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DImageSource.h147 enum GammaAndColorProfileOption { enum
152 …ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColor…
223 GammaAndColorProfileOption m_gammaAndColorProfileOption;
DImageSource.cpp44 …ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in ImageSource()
/external/webkit/Source/WebCore/platform/graphics/qt/
DImageDecoderQt.cpp40 …ffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in create()
49 …geDecoderQt(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… 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.cpp39 … ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in WEBPImageDecoder()
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
DJPEGImageDecoder.h40 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DJPEGImageDecoder.cpp408 … ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in JPEGImageDecoder()
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
DBMPImageDecoder.h42 BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DBMPImageDecoder.cpp44 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in BMPImageDecoder()
/external/webkit/Source/WebCore/platform/image-decoders/png/
DPNGImageDecoder.h39 PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DPNGImageDecoder.cpp173 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in PNGImageDecoder()
/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageDecoder.h39 GIFImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DGIFImageDecoder.cpp33 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in GIFImageDecoder()
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.h227 …ImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAn… in ImageDecoder()
241 …reate(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DImageDecoder.cpp101 …ffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in create()
/external/webkit/Source/WebCore/platform/image-decoders/ico/
DICOImageDecoder.h43 ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DICOImageDecoder.cpp48 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in ICOImageDecoder()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCG.cpp71 …ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in ImageSource()
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp133 ImageSource::ImageSource(AlphaOption alphaOption, GammaAndColorProfileOption gammaAndColorProfileOp… in ImageSource()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1643364 and GammaAndColorProfileOption and use them as ImageSource and ImageDecoder