Searched refs:DitherMethod (Results 1 – 17 of 17) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | quantize.h | 33 } DitherMethod; typedef 46 DitherMethod 59 PosterizeImage(Image *,const size_t,const DitherMethod,ExceptionInfo *),
|
D | quantize.c | 391 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in AcquireQuantizeInfo() 2351 const DitherMethod dither_method,ExceptionInfo *exception) in PosterizeImage()
|
/external/ImageMagick/MagickWand/ |
D | magick-image.h | 218 MagickPosterizeImage(MagickWand *,const size_t,const DitherMethod), 221 const size_t,const DitherMethod,const MagickBooleanType), 223 const size_t,const DitherMethod,const MagickBooleanType), 232 MagickRemapImage(MagickWand *,const MagickWand *,const DitherMethod),
|
D | import.c | 733 quantize_info->dither_method=(DitherMethod) method; in ImportImageCommand()
|
D | animate.c | 764 quantize_info->dither_method=(DitherMethod) method; in AnimateImageCommand()
|
D | display.c | 1024 quantize_info->dither_method=(DitherMethod) method; in DisplayImageCommand()
|
D | magick-image.c | 7792 const size_t levels,const DitherMethod dither) in MagickPosterizeImage() 7964 const size_t treedepth,const DitherMethod dither_method, in MagickQuantizeImage() 8042 const size_t treedepth,const DitherMethod dither_method, in MagickQuantizeImages() 8381 const MagickWand *remap_wand,const DitherMethod dither_method) in MagickRemapImage()
|
D | mogrify.c | 1446 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImage() 8132 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImageList()
|
D | operation.c | 791 _quantize_info->dither_method=(DitherMethod) ParseCommandOption( in CLISettingOptionInfo()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 171 void quantizeDitherMethod(const DitherMethod ditherMethod_); 172 DitherMethod quantizeDitherMethod(void) const;
|
D | Image.h | 378 void quantizeDitherMethod(const DitherMethod ditherMethod_); 379 DitherMethod quantizeDitherMethod(void) const; 1169 void posterize(const size_t levels_,const DitherMethod method_); 1171 const DitherMethod method_);
|
D | Include.h | 572 using MagickCore::DitherMethod;
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 483 void Magick::Options::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod() 488 MagickCore::DitherMethod Magick::Options::quantizeDitherMethod(void) const in quantizeDitherMethod()
|
D | Image.cpp | 1292 void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod() 1298 MagickCore::DitherMethod Magick::Image::quantizeDitherMethod(void) const in quantizeDitherMethod() 3925 void Magick::Image::posterize(const size_t levels_,const DitherMethod method_) in posterize() 3934 const size_t levels_,const DitherMethod method_) in posterizeChannel()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 9202 quantize_info->dither_method=(DitherMethod) in Mogrify() 9364 quantize_info->dither_method=(DitherMethod) in Mogrify() 9373 quantize_info->dither_method=(DitherMethod) in Mogrify() 10843 quantize_info->dither_method=(DitherMethod) in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 9209 quantize_info->dither_method=(DitherMethod) 9372 quantize_info->dither_method=(DitherMethod) 9382 quantize_info->dither_method=(DitherMethod) 10849 quantize_info->dither_method=(DitherMethod)
|
/external/ImageMagick/coders/ |
D | msl.c | 4560 quantize_info.dither_method=(DitherMethod) option; in MSLStartElement()
|