Home
last modified time | relevance | path

Searched refs:_cmsReadUInt16Array (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/lcms/
D0010-memory-leak-Type_Curve_Read.patch9 - if (!_cmsReadUInt16Array(io, Count, NewGamma -> Table16)) return NULL;
10 + if (!_cmsReadUInt16Array(io, Count, NewGamma -> Table16)) {
D0009-uninit.patch22 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error;
D0012-memory-leak-Type_NamedColor_Read.patch22 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error;
/external/pdfium/third_party/lcms/src/
Dcmstypes.c1126 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()
Dcmsplugin.c137 cmsBool CMSEXPORT _cmsReadUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, cmsUInt16Number* Array) in _cmsReadUInt16Array() function
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h144 CMSAPI cmsBool CMSEXPORT _cmsReadUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, cmsUIn…