Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c186 if (!_cmsReadUInt32Number(io, &ElementOffsets[i])) goto Error; in ReadPositionTable()
187 if (!_cmsReadUInt32Number(io, &ElementSizes[i])) goto Error; in ReadPositionTable()
456 if (!_cmsReadUInt32Number(io, &Count)) return NULL; in Type_ColorantOrderType_Read()
594 if (!_cmsReadUInt32Number(io, &v)) { in Type_U16Fixed16_Read()
653 if (!_cmsReadUInt32Number(io, SigPtr)) return NULL; in Type_Signature_Read()
814 if (!_cmsReadUInt32Number(io, &BinData->flag)) { in Type_Data_Read()
881 if (!_cmsReadUInt32Number(io, &AsciiCount)) return NULL; in Type_Text_Description_Read()
909 if (!_cmsReadUInt32Number(io, &UnicodeCode)) goto Done; in Type_Text_Description_Read()
910 if (!_cmsReadUInt32Number(io, &UnicodeCount)) goto Done; in Type_Text_Description_Read()
1081 if (!_cmsReadUInt32Number(io, &Count)) return NULL; in Type_Curve_Read()
[all …]
Dcmsio0.c693 if (!_cmsReadUInt32Number(io, &TagCount)) return FALSE; in _cmsReadHeader()
705 if (!_cmsReadUInt32Number(io, (cmsUInt32Number *) &Tag.sig)) return FALSE; in _cmsReadHeader()
706 if (!_cmsReadUInt32Number(io, &Tag.offset)) return FALSE; in _cmsReadHeader()
707 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/lcms2-2.6/include/
Dlcms2_plugin.h139 CMSAPI cmsBool CMSEXPORT _cmsReadUInt32Number(cmsIOHANDLER* io, cmsUInt32Number* n);