Searched refs:_cmsReadUInt16Array (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 1132 if (!_cmsReadUInt16Array(io, Count, NewGamma -> Table16)) { in Type_Curve_Read() 2004 if (!_cmsReadUInt16Array(io, nEntries, Tables[i]->Table16)) goto Error; in Read16bitTables() 2114 if (!_cmsReadUInt16Array(io, nTabSize, T)) { in Type_LUT16_Read() 2386 if (!_cmsReadUInt16Array(io, Data->nEntries, Data ->Tab.T)) { in ReadCLUT() 3015 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error; in Type_ColorantTable_Read() 3145 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error; in Type_NamedColor_Read() 3146 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error; in Type_NamedColor_Read() 3537 if (!_cmsReadUInt16Array(io, CountUcr, n ->Ucr->Table16)) return NULL; in Type_UcrBg_Read() 3548 if (!_cmsReadUInt16Array(io, CountBg, n ->Bg->Table16)) return NULL; in Type_UcrBg_Read() 4702 if (!_cmsReadUInt16Array(io, nElems, Curves[n]->Table16)) goto Error; in Type_vcgt_Read()
|
D | cmsplugin.c | 137 cmsBool CMSEXPORT _cmsReadUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, cmsUInt16Number* Array) in _cmsReadUInt16Array() function
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 144 CMSAPI cmsBool CMSEXPORT _cmsReadUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, cmsUIn…
|