Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/
D0022-check-LUT-and-MPE.patch118 if (!_cmsReadUInt8Number(io, NULL)) goto Error;
129 if (!_cmsReadUInt8Number(io, NULL)) return NULL;
152 if (!_cmsReadUInt8Number(io, &inputChan)) return NULL;
153 if (!_cmsReadUInt8Number(io, &outputChan)) return NULL;
/external/pdfium/third_party/lcms/src/
Dcmstypes.c933 if (!_cmsReadUInt8Number(io, &ScriptCodeCount)) goto Done; in Type_Text_Description_Read()
1756 if (!_cmsReadUInt8Number(io, &InputChannels)) goto Error; in Type_LUT8_Read()
1757 if (!_cmsReadUInt8Number(io, &OutputChannels)) goto Error; in Type_LUT8_Read()
1758 if (!_cmsReadUInt8Number(io, &CLUTpoints)) goto Error; in Type_LUT8_Read()
1763 if (!_cmsReadUInt8Number(io, NULL)) goto Error; in Type_LUT8_Read()
2051 if (!_cmsReadUInt8Number(io, &InputChannels)) return NULL; in Type_LUT16_Read()
2052 if (!_cmsReadUInt8Number(io, &OutputChannels)) return NULL; in Type_LUT16_Read()
2053 if (!_cmsReadUInt8Number(io, &CLUTpoints)) return NULL; // 255 maximum in Type_LUT16_Read()
2056 if (!_cmsReadUInt8Number(io, NULL)) return NULL; in Type_LUT16_Read()
2346 if (!_cmsReadUInt8Number(io, &Precision)) return NULL; in ReadCLUT()
[all …]
Dcmsplugin.c111 cmsBool CMSEXPORT _cmsReadUInt8Number(cmsIOHANDLER* io, cmsUInt8Number* n) in _cmsReadUInt8Number() function
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h137 CMSAPI cmsBool CMSEXPORT _cmsReadUInt8Number(cmsIOHANDLER* io, cmsUInt8Number* n);