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

/external/ImageMagick/MagickWand/
H A Doperation.c4299 *morph_image;
4303 morph_image=MorphImages(_images,StringToUnsignedLong(arg1),
4305 if (morph_image == (Image *) NULL)
4308 _images=morph_image;
4292 *morph_image; local
H A Dmogrify.c8528 *morph_image;
8531 morph_image=MorphImages(*images,StringToUnsignedLong(argv[i+1]),
8533 if (morph_image == (Image *) NULL)
8539 *images=morph_image;
8520 *morph_image; local
H A Dmagick-image.c7078 *morph_image;
7086 morph_image=MorphImages(wand->images,number_frames,wand->exception);
7087 if (morph_image == (Image *) NULL)
7089 return(CloneMagickWandFromImages(wand,morph_image));
6936 *morph_image; local
/external/ImageMagick/MagickCore/
H A Dfx.c3462 *morph_image, local
3499 morph_image=CloneImage(image,0,0,MagickTrue,exception);
3500 if (morph_image == (Image *) NULL)
3505 AppendImageToList(&morph_images,morph_image);
3535 morph_image=ResizeImage(next,(size_t) (alpha*next->columns+beta*
3538 if (morph_image == (Image *) NULL)
3543 status=SetImageStorageClass(morph_image,DirectClass,exception);
3546 morph_image=DestroyImage(morph_image);
3549 AppendImageToList(&morph_images,morph_image);
[all...]

Completed in 532 milliseconds