Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/
D0016-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/lcms2-2.6/src/
Dcmstypes.c927 if (!_cmsReadUInt8Number(io, &ScriptCodeCount)) goto Done; in Type_Text_Description_Read()
1748 if (!_cmsReadUInt8Number(io, &InputChannels)) goto Error; in Type_LUT8_Read()
1749 if (!_cmsReadUInt8Number(io, &OutputChannels)) goto Error; in Type_LUT8_Read()
1750 if (!_cmsReadUInt8Number(io, &CLUTpoints)) goto Error; in Type_LUT8_Read()
1755 if (!_cmsReadUInt8Number(io, NULL)) goto Error; in Type_LUT8_Read()
2043 if (!_cmsReadUInt8Number(io, &InputChannels)) return NULL; in Type_LUT16_Read()
2044 if (!_cmsReadUInt8Number(io, &OutputChannels)) return NULL; in Type_LUT16_Read()
2045 if (!_cmsReadUInt8Number(io, &CLUTpoints)) return NULL; // 255 maximum in Type_LUT16_Read()
2048 if (!_cmsReadUInt8Number(io, NULL)) return NULL; in Type_LUT16_Read()
2338 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/lcms2-2.6/include/
Dlcms2_plugin.h137 CMSAPI cmsBool CMSEXPORT _cmsReadUInt8Number(cmsIOHANDLER* io, cmsUInt8Number* n);