Home
last modified time | relevance | path

Searched refs:AlphaPremultiplied (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.h67 AlphaPremultiplied, enumerator
76 …ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColor…
DImageFrameGenerator.cpp241 …*decoder = ImageDecoder::create(*data, ImageSource::AlphaPremultiplied, ImageSource::GammaAndColor… in decode()
/external/chromium_org/third_party/WebKit/Source/web/
DWebImageDecoder.cpp60 …m_private = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfile… in init()
63 …m_private = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfile… in init()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebImageSkia.cpp54 …eDecoder> decoder(ImageDecoder::create(*buffer.get(), ImageSource::AlphaPremultiplied, ImageSource… in fromData()
102 …eDecoder> decoder(ImageDecoder::create(*buffer.get(), ImageSource::AlphaPremultiplied, ImageSource… in framesFromData()
/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/platform/image-decoders/
DImageDecoder.h62 : m_premultiplyAlpha(alphaOption == ImageSource::AlphaPremultiplied) in ImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
DICOImageDecoder.cpp231 …new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPr… in decodeAtIndex()