Searched refs:_cmsReadUInt32Number (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 192 if (!_cmsReadUInt32Number(io, &ElementOffsets[i])) goto Error; in ReadPositionTable() 193 if (!_cmsReadUInt32Number(io, &ElementSizes[i])) goto Error; in ReadPositionTable() 462 if (!_cmsReadUInt32Number(io, &Count)) return NULL; in Type_ColorantOrderType_Read() 600 if (!_cmsReadUInt32Number(io, &v)) { in Type_U16Fixed16_Read() 659 if (!_cmsReadUInt32Number(io, SigPtr)) return NULL; in Type_Signature_Read() 820 if (!_cmsReadUInt32Number(io, &BinData->flag)) { in Type_Data_Read() 887 if (!_cmsReadUInt32Number(io, &AsciiCount)) return NULL; in Type_Text_Description_Read() 915 if (!_cmsReadUInt32Number(io, &UnicodeCode)) goto Done; in Type_Text_Description_Read() 916 if (!_cmsReadUInt32Number(io, &UnicodeCount)) goto Done; in Type_Text_Description_Read() 1092 if (!_cmsReadUInt32Number(io, &Count)) return NULL; in Type_Curve_Read() [all …]
|
D | cmsio0.c | 746 if (!_cmsReadUInt32Number(io, &TagCount)) return FALSE; in _cmsReadHeader() 758 if (!_cmsReadUInt32Number(io, (cmsUInt32Number *) &Tag.sig)) return FALSE; in _cmsReadHeader() 759 if (!_cmsReadUInt32Number(io, &Tag.offset)) return FALSE; in _cmsReadHeader() 760 if (!_cmsReadUInt32Number(io, &Tag.size)) return FALSE; in _cmsReadHeader()
|
D | cmsplugin.c | 156 cmsBool CMSEXPORT _cmsReadUInt32Number(cmsIOHANDLER* io, cmsUInt32Number* n) in _cmsReadUInt32Number() function
|
/external/pdfium/third_party/lcms/ |
D | 0025-upstream-direct-leak-Type_MPE_Read.patch | 9 - if (!_cmsReadUInt32Number(io, &ElementCount)) return NULL; 16 + if (!_cmsReadUInt32Number(io, &ElementCount)) goto Error;
|
D | 0017-memory-leak-ReadSegmentedCurve.patch | 9 - if (!_cmsReadUInt32Number(io, &Count)) return NULL; 10 + if (!_cmsReadUInt32Number(io, &Count)) goto Error;
|
D | 0022-check-LUT-and-MPE.patch | 140 if (!_cmsReadUInt32Number(io, &offsetC)) return NULL; 141 if (!_cmsReadUInt32Number(io, &offsetA)) return NULL;
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 139 CMSAPI cmsBool CMSEXPORT _cmsReadUInt32Number(cmsIOHANDLER* io, cmsUInt32Number* n);
|