Searched defs:target_profile (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dprofile.c405 const cmsHPROFILE target_profile,const cmsUInt32Number target_type,
426 source_type,target_profile,target_type,intent,flags);
769 if (target_profile != (cmsHPROFILE) NULL) \
770 (void) cmsCloseProfile(target_profile); \
886 target_profile;
913 target_profile=(cmsHPROFILE) NULL;
916 target_profile=source_profile;
984 if (target_profile != (cmsHPROFILE) NULL)
985 signature=cmsGetColorSpace(target_profile);
1086 source_type,target_profile,target_typ
394 AcquireTransformThreadSet(Image *image, const cmsHPROFILE source_profile,const cmsUInt32Number source_type, const cmsHPROFILE target_profile,const cmsUInt32Number target_type, const int intent,const cmsUInt32Number flags) argument
877 target_profile; local
[all...]

Completed in 156 milliseconds