Searched refs:_cmsReadUInt8Number (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 939 if (!_cmsReadUInt8Number(io, &ScriptCodeCount)) goto Done; in Type_Text_Description_Read() 1763 if (!_cmsReadUInt8Number(io, &InputChannels)) goto Error; in Type_LUT8_Read() 1764 if (!_cmsReadUInt8Number(io, &OutputChannels)) goto Error; in Type_LUT8_Read() 1765 if (!_cmsReadUInt8Number(io, &CLUTpoints)) goto Error; in Type_LUT8_Read() 1770 if (!_cmsReadUInt8Number(io, NULL)) goto Error; in Type_LUT8_Read() 2061 if (!_cmsReadUInt8Number(io, &InputChannels)) return NULL; in Type_LUT16_Read() 2062 if (!_cmsReadUInt8Number(io, &OutputChannels)) return NULL; in Type_LUT16_Read() 2063 if (!_cmsReadUInt8Number(io, &CLUTpoints)) return NULL; // 255 maximum in Type_LUT16_Read() 2066 if (!_cmsReadUInt8Number(io, NULL)) return NULL; in Type_LUT16_Read() 2357 if (!_cmsReadUInt8Number(io, &Precision)) return NULL; in ReadCLUT() [all …]
|
D | cmsplugin.c | 111 cmsBool CMSEXPORT _cmsReadUInt8Number(cmsIOHANDLER* io, cmsUInt8Number* n) in _cmsReadUInt8Number() function
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 137 CMSAPI cmsBool CMSEXPORT _cmsReadUInt8Number(cmsIOHANDLER* io, cmsUInt8Number* n);
|