Searched refs:_cmsReadUInt8Number (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 986 if (!_cmsReadUInt8Number(io, &ScriptCodeCount)) goto Done; in Type_Text_Description_Read() 1823 if (!_cmsReadUInt8Number(io, &InputChannels)) goto Error; in Type_LUT8_Read() 1824 if (!_cmsReadUInt8Number(io, &OutputChannels)) goto Error; in Type_LUT8_Read() 1825 if (!_cmsReadUInt8Number(io, &CLUTpoints)) goto Error; in Type_LUT8_Read() 1830 if (!_cmsReadUInt8Number(io, NULL)) goto Error; in Type_LUT8_Read() 2122 if (!_cmsReadUInt8Number(io, &InputChannels)) return NULL; in Type_LUT16_Read() 2123 if (!_cmsReadUInt8Number(io, &OutputChannels)) return NULL; in Type_LUT16_Read() 2124 if (!_cmsReadUInt8Number(io, &CLUTpoints)) return NULL; // 255 maximum in Type_LUT16_Read() 2127 if (!_cmsReadUInt8Number(io, NULL)) return NULL; in Type_LUT16_Read() 2422 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 | 143 CMSAPI cmsBool CMSEXPORT _cmsReadUInt8Number(cmsIOHANDLER* io, cmsUInt8Number* n);
|