Searched refs:GammaAndColorProfileApplied (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageSource.h | 72 GammaAndColorProfileApplied, enumerator 76 …remultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied);
|
D | ImageFrameGenerator.cpp | 241 …r::create(*data, ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied).leakPt… in decode()
|
D | GraphicsContext3D.cpp | 721 …lorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied)); in extractImage()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebImageDecoder.cpp | 60 … BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDec… in init() 63 … ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDec… in init()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
D | MockImageDecoder.h | 55 …: ImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, noDecode… in MockImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | JPEGImageDecoderTest.cpp | 62 …GImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDec… in createDecoder()
|
D | GIFImageDecoderTest.cpp | 61 …FImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, ImageD… in createDecoder()
|
D | WEBPImageDecoderTest.cpp | 63 …PImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, ImageD… in createDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
D | ImageDecoderTest.cpp | 46 …: ImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, noDec… in TestImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/ |
D | ICOImageDecoder.cpp | 232 …file ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied, m_maxD… in decodeAtIndex()
|