OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TABLE_TAG
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h
699
#define
MAX_TABLE_TAG
100
728
cmsTagSignature TagNames[
MAX_TABLE_TAG
];
729
cmsTagSignature TagLinked[
MAX_TABLE_TAG
]; // The tag to wich is linked (0=none)
730
cmsUInt32Number TagSizes[
MAX_TABLE_TAG
]; // Size on disk
731
cmsUInt32Number TagOffsets[
MAX_TABLE_TAG
];
732
cmsBool TagSaveAsRaw[
MAX_TABLE_TAG
]; // True to write uncooked
733
void * TagPtrs[
MAX_TABLE_TAG
];
734
cmsTagTypeHandler* TagTypeHandlers[
MAX_TABLE_TAG
]; // Same structure may be serialized on different types
[
all
...]
cmsio0.c
512
if (n >=
MAX_TABLE_TAG
) return (cmsTagSignature) 0; // As double check
620
if (Icc -> TagCount >=
MAX_TABLE_TAG
) {
621
cmsSignalError(Icc ->ContextID, cmsERROR_RANGE, "Too many tags (%d)",
MAX_TABLE_TAG
);
694
if (TagCount >
MAX_TABLE_TAG
) {
[
all
...]
Completed in 42 milliseconds