Searched refs:AutoGammaImage (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | enhance.h | 28 AutoGammaImage(Image *,ExceptionInfo *),
|
D | methods.h | 107 #define AutoGammaImage PrependMagickMethod(AutoGammaImage) macro
|
D | enhance.c | 111 MagickExport MagickBooleanType AutoGammaImage(Image *image, in AutoGammaImage() function
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1189 using MagickCore::AutoGammaImage;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2008 (void) AutoGammaImage(image(),exceptionInfo); in autoGamma() 2018 (void) AutoGammaImage(image(),exceptionInfo); in autoGammaChannel()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 1813 (void) AutoGammaImage(_image,_exception); in CLISimpleOperatorImage()
|
D | mogrify.c | 915 (void) AutoGammaImage(*image,exception); in MogrifyImage()
|
D | magick-image.c | 748 status=AutoGammaImage(wand->images,wand->exception); in MagickAutoGammaImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7643 AutoGammaImage = 254 in Mogrify() 11072 (void) AutoGammaImage(image,exception); in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 7642 AutoGammaImage = 254 11078 (void) AutoGammaImage(image,exception);
|