Home
last modified time | relevance | path

Searched refs:GammaAndColorProfileApplied (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.h72 GammaAndColorProfileApplied, enumerator
76 …remultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied);
DImageFrameGenerator.cpp241 …r::create(*data, ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied).leakPt… in decode()
DGraphicsContext3D.cpp721 …lorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied)); in extractImage()
/external/chromium_org/third_party/WebKit/Source/web/
DWebImageDecoder.cpp60 … 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/
DMockImageDecoder.h55 …: ImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, noDecode… in MockImageDecoder()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DJPEGImageDecoderTest.cpp62 …GImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDec… in createDecoder()
DGIFImageDecoderTest.cpp61 …FImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, ImageD… in createDecoder()
DWEBPImageDecoderTest.cpp63 …PImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, ImageD… in createDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoderTest.cpp46 …: ImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, noDec… in TestImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
DICOImageDecoder.cpp232 …file ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied, m_maxD… in decodeAtIndex()