Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmstypes.c2047 cmsUInt16Number InputEntries, OutputEntries; in Type_LUT16_Read() local
2086 if (!_cmsReadUInt16Number(io, &OutputEntries)) goto Error; in Type_LUT16_Read()
2088 if (InputEntries > 0x7FFF || OutputEntries > 0x7FFF) goto Error; in Type_LUT16_Read()
2118 if (!Read16bitTables(self ->ContextID, io, NewLUT, OutputChannels, OutputEntries)) goto Error; in Type_LUT16_Read()