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

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

Completed in 57 milliseconds