OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iccColorProfileHeaderLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h
156
enum {
iccColorProfileHeaderLength
= 128 };
160
ASSERT_UNUSED(profileLength, profileLength >=
iccColorProfileHeaderLength
);
167
ASSERT_UNUSED(profileLength, profileLength >=
iccColorProfileHeaderLength
);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp
284
if (profileLength < ImageDecoder::
iccColorProfileHeaderLength
)
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
230
if (profileLength < ImageDecoder::
iccColorProfileHeaderLength
)
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp
370
if (profileSize < ImageDecoder::
iccColorProfileHeaderLength
)
Completed in 3027 milliseconds