HomeSort by relevance Sort by last modified time
    Searched full:m_ignoregammaandcolorprofile (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 63 , m_ignoreGammaAndColorProfile(gammaAndColorProfileOption == ImageSource::GammaAndColorProfileIgnored)
151 void setIgnoreGammaAndColorProfile(bool flag) { m_ignoreGammaAndColorProfile = flag; }
152 bool ignoresGammaAndColorProfile() const { return m_ignoreGammaAndColorProfile; }
267 bool m_ignoreGammaAndColorProfile;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 347 if ((colorType & PNG_COLOR_MASK_COLOR) && !m_ignoreGammaAndColorProfile) {
363 if (!m_ignoreGammaAndColorProfile && png_get_gAMA(png, info, &gamma)) {
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp 232 m_ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied, m_maxDecodedBytes));

Completed in 35 milliseconds