AlphaPremultiplied 54 Source/platform/exported/WebImageSkia.cpp OwnPtr<ImageDecoder> decoder(ImageDecoder::create(*buffer.get(), ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileIgnored)); AlphaPremultiplied 102 Source/platform/exported/WebImageSkia.cpp OwnPtr<ImageDecoder> decoder(ImageDecoder::create(*buffer.get(), ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileIgnored)); AlphaPremultiplied 250 Source/platform/graphics/ImageFrameGenerator.cpp *decoder = ImageDecoder::create(*data, ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied).leakPtr(); AlphaPremultiplied 76 Source/platform/graphics/ImageSource.h ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied); AlphaPremultiplied 55 Source/platform/graphics/test/MockImageDecoder.h : ImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, noDecodedImageByteLimit) AlphaPremultiplied 63 Source/platform/image-decoders/ImageDecoder.h : m_premultiplyAlpha(alphaOption == ImageSource::AlphaPremultiplied) AlphaPremultiplied 231 Source/platform/image-decoders/ico/ICOImageDecoder.cpp new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied, AlphaPremultiplied 60 Source/web/WebImageDecoder.cpp m_private = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes); AlphaPremultiplied 63 Source/web/WebImageDecoder.cpp m_private = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes);