Searched refs:BlackThresholdImage (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | threshold.h | 47 BlackThresholdImage(Image *,const char *,ExceptionInfo *),
|
D | methods.h | 114 #define BlackThresholdImage PrependMagickMethod(BlackThresholdImage) macro
|
D | threshold.c | 929 MagickExport MagickBooleanType BlackThresholdImage(Image *image, in BlackThresholdImage() function
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1196 using MagickCore::BlackThresholdImage;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2068 BlackThresholdImage(image(),threshold_.c_str(),exceptionInfo); in blackThreshold() 2078 BlackThresholdImage(image(),threshold_.c_str(),exceptionInfo); in blackThresholdChannel()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 1862 (void) BlackThresholdImage(_image,arg1,_exception); in CLISimpleOperatorImage()
|
D | mogrify.c | 975 (void) BlackThresholdImage(*image,argv[i+1],exception); in MogrifyImage()
|
D | magick-image.c | 982 return(BlackThresholdImage(wand->images,thresholds,wand->exception)); in MagickBlackThresholdImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7549 BlackThresholdImage= 160 in Mogrify() 10160 (void) BlackThresholdImage(image,argument_list[0].string_reference, in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 7548 BlackThresholdImage= 160 10170 (void) BlackThresholdImage(image,argument_list[0].string_reference,
|