Searched refs:cmsSignature (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h155 typedef cmsUInt32Number cmsSignature; typedef
602 cmsSignature cmmId; // CMM for this profile
608 cmsSignature magic; // Magic Number to identify an ICC profile
611 cmsSignature manufacturer; // Device manufacturer
616 cmsSignature creator; // Profile creator
1369 cmsSignature deviceMfg;
1370 cmsSignature deviceModel;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsvirt.c71 Seq->seq[0].deviceMfg = (cmsSignature) 0;
72 Seq->seq[0].deviceModel = (cmsSignature) 0;
H A Dcmstypes.c650 cmsSignature* SigPtr = (cmsSignature*) _cmsMalloc(self ->ContextID, sizeof(cmsSignature));
664 cmsSignature* SigPtr = (cmsSignature*) Ptr;
675 return _cmsDupMem(self ->ContextID, Ptr, n * sizeof(cmsSignature));

Completed in 173 milliseconds