Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.h68 AlphaNotPremultiplied enumerator
DGraphicsContext3D.cpp720 *(m_image->data()), ImageSource::AlphaNotPremultiplied, in extractImage()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DJPEGImageDecoderTest.cpp62 …return adoptPtr(new JPEGImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColo… in createDecoder()
DGIFImageDecoderTest.cpp61 …return adoptPtr(new GIFImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColor… in createDecoder()
DWEBPImageDecoderTest.cpp63 …return adoptPtr(new WEBPImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColo… 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.cpp231 …eDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied, in decodeAtIndex()