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

  /external/pdfium/third_party/lcms/include/
lcms2.h 155 typedef cmsUInt32Number cmsSignature;
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
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsvirt.c 71 Seq->seq[0].deviceMfg = (cmsSignature) 0;
72 Seq->seq[0].deviceModel = (cmsSignature) 0;
    [all...]
cmstypes.c 656 cmsSignature* SigPtr = (cmsSignature*) _cmsMalloc(self ->ContextID, sizeof(cmsSignature));
670 cmsSignature* SigPtr = (cmsSignature*) Ptr;
681 return _cmsDupMem(self ->ContextID, Ptr, n * sizeof(cmsSignature));
    [all...]

Completed in 48 milliseconds