Home
last modified time | relevance | path

Searched refs:ignoreGammaAndColorProfile (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContext3DSkia.cpp48 bool ignoreGammaAndColorProfile, in getImageData() argument
57 …if ((!skiaImage || ignoreGammaAndColorProfile || (hasAlpha && !premultiplyAlpha)) && image->data()… in getImageData()
59ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContext3DCairo.cpp41 …ned int format, unsigned int type, bool premultiplyAlpha, bool ignoreGammaAndColorProfile, Vector<… in getImageData() argument
47ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp96 bool ignoreGammaAndColorProfile, in getImageData() argument
104 if ((ignoreGammaAndColorProfile || (hasAlpha && !premultiplyAlpha)) && image->data()) { in getImageData()
106ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColor… in getImageData()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h534 bool ignoreGammaAndColorProfile,
849 bool ignoreGammaAndColorProfile,
DGraphicsContext3D.cpp173 bool ignoreGammaAndColorProfile, in extractImageData() argument
178 if (!getImageData(image, format, type, premultiplyAlpha, ignoreGammaAndColorProfile, data)) in extractImageData()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp1736 bool ignoreGammaAndColorProfile, in getImageData() argument
1739 UNUSED_PARAM(ignoreGammaAndColorProfile); in getImageData()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-164530 (WebKit::WebImageDecoder::init): Add ignoreGammaAndColorProfile parameter.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-069600 …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.