Searched refs:_cmsWriteUInt16Array (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pdfium/third_party/lcms/src/ |
H A D | cmstypes.c | 1209 return _cmsWriteUInt16Array(io, Curve ->nEntries, Curve ->Table16); in Type_Curve_Write() 2320 if (!_cmsWriteUInt16Array(io, nTabSize, clut->Tab.T)) return FALSE; in Type_LUT16_Write() 2739 if (!_cmsWriteUInt16Array(io, CLUT->nEntries, CLUT ->Tab.T)) return FALSE; in WriteCLUT() 3124 if (!_cmsWriteUInt16Array(io, 3, PCS)) return FALSE; in Type_ColorantTable_Write() 3265 if (!_cmsWriteUInt16Array(io, 3, PCS)) return FALSE; in Type_NamedColor_Write() 3266 if (!_cmsWriteUInt16Array(io, NamedColorList ->ColorantCount, Colorant)) return FALSE; in Type_NamedColor_Write() 3668 if (!_cmsWriteUInt16Array(io, Value ->Ucr ->nEntries, Value ->Ucr ->Table16)) return FALSE; in Type_UcrBg_Write() 3672 if (!_cmsWriteUInt16Array(io, Value ->Bg ->nEntries, Value ->Bg ->Table16)) return FALSE; in Type_UcrBg_Write()
|
H A D | cmsplugin.c | 281 cmsBool CMSEXPORT _cmsWriteUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, const cmsUInt16Number*… in _cmsWriteUInt16Array() function
|
/aosp_15_r20/external/pdfium/third_party/lcms/include/ |
H A D | lcms2_plugin.h | 159 CMSAPI cmsBool CMSEXPORT _cmsWriteUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, const…
|