HomeSort by relevance Sort by last modified time
    Searched defs:Icc (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/lcms2-2.6/src/
cmsmd5.c 256 // Assuming io points to an ICC profile, compute and store MD5 checksum
258 // before computing MD5 checksum (per 6.1.13 in ICC spec)
266 _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile;
274 memmove(&Keep, Icc, sizeof(_cmsICCPROFILE));
277 memset(&Icc ->attributes, 0, sizeof(Icc ->attributes));
278 Icc ->RenderingIntent = 0;
279 memset(&Icc ->ProfileID, 0, sizeof(Icc ->ProfileID));
302 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE))
    [all...]
cmsio0.c 467 _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) _cmsMallocZero(ContextID, sizeof(_cmsICCPROFILE));
468 if (Icc == NULL) return NULL;
470 Icc ->ContextID = ContextID;
473 Icc -> TagCount = 0;
476 Icc ->Version = 0x02100000;
479 memmove(&Icc ->Created, gmtime(&now), sizeof(Icc ->Created));
482 Icc ->UsrMutex = _cmsCreateMutex(ContextID);
485 return (cmsHPROFILE) Icc;
490 _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile
    [all...]

Completed in 57 milliseconds