Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dthreshold.c2380 const double high_black,ExceptionInfo *exception) in RangeThresholdImage() argument
2457 if ((pixel > high_white) && (pixel <= high_black)) in RangeThresholdImage()
2459 high_black-high_white)*(high_black-pixel)); in RangeThresholdImage()
2461 if (pixel > high_black) in RangeThresholdImage()
/external/ImageMagick/MagickWand/
Dmagick-image.c8764 const double high_black) in MagickRangeThresholdImage() argument
8776 high_white,high_black,wand->exception); in MagickRangeThresholdImage()