OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Icc
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
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
...]
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
...]
lcms2_internal.h
57
// Alignment of
ICC
file format uses 4 bytes (cmsUInt32Number)
712
// Only most important items found in
ICC
profiles
746
cmsBool _cmsReadHeader(_cmsICCPROFILE*
Icc
);
747
cmsBool _cmsWriteHeader(_cmsICCPROFILE*
Icc
, cmsUInt32Number UsedSpace);
748
int _cmsSearchTag(_cmsICCPROFILE*
Icc
, cmsTagSignature sig, cmsBool lFollowLinks);
[
all
...]
Completed in 89 milliseconds