Searched refs:_cmsReadUInt16Array (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/lcms/ |
D | 0010-memory-leak-Type_Curve_Read.patch | 9 - if (!_cmsReadUInt16Array(io, Count, NewGamma -> Table16)) return NULL; 10 + if (!_cmsReadUInt16Array(io, Count, NewGamma -> Table16)) {
|
D | 0009-uninit.patch | 22 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error;
|
D | 0012-memory-leak-Type_NamedColor_Read.patch | 22 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error;
|
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 1126 if (!_cmsReadUInt16Array(io, Count, NewGamma -> Table16)) { in Type_Curve_Read() 1994 if (!_cmsReadUInt16Array(io, nEntries, Tables[i]->Table16)) goto Error; in Read16bitTables() 2104 if (!_cmsReadUInt16Array(io, nTabSize, T)) { in Type_LUT16_Read() 2375 if (!_cmsReadUInt16Array(io, Data->nEntries, Data ->Tab.T)) { in ReadCLUT() 3004 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error; in Type_ColorantTable_Read() 3132 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error; in Type_NamedColor_Read() 3133 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error; in Type_NamedColor_Read() 3524 if (!_cmsReadUInt16Array(io, CountUcr, n ->Ucr->Table16)) return NULL; in Type_UcrBg_Read() 3535 if (!_cmsReadUInt16Array(io, CountBg, n ->Bg->Table16)) return NULL; in Type_UcrBg_Read() 4685 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…
|