Searched refs:morphology_image (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dmorphology.c2562 static ssize_t MorphologyPrimitive(const Image *image,Image *morphology_image,
2592 assert(morphology_image != (Image *) NULL);
2593 assert(morphology_image->signature == MagickCoreSignature);
2601 morphology_view=AcquireAuthenticCacheView(morphology_image,exception);
2656 magick_threads(image,morphology_image,image->columns,1)
2680 morphology_image->rows,exception);
2720 morphology_traits=GetPixelChannelTraits(morphology_image,channel);
2727 SetPixelChannel(morphology_image,channel,p[center+i],q);
2765 SetPixelChannel(morphology_image,channel,ClampToQuantum(gamma*
2769 q+=GetPixelChannels(morphology_image);
2552 MorphologyPrimitive(const Image *image,Image *morphology_image, const MorphologyMethod method,const KernelInfo *kernel,const double bias, ExceptionInfo *exception) argument
4121 *morphology_image; local
[all...]
/external/ImageMagick/MagickWand/
H A Dmagick-image.c7129 *morphology_image;
7139 morphology_image=MorphologyImage(wand->images,method,iterations,kernel,
7141 if (morphology_image == (Image *) NULL)
7143 ReplaceImageInList(&wand->images,morphology_image);
6986 *morphology_image; local

Completed in 279 milliseconds