Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmstypes.c1162 return _cmsWriteUInt16Array(io, Curve ->nEntries, Curve ->Table16); in Type_Curve_Write()
2255 if (!_cmsWriteUInt16Array(io, nTabSize, clut->Tab.T)) return FALSE; in Type_LUT16_Write()
2674 if (!_cmsWriteUInt16Array(io, CLUT->nEntries, CLUT ->Tab.T)) return FALSE; in WriteCLUT()
3056 if (!_cmsWriteUInt16Array(io, 3, PCS)) return FALSE; in Type_ColorantTable_Write()
3194 if (!_cmsWriteUInt16Array(io, 3, PCS)) return FALSE; in Type_NamedColor_Write()
3195 if (!_cmsWriteUInt16Array(io, NamedColorList ->ColorantCount, Colorant)) return FALSE; in Type_NamedColor_Write()
3576 if (!_cmsWriteUInt16Array(io, Value ->Ucr ->nEntries, Value ->Ucr ->Table16)) return FALSE; in Type_UcrBg_Write()
3580 if (!_cmsWriteUInt16Array(io, Value ->Bg ->nEntries, Value ->Bg ->Table16)) return FALSE; in Type_UcrBg_Write()
Dcmsplugin.c276 cmsBool CMSEXPORT _cmsWriteUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, const cmsUInt16Number*… in _cmsWriteUInt16Array() function
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h153 CMSAPI cmsBool CMSEXPORT _cmsWriteUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, const…