Searched refs:AlphaPremultiplied (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageSource.h | 67 AlphaPremultiplied, enumerator 76 …ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColor…
|
D | ImageFrameGenerator.cpp | 241 …*decoder = ImageDecoder::create(*data, ImageSource::AlphaPremultiplied, ImageSource::GammaAndColor… in decode()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebImageDecoder.cpp | 60 …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/ |
D | WebImageSkia.cpp | 54 …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/ |
D | MockImageDecoder.h | 55 …: ImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, noDecode… in MockImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
D | ImageDecoder.h | 62 : m_premultiplyAlpha(alphaOption == ImageSource::AlphaPremultiplied) in ImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/ |
D | ICOImageDecoder.cpp | 231 …new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPr… in decodeAtIndex()
|