Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmorphology.c3650 *curr_image, /* Image we are working with or iterating */ in MorphologyApply() local
3707 curr_image = (Image *) image; in MorphologyApply()
3888 save_image = curr_image; /* save the image difference */ in MorphologyApply()
3889 curr_image = (Image *) image; in MorphologyApply()
3944 changed = MorphologyPrimitive(curr_image, work_image, primitive, in MorphologyApply()
3963 work_image = curr_image; in MorphologyApply()
3964 curr_image = tmp; in MorphologyApply()
3978 (void) FormatLocaleFile(stderr, " curr =0x%lx\n", (unsigned long)curr_image); in MorphologyApply()
4002 (void) CompositeImage(curr_image,image,DifferenceCompositeOp, in MorphologyApply()
4010 (void) CompositeImage(curr_image,save_image,DifferenceCompositeOp, in MorphologyApply()
[all …]