Searched refs:ProfileImage (Results 1 – 11 of 11) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | profile.h | 48 ProfileImage(Image *,const char *,const void *,const size_t,ExceptionInfo *),
|
D | methods.h | 842 #define ProfileImage PrependMagickMethod(ProfileImage) macro
|
D | profile.c | 917 MagickExport MagickBooleanType ProfileImage(Image *image,const char *name, in ProfileImage() function
|
/external/ImageMagick/MagickWand/ |
D | magick-property.c | 1726 return(ProfileImage(wand->images,name,profile,length,wand->exception)); in MagickProfileImage()
|
D | operation.c | 3062 (void) ProfileImage(_image,arg1,(const unsigned char *) in CLISimpleOperatorImage() 3085 (void) ProfileImage(_image,profile_info->magick, in CLISimpleOperatorImage() 3099 (void) ProfileImage(_image,name,GetStringInfoDatum(profile), in CLISimpleOperatorImage()
|
D | mogrify.c | 2536 (void) ProfileImage(*image,argv[i+1],(const unsigned char *) in MogrifyImage() 2564 (void) ProfileImage(*image,profile_info->magick, in MogrifyImage() 2578 (void) ProfileImage(*image,name,GetStringInfoDatum(profile), in MogrifyImage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1456 using MagickCore::ProfileImage;
|
/external/ImageMagick/coders/ |
D | msl.c | 4395 (void) ProfileImage(msl_info->image[n],keyword, in MSLStartElement() 4441 (void) ProfileImage(msl_info->image[n],name, in MSLStartElement() 4454 (void) ProfileImage(msl_info->image[n],name, in MSLStartElement()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7525 ProfileImage = 136 in Mogrify() 9781 (void) ProfileImage(image,name,(const unsigned char *) NULL,0, in Mogrify() 9791 (void) ProfileImage(image,name,GetStringInfoDatum(profile), in Mogrify() 9813 (void) ProfileImage(image,name,GetStringInfoDatum(profile), in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 7524 ProfileImage = 136 9791 (void) ProfileImage(image,name,(const unsigned char *) NULL,0, 9801 (void) ProfileImage(image,name,GetStringInfoDatum(profile), 9823 (void) ProfileImage(image,name,GetStringInfoDatum(profile),
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 3960 (void) ProfileImage(image(),name_.c_str(),(unsigned char *)profile_.data(), in profile()
|