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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 180 enum { iccColorProfileHeaderLength = 128 };
184 ASSERT_UNUSED(profileLength, profileLength >= iccColorProfileHeaderLength);
191 ASSERT_UNUSED(profileLength, profileLength >= iccColorProfileHeaderLength);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 288 if (profileLength < ImageDecoder::iccColorProfileHeaderLength)
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 453 if (profileSize < ImageDecoder::iccColorProfileHeaderLength)
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 240 if (profileLength < ImageDecoder::iccColorProfileHeaderLength)
    [all...]

Completed in 138 milliseconds