Searched refs:GammaAndColorProfileOption (Results 1 – 21 of 21) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | ImageSource.h | 147 enum GammaAndColorProfileOption { enum 152 …ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColor… 223 GammaAndColorProfileOption m_gammaAndColorProfileOption;
|
D | ImageSource.cpp | 44 …ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in ImageSource()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | ImageDecoderQt.cpp | 40 …ffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in create() 49 …geDecoderQt(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… 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 | 39 … ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in WEBPImageDecoder()
|
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/ |
D | JPEGImageDecoder.h | 40 JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | JPEGImageDecoder.cpp | 408 … ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in JPEGImageDecoder()
|
/external/webkit/Source/WebCore/platform/image-decoders/bmp/ |
D | BMPImageDecoder.h | 42 BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | BMPImageDecoder.cpp | 44 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in BMPImageDecoder()
|
/external/webkit/Source/WebCore/platform/image-decoders/png/ |
D | PNGImageDecoder.h | 39 PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | PNGImageDecoder.cpp | 173 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in PNGImageDecoder()
|
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
D | GIFImageDecoder.h | 39 GIFImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | GIFImageDecoder.cpp | 33 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in GIFImageDecoder()
|
/external/webkit/Source/WebCore/platform/image-decoders/ |
D | ImageDecoder.h | 227 …ImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAn… in ImageDecoder() 241 …reate(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | ImageDecoder.cpp | 101 …ffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in create()
|
/external/webkit/Source/WebCore/platform/image-decoders/ico/ |
D | ICOImageDecoder.h | 43 ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | ICOImageDecoder.cpp | 48 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in ICOImageDecoder()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | ImageSourceCG.cpp | 71 …ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in ImageSource()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | ImageSourceAndroid.cpp | 133 ImageSource::ImageSource(AlphaOption alphaOption, GammaAndColorProfileOption gammaAndColorProfileOp… in ImageSource()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 43364 and GammaAndColorProfileOption and use them as ImageSource and ImageDecoder
|