Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmstypes.c1034 if (!_cmsWriteUInt8Number(io, 0)) goto Error; in Type_Text_Description_Write()
1702 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) j)) return FALSE; in Write8bitTables()
1715 if (!_cmsWriteUInt8Number(io, val)) return FALSE; in Write8bitTables()
1900 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->InputChannels)) return FALSE; in Type_LUT8_Write()
1901 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->OutputChannels)) return FALSE; in Type_LUT8_Write()
1902 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) clutPoints)) return FALSE; in Type_LUT8_Write()
1903 if (!_cmsWriteUInt8Number(io, 0)) return FALSE; // Padding in Type_LUT8_Write()
1945 if (!_cmsWriteUInt8Number(io, val)) return FALSE; in Type_LUT8_Write()
2192 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) InputChannels)) return FALSE; in Type_LUT16_Write()
2193 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/lcms/include/
Dlcms2_plugin.h146 CMSAPI cmsBool CMSEXPORT _cmsWriteUInt8Number(cmsIOHANDLER* io, cmsUInt8Number n);