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.h824 #define ProfileImage PrependMagickMethod(ProfileImage) macro
Dprofile.c752 MagickExport MagickBooleanType ProfileImage(Image *image,const char *name, in ProfileImage() function
/external/ImageMagick/MagickWand/
Dmagick-property.c1756 return(ProfileImage(wand->images,name,profile,length,wand->exception)); in MagickProfileImage()
Doperation.c2982 (void) ProfileImage(_image,arg1,(const unsigned char *) in CLISimpleOperatorImage()
3004 (void) ProfileImage(_image,profile_info->magick, in CLISimpleOperatorImage()
3018 (void) ProfileImage(_image,name,GetStringInfoDatum(profile), in CLISimpleOperatorImage()
Dmogrify.c2462 (void) ProfileImage(*image,argv[i+1],(const unsigned char *) in MogrifyImage()
2487 (void) ProfileImage(*image,profile_info->magick, in MogrifyImage()
2501 (void) ProfileImage(*image,name,GetStringInfoDatum(profile), in MogrifyImage()
/external/ImageMagick/coders/
Dmsl.c4386 (void) ProfileImage(msl_info->image[n],keyword, in MSLStartElement()
4432 (void) ProfileImage(msl_info->image[n],name, in MSLStartElement()
4445 (void) ProfileImage(msl_info->image[n],name, in MSLStartElement()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1404 using MagickCore::ProfileImage;
/external/ImageMagick/PerlMagick/
DMagick.xs7412 ProfileImage = 136 in Mogrify()
9635 (void) ProfileImage(image,name,(const unsigned char *) NULL,0, in Mogrify()
9645 (void) ProfileImage(image,name,GetStringInfoDatum(profile), in Mogrify()
9667 (void) ProfileImage(image,name,GetStringInfoDatum(profile), in Mogrify()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in7412 ProfileImage = 136
9635 (void) ProfileImage(image,name,(const unsigned char *) NULL,0,
9645 (void) ProfileImage(image,name,GetStringInfoDatum(profile),
9667 (void) ProfileImage(image,name,GetStringInfoDatum(profile),
/external/ImageMagick/Magick++/lib/
DImage.cpp3898 (void) ProfileImage(image(),name_.c_str(),(unsigned char *)profile_.data(), in profile()