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 | 390 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in AcquireQuantizeInfo() 2343 const DitherMethod dither_method,ExceptionInfo *exception) in PosterizeImage()
|
/external/ImageMagick/MagickWand/ |
D | magick-image.h | 216 MagickPosterizeImage(MagickWand *,const size_t,const DitherMethod), 219 const size_t,const DitherMethod,const MagickBooleanType), 221 const size_t,const DitherMethod,const MagickBooleanType), 230 MagickRemapImage(MagickWand *,const MagickWand *,const DitherMethod),
|
D | import.c | 730 quantize_info->dither_method=(DitherMethod) method; in ImportImageCommand()
|
D | animate.c | 771 quantize_info->dither_method=(DitherMethod) method; in AnimateImageCommand()
|
D | display.c | 1014 quantize_info->dither_method=(DitherMethod) method; in DisplayImageCommand()
|
D | magick-image.c | 7742 const size_t levels,const DitherMethod dither) in MagickPosterizeImage() 7914 const size_t treedepth,const DitherMethod dither_method, in MagickQuantizeImage() 7992 const size_t treedepth,const DitherMethod dither_method, in MagickQuantizeImages() 8331 const MagickWand *remap_wand,const DitherMethod dither_method) in MagickRemapImage()
|
D | mogrify.c | 1462 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImage() 8087 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImageList()
|
D | operation.c | 798 _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; 1155 void posterize(const size_t levels_,const DitherMethod method_); 1157 const DitherMethod method_);
|
D | Include.h | 562 using MagickCore::DitherMethod;
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 479 void Magick::Options::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod() 484 MagickCore::DitherMethod Magick::Options::quantizeDitherMethod(void) const in quantizeDitherMethod()
|
D | Image.cpp | 1287 void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod() 1293 MagickCore::DitherMethod Magick::Image::quantizeDitherMethod(void) const in quantizeDitherMethod() 3863 void Magick::Image::posterize(const size_t levels_,const DitherMethod method_) in posterize() 3872 const size_t levels_,const DitherMethod method_) in posterizeChannel()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 9104 quantize_info->dither_method=(DitherMethod) in Mogrify() 9266 quantize_info->dither_method=(DitherMethod) in Mogrify() 9275 quantize_info->dither_method=(DitherMethod) in Mogrify() 10745 quantize_info->dither_method=(DitherMethod) in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 9104 quantize_info->dither_method=(DitherMethod) 9266 quantize_info->dither_method=(DitherMethod) 9275 quantize_info->dither_method=(DitherMethod) 10745 quantize_info->dither_method=(DitherMethod)
|
/external/ImageMagick/coders/ |
D | msl.c | 4516 quantize_info.dither_method=(DitherMethod) option; in MSLStartElement()
|