Searched refs:_cmsReadUInt32Number (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 198 if (!_cmsReadUInt32Number(io, &ElementOffsets[i])) goto Error; in ReadPositionTable() 199 if (!_cmsReadUInt32Number(io, &ElementSizes[i])) goto Error; in ReadPositionTable() 468 if (!_cmsReadUInt32Number(io, &Count)) return NULL; in Type_ColorantOrderType_Read() 606 if (!_cmsReadUInt32Number(io, &v)) { in Type_U16Fixed16_Read() 665 if (!_cmsReadUInt32Number(io, SigPtr)) return NULL; in Type_Signature_Read() 826 if (!_cmsReadUInt32Number(io, &BinData->flag)) { in Type_Data_Read() 893 if (!_cmsReadUInt32Number(io, &AsciiCount)) return NULL; in Type_Text_Description_Read() 921 if (!_cmsReadUInt32Number(io, &UnicodeCode)) goto Done; in Type_Text_Description_Read() 922 if (!_cmsReadUInt32Number(io, &UnicodeCount)) goto Done; in Type_Text_Description_Read() 1098 if (!_cmsReadUInt32Number(io, &Count)) return NULL; in Type_Curve_Read() [all …]
|
D | cmsio0.c | 752 if (!_cmsReadUInt32Number(io, &TagCount)) return FALSE; in _cmsReadHeader() 764 if (!_cmsReadUInt32Number(io, (cmsUInt32Number *) &Tag.sig)) return FALSE; in _cmsReadHeader() 765 if (!_cmsReadUInt32Number(io, &Tag.offset)) return FALSE; in _cmsReadHeader() 766 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/include/ |
D | lcms2_plugin.h | 139 CMSAPI cmsBool CMSEXPORT _cmsReadUInt32Number(cmsIOHANDLER* io, cmsUInt32Number* n);
|