Searched refs:m_ignoreGammaAndColorProfile (Results 1 – 3 of 3) sorted by relevance
230 …, 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
269 …== 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()
207 …m_ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndCol… in decodeAtIndex()