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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 152 bool ignoresGammaAndColorProfile() const { return m_ignoreGammaAndColorProfile; }
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 402 if ((m_formatFlags & ICCP_FLAG) && !ignoresGammaAndColorProfile()) {
513 if ((m_formatFlags & ICCP_FLAG) && !ignoresGammaAndColorProfile())
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 390 if (!m_decoder->ignoresGammaAndColorProfile()) {

Completed in 52 milliseconds