Searched refs:MorphImages (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | fx.h | 48 *MorphImages(const Image *,const size_t,ExceptionInfo *),
|
D | methods.h | 697 #define MorphImages PrependMagickMethod(MorphImages) macro
|
D | fx.c | 3498 MagickExport Image *MorphImages(const Image *image,const size_t number_frames, in MorphImages() function
|
/external/ImageMagick/ |
D | Magickshr.opt | 67 symbol_vector=(MorphImages=PROCEDURE)
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | STL.h | 2547 images=MagickCore::MorphImages(first_->image(),frames_,exceptionInfo); in morphImages()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 4345 morph_image=MorphImages(_images,StringToUnsignedLong(arg1), in CLIListOperatorImages()
|
D | mogrify.c | 8568 morph_image=MorphImages(*images,StringToUnsignedLong(argv[i+1]), in MogrifyImageList()
|
D | magick-image.c | 6994 morph_image=MorphImages(wand->images,number_frames,wand->exception); in MagickMorphImages()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 12057 image=MorphImages(image,number_frames,exception); in Morph()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 12063 image=MorphImages(image,number_frames,exception);
|