Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/include/
Dlcms2.h155 typedef cmsUInt32Number cmsSignature; typedef
603 cmsSignature cmmId; // CMM for this profile
609 cmsSignature magic; // Magic Number to identify an ICC profile
612 cmsSignature manufacturer; // Device manufacturer
617 cmsSignature creator; // Profile creator
1374 cmsSignature deviceMfg;
1375 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.c656 cmsSignature* SigPtr = (cmsSignature*) _cmsMalloc(self ->ContextID, sizeof(cmsSignature)); in Type_Signature_Read()
670 cmsSignature* SigPtr = (cmsSignature*) Ptr; in Type_Signature_Write()
681 return _cmsDupMem(self ->ContextID, Ptr, n * sizeof(cmsSignature)); in Type_Signature_Dup()