Home | History | Annotate | Download | only in src

Lines Matching refs:cmsUInt64Number

923 void CMSEXPORT cmsGetHeaderAttributes(cmsHPROFILE hProfile, cmsUInt64Number* Flags)
926 memmove(Flags, &Icc -> attributes, sizeof(cmsUInt64Number));
929 void CMSEXPORT cmsSetHeaderAttributes(cmsHPROFILE hProfile, cmsUInt64Number Flags)
932 memmove(&Icc -> attributes, &Flags, sizeof(cmsUInt64Number));