Searched refs:ColorThresholdImage (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | threshold.h | 49 ColorThresholdImage(Image *,const PixelInfo *,const PixelInfo *,
|
D | methods.h | 172 #define ColorThresholdImage PrependMagickMethod(ColorThresholdImage) macro
|
D | threshold.c | 1219 MagickExport MagickBooleanType ColorThresholdImage(Image *image, in ColorThresholdImage() function
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 2114 (void) ColorThresholdImage(_image,&start,&stop,_exception); in CLISimpleOperatorImage()
|
D | mogrify.c | 1260 (void) ColorThresholdImage(*image,&start,&stop,exception); in MogrifyImage()
|
D | magick-image.c | 1890 return(ColorThresholdImage(wand->images,&start,&stop,wand->exception)); in MagickColorThresholdImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7691 ColorThresholdImage= 302 in Mogrify() 11590 (void) ColorThresholdImage(image,&start_color,&stop_color,exception); in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 7690 ColorThresholdImage= 302 11596 (void) ColorThresholdImage(image,&start_color,&stop_color,exception);
|