OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlphaNotPremultiplied
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h
68
AlphaNotPremultiplied
GraphicsContext3D.cpp
720
*(m_image->data()), ImageSource::
AlphaNotPremultiplied
,
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
JPEGImageDecoderTest.cpp
62
return adoptPtr(new JPEGImageDecoder(ImageSource::
AlphaNotPremultiplied
, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes));
GIFImageDecoderTest.cpp
61
return adoptPtr(new GIFImageDecoder(ImageSource::
AlphaNotPremultiplied
, ImageSource::GammaAndColorProfileApplied, ImageDecoder::noDecodedImageByteLimit));
WEBPImageDecoderTest.cpp
63
return adoptPtr(new WEBPImageDecoder(ImageSource::
AlphaNotPremultiplied
, ImageSource::GammaAndColorProfileApplied, ImageDecoder::noDecodedImageByteLimit));
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoderTest.cpp
46
: ImageDecoder(ImageSource::
AlphaNotPremultiplied
, ImageSource::GammaAndColorProfileApplied, noDecodedImageByteLimit)
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp
231
new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::
AlphaNotPremultiplied
,
Completed in 373 milliseconds