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()
1681 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) j)) return FALSE; in Write8bitTables()
1697 if (!_cmsWriteUInt8Number(io, val)) return FALSE; in Write8bitTables()
1880 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->InputChannels)) return FALSE; in Type_LUT8_Write()
1881 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->OutputChannels)) return FALSE; in Type_LUT8_Write()
1882 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) clutPoints)) return FALSE; in Type_LUT8_Write()
1883 if (!_cmsWriteUInt8Number(io, 0)) return FALSE; // Padding in Type_LUT8_Write()
1925 if (!_cmsWriteUInt8Number(io, val)) return FALSE; in Type_LUT8_Write()
2171 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) InputChannels)) return FALSE; in Type_LUT16_Write()
2172 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) OutputChannels)) return FALSE; in Type_LUT16_Write()
[all …]
Dcmsplugin.c253 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);