Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dprofile.h48 ProfileImage(Image *,const char *,const void *,const size_t,ExceptionInfo *),
Dmethods.h842 #define ProfileImage PrependMagickMethod(ProfileImage) macro
Dprofile.c917 MagickExport MagickBooleanType ProfileImage(Image *image,const char *name, in ProfileImage() function
/external/ImageMagick/MagickWand/
Dmagick-property.c1726 return(ProfileImage(wand->images,name,profile,length,wand->exception)); in MagickProfileImage()
Doperation.c3062 (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()
Dmogrify.c2536 (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++/
DInclude.h1456 using MagickCore::ProfileImage;
/external/ImageMagick/coders/
Dmsl.c4395 (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/
DMagick.xs7525 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/
Dquantum.xs.in7524 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/
DImage.cpp3960 (void) ProfileImage(image(),name_.c_str(),(unsigned char *)profile_.data(), in profile()