Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Denhance.h36 ContrastStretchImage(Image *,const double,const double,ExceptionInfo *),
Dmethods.h198 #define ContrastStretchImage PrependMagickMethod(ContrastStretchImage) macro
Denhance.c1551 MagickExport MagickBooleanType ContrastStretchImage(Image *image, in ContrastStretchImage() function
4119 return(ContrastStretchImage(image,black_point,white_point,exception)); in NormalizeImage()
Ddisplay.c7872 (void) ContrastStretchImage(*image,black_point,white_point, in XMagickCommand()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1223 using MagickCore::ContrastStretchImage;
/external/ImageMagick/Magick++/lib/
DImage.cpp2597 ContrastStretchImage(image(),blackPoint_,whitePoint_,exceptionInfo); in contrastStretch()
2607 ContrastStretchImage(image(),blackPoint_,whitePoint_,exceptionInfo); in contrastStretchChannel()
/external/ImageMagick/MagickWand/
Doperation.c2152 (void) ContrastStretchImage(_image,black_point,white_point, in CLISimpleOperatorImage()
Dmogrify.c1305 (void) ContrastStretchImage(*image,black_point,white_point, in MogrifyImage()
Dmagick-image.c2463 status=ContrastStretchImage(wand->images,black_point,white_point, in MagickContrastStretchImage()
/external/ImageMagick/PerlMagick/
DMagick.xs7579 ContrastStretchImage = 190 in Mogrify()
10442 (void) ContrastStretchImage(image,black_point,white_point,exception); in Mogrify()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in7578 ContrastStretchImage = 190
10448 (void) ContrastStretchImage(image,black_point,white_point,exception);