Home
last modified time | relevance | path

Searched refs:m_ignoreGammaAndColorProfile (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.h230 …, m_ignoreGammaAndColorProfile(gammaAndColorProfileOption == ImageSource::GammaAndColorProfileIgno… in ImageDecoder()
303 void setIgnoreGammaAndColorProfile(bool flag) { m_ignoreGammaAndColorProfile = flag; } in setIgnoreGammaAndColorProfile()
304 bool ignoresGammaAndColorProfile() const { return m_ignoreGammaAndColorProfile; } in ignoresGammaAndColorProfile()
342 bool m_ignoreGammaAndColorProfile; variable
/external/webkit/Source/WebCore/platform/image-decoders/png/
DPNGImageDecoder.cpp269 …== PNG_COLOR_TYPE_RGB || colorType == PNG_COLOR_TYPE_RGB_ALPHA) && !m_ignoreGammaAndColorProfile) { in headerAvailable()
300 if (!m_ignoreGammaAndColorProfile && png_get_gAMA(png, info, &gamma)) { in headerAvailable()
/external/webkit/Source/WebCore/platform/image-decoders/ico/
DICOImageDecoder.cpp207m_ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndCol… in decodeAtIndex()