GammaAndColorProfileApplied 250 Source/platform/graphics/ImageFrameGenerator.cpp *decoder = ImageDecoder::create(*data, ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied).leakPtr(); GammaAndColorProfileApplied 76 Source/platform/graphics/ImageSource.h ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied); GammaAndColorProfileApplied 1555 Source/platform/graphics/gpu/WebGLImageConversion.cpp ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied)); GammaAndColorProfileApplied 55 Source/platform/graphics/test/MockImageDecoder.h : ImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, noDecodedImageByteLimit) GammaAndColorProfileApplied 46 Source/platform/image-decoders/ImageDecoderTest.cpp : ImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, noDecodedImageByteLimit) GammaAndColorProfileApplied 61 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp return adoptPtr(new GIFImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, ImageDecoder::noDecodedImageByteLimit)); GammaAndColorProfileApplied 232 Source/platform/image-decoders/ico/ICOImageDecoder.cpp m_ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied, m_maxDecodedBytes)); GammaAndColorProfileApplied 62 Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp return adoptPtr(new JPEGImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes)); GammaAndColorProfileApplied 63 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp return adoptPtr(new WEBPImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, ImageDecoder::noDecodedImageByteLimit)); GammaAndColorProfileApplied 60 Source/web/WebImageDecoder.cpp m_private = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes); GammaAndColorProfileApplied 63 Source/web/WebImageDecoder.cpp m_private = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes);