Searched refs:_cmsWriteUInt8Number (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 1028 if (!_cmsWriteUInt8Number(io, 0)) goto Error; in Type_Text_Description_Write() 1695 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) j)) return FALSE; in Write8bitTables() 1708 if (!_cmsWriteUInt8Number(io, val)) return FALSE; in Write8bitTables() 1891 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->InputChannels)) return FALSE; in Type_LUT8_Write() 1892 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->OutputChannels)) return FALSE; in Type_LUT8_Write() 1893 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) clutPoints)) return FALSE; in Type_LUT8_Write() 1894 if (!_cmsWriteUInt8Number(io, 0)) return FALSE; // Padding in Type_LUT8_Write() 1936 if (!_cmsWriteUInt8Number(io, val)) return FALSE; in Type_LUT8_Write() 2182 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) InputChannels)) return FALSE; in Type_LUT16_Write() 2183 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) OutputChannels)) return FALSE; in Type_LUT16_Write() [all …]
|
D | cmsplugin.c | 239 cmsBool CMSEXPORT _cmsWriteUInt8Number(cmsIOHANDLER* io, cmsUInt8Number n) in _cmsWriteUInt8Number() function
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 146 CMSAPI cmsBool CMSEXPORT _cmsWriteUInt8Number(cmsIOHANDLER* io, cmsUInt8Number n);
|