Home
last modified time | relevance | path

Searched refs:_cmsReadUInt32Number (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmstypes.c192 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 …]
Dcmsio0.c746 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()
Dcmsplugin.c156 cmsBool CMSEXPORT _cmsReadUInt32Number(cmsIOHANDLER* io, cmsUInt32Number* n) in _cmsReadUInt32Number() function
/external/pdfium/third_party/lcms/
D0025-upstream-direct-leak-Type_MPE_Read.patch9 - if (!_cmsReadUInt32Number(io, &ElementCount)) return NULL;
16 + if (!_cmsReadUInt32Number(io, &ElementCount)) goto Error;
D0017-memory-leak-ReadSegmentedCurve.patch9 - if (!_cmsReadUInt32Number(io, &Count)) return NULL;
10 + if (!_cmsReadUInt32Number(io, &Count)) goto Error;
D0022-check-LUT-and-MPE.patch140 if (!_cmsReadUInt32Number(io, &offsetC)) return NULL;
141 if (!_cmsReadUInt32Number(io, &offsetA)) return NULL;
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h139 CMSAPI cmsBool CMSEXPORT _cmsReadUInt32Number(cmsIOHANDLER* io, cmsUInt32Number* n);