Home
last modified time | relevance | path

Searched refs:_cmsWriteUInt8Number (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c1021 if (!_cmsWriteUInt8Number(io, 0)) goto Error; in Type_Text_Description_Write()
1684 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) j)) return FALSE; in Write8bitTables()
1700 if (!_cmsWriteUInt8Number(io, val)) return FALSE; in Write8bitTables()
1883 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->InputChannels)) return FALSE; in Type_LUT8_Write()
1884 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->OutputChannels)) return FALSE; in Type_LUT8_Write()
1885 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) clutPoints)) return FALSE; in Type_LUT8_Write()
1886 if (!_cmsWriteUInt8Number(io, 0)) return FALSE; // Padding in Type_LUT8_Write()
1928 if (!_cmsWriteUInt8Number(io, val)) return FALSE; in Type_LUT8_Write()
2174 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) InputChannels)) return FALSE; in Type_LUT16_Write()
2175 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) OutputChannels)) return FALSE; in Type_LUT16_Write()
[all …]
Dcmsplugin.c257 cmsBool CMSEXPORT _cmsWriteUInt8Number(cmsIOHANDLER* io, cmsUInt8Number n) in _cmsWriteUInt8Number() function
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h146 CMSAPI cmsBool CMSEXPORT _cmsWriteUInt8Number(cmsIOHANDLER* io, cmsUInt8Number n);