Searched refs:ignoreGammaAndColorProfile (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContext3DSkia.cpp | 48 bool ignoreGammaAndColorProfile, in getImageData() argument 57 …if ((!skiaImage || ignoreGammaAndColorProfile || (hasAlpha && !premultiplyAlpha)) && image->data()… in getImageData() 59 …ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContext3DCairo.cpp | 41 …ned int format, unsigned int type, bool premultiplyAlpha, bool ignoreGammaAndColorProfile, Vector<… in getImageData() argument 47 …ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContext3DCG.cpp | 96 bool ignoreGammaAndColorProfile, in getImageData() argument 104 if ((ignoreGammaAndColorProfile || (hasAlpha && !premultiplyAlpha)) && image->data()) { in getImageData() 106 …ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 534 bool ignoreGammaAndColorProfile, 849 bool ignoreGammaAndColorProfile,
|
D | GraphicsContext3D.cpp | 173 bool ignoreGammaAndColorProfile, in extractImageData() argument 178 if (!getImageData(image, format, type, premultiplyAlpha, ignoreGammaAndColorProfile, data)) in extractImageData()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 1736 bool ignoreGammaAndColorProfile, in getImageData() argument 1739 UNUSED_PARAM(ignoreGammaAndColorProfile); in getImageData()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 4530 (WebKit::WebImageDecoder::init): Add ignoreGammaAndColorProfile parameter.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 9600 …er::ignoresGammaAndColorProfile): Add a getter function for the ignoreGammaAndColorProfile setting. 9602 …(WebCore::JPEGImageReader::decode): Hookup ignoreGammaAndColorProfile setting with color profile p… 11416 …re::PNGImageDecoder::headerAvailable): Ignore gamma settings if ignoreGammaAndColorProfile is true. 11419 (WebCore::WEBPImageDecoder::WEBPImageDecoder): Add ignoreGammaAndColorProfile parameter.
|