HomeSort by relevance Sort by last modified time
    Searched refs:_cmsReadUInt32Number (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/lcms/src/
cmstypes.c 192 if (!_cmsReadUInt32Number(io, &ElementOffsets[i])) goto Error;
193 if (!_cmsReadUInt32Number(io, &ElementSizes[i])) goto Error;
462 if (!_cmsReadUInt32Number(io, &Count)) return NULL;
600 if (!_cmsReadUInt32Number(io, &v)) {
659 if (!_cmsReadUInt32Number(io, SigPtr)) return NULL;
820 if (!_cmsReadUInt32Number(io, &BinData->flag)) {
887 if (!_cmsReadUInt32Number(io, &AsciiCount)) return NULL;
915 if (!_cmsReadUInt32Number(io, &UnicodeCode)) goto Done;
916 if (!_cmsReadUInt32Number(io, &UnicodeCount)) goto Done;
    [all...]
cmsio0.c 746 if (!_cmsReadUInt32Number(io, &TagCount)) return FALSE;
758 if (!_cmsReadUInt32Number(io, (cmsUInt32Number *) &Tag.sig)) return FALSE;
759 if (!_cmsReadUInt32Number(io, &Tag.offset)) return FALSE;
760 if (!_cmsReadUInt32Number(io, &Tag.size)) return FALSE;
    [all...]
cmsplugin.c 156 cmsBool CMSEXPORT _cmsReadUInt32Number(cmsIOHANDLER* io, cmsUInt32Number* n)
  /external/pdfium/third_party/lcms/include/
lcms2_plugin.h 139 CMSAPI cmsBool CMSEXPORT _cmsReadUInt32Number(cmsIOHANDLER* io, cmsUInt32Number* n);

Completed in 56 milliseconds