Home
last modified time | relevance | path

Searched refs:source_profile (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dprofile.c395 const cmsHPROFILE source_profile,const cmsUInt32Number source_type, in AcquireTransformThreadSet() argument
416 transform[i]=cmsCreateTransformTHR((cmsContext) image,source_profile, in AcquireTransformThreadSet()
758 if (source_profile != (cmsHPROFILE) NULL) \ in ProfileImage()
759 (void) cmsCloseProfile(source_profile); \ in ProfileImage()
843 source_profile; in ProfileImage() local
855 source_profile=cmsOpenProfileFromMemTHR((cmsContext) &cms_exception, in ProfileImage()
858 if (source_profile == (cmsHPROFILE) NULL) in ProfileImage()
861 if ((cmsGetDeviceClass(source_profile) != cmsSigLinkClass) && in ProfileImage()
907 target_profile=source_profile; in ProfileImage()
908 source_profile=cmsOpenProfileFromMemTHR((cmsContext) in ProfileImage()
[all …]