Searched refs:AutoGammaImage (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | enhance.h | 28 AutoGammaImage(Image *,ExceptionInfo *),
|
D | methods.h | 114 #define AutoGammaImage PrependMagickMethod(AutoGammaImage) macro 115 #define AutoGammaImage PrependMagickMethod(AutoGammaImage) macro
|
D | enhance.c | 110 MagickExport MagickBooleanType AutoGammaImage(Image *image, in AutoGammaImage() function
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1138 using MagickCore::AutoGammaImage;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 1995 (void) AutoGammaImage(image(),exceptionInfo); in autoGamma() 2005 (void) AutoGammaImage(image(),exceptionInfo); in autoGammaChannel()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 1794 (void) AutoGammaImage(_image,_exception); in CLISimpleOperatorImage()
|
D | magick-image.c | 751 status=AutoGammaImage(wand->images,wand->exception); in MagickAutoGammaImage()
|
D | mogrify.c | 887 (void) AutoGammaImage(*image,exception); in MogrifyImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7530 AutoGammaImage = 254 in Mogrify() 10926 (void) AutoGammaImage(image,exception); in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 7530 AutoGammaImage = 254 10926 (void) AutoGammaImage(image,exception);
|