Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dthreshold.h49 ColorThresholdImage(Image *,const PixelInfo *,const PixelInfo *,
Dmethods.h172 #define ColorThresholdImage PrependMagickMethod(ColorThresholdImage) macro
Dthreshold.c1219 MagickExport MagickBooleanType ColorThresholdImage(Image *image, in ColorThresholdImage() function
/external/ImageMagick/MagickWand/
Doperation.c2114 (void) ColorThresholdImage(_image,&start,&stop,_exception); in CLISimpleOperatorImage()
Dmogrify.c1260 (void) ColorThresholdImage(*image,&start,&stop,exception); in MogrifyImage()
Dmagick-image.c1890 return(ColorThresholdImage(wand->images,&start,&stop,wand->exception)); in MagickColorThresholdImage()
/external/ImageMagick/PerlMagick/
DMagick.xs7691 ColorThresholdImage= 302 in Mogrify()
11590 (void) ColorThresholdImage(image,&start_color,&stop_color,exception); in Mogrify()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in7690 ColorThresholdImage= 302
11596 (void) ColorThresholdImage(image,&start_color,&stop_color,exception);