Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/include/
Dlcms2.h158 typedef cmsUInt32Number cmsSignature; typedef
611 cmsSignature cmmId; // CMM for this profile
617 cmsSignature magic; // Magic Number to identify an ICC profile
620 cmsSignature manufacturer; // Device manufacturer
625 cmsSignature creator; // Profile creator
1382 cmsSignature deviceMfg;
1383 cmsSignature deviceModel;
/external/pdfium/third_party/lcms/src/
Dcmsvirt.c71 Seq->seq[0].deviceMfg = (cmsSignature) 0; in SetSeqDescTag()
72 Seq->seq[0].deviceModel = (cmsSignature) 0; in SetSeqDescTag()
Dcmstypes.c662 cmsSignature* SigPtr = (cmsSignature*) _cmsMalloc(self ->ContextID, sizeof(cmsSignature)); in Type_Signature_Read()
676 cmsSignature* SigPtr = (cmsSignature*) Ptr; in Type_Signature_Write()
687 return _cmsDupMem(self ->ContextID, Ptr, n * sizeof(cmsSignature)); in Type_Signature_Dup()