Home
last modified time | relevance | path

Searched refs:iccColorProfileHeaderLength (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.h180 enum { iccColorProfileHeaderLength = 128 }; enumerator
184 ASSERT_UNUSED(profileLength, profileLength >= iccColorProfileHeaderLength); in rgbColorProfile()
191 ASSERT_UNUSED(profileLength, profileLength >= iccColorProfileHeaderLength); in inputDeviceColorProfile()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp288 if (profileLength < ImageDecoder::iccColorProfileHeaderLength) in readColorProfile()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.cpp453 if (profileSize < ImageDecoder::iccColorProfileHeaderLength) in readColorProfile()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp240 if (profileLength < ImageDecoder::iccColorProfileHeaderLength) in readColorProfile()