Home
last modified time | relevance | path

Searched refs:DitherMethod (Results 1 – 17 of 17) sorted by relevance

/external/ImageMagick/MagickCore/
Dquantize.h33 } DitherMethod; typedef
46 DitherMethod
59 PosterizeImage(Image *,const size_t,const DitherMethod,ExceptionInfo *),
Dquantize.c391 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in AcquireQuantizeInfo()
2351 const DitherMethod dither_method,ExceptionInfo *exception) in PosterizeImage()
/external/ImageMagick/MagickWand/
Dmagick-image.h218 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),
Dimport.c733 quantize_info->dither_method=(DitherMethod) method; in ImportImageCommand()
Danimate.c764 quantize_info->dither_method=(DitherMethod) method; in AnimateImageCommand()
Ddisplay.c1024 quantize_info->dither_method=(DitherMethod) method; in DisplayImageCommand()
Dmagick-image.c7792 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()
Dmogrify.c1446 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImage()
8132 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImageList()
Doperation.c791 _quantize_info->dither_method=(DitherMethod) ParseCommandOption( in CLISettingOptionInfo()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h171 void quantizeDitherMethod(const DitherMethod ditherMethod_);
172 DitherMethod quantizeDitherMethod(void) const;
DImage.h378 void quantizeDitherMethod(const DitherMethod ditherMethod_);
379 DitherMethod quantizeDitherMethod(void) const;
1169 void posterize(const size_t levels_,const DitherMethod method_);
1171 const DitherMethod method_);
DInclude.h572 using MagickCore::DitherMethod;
/external/ImageMagick/Magick++/lib/
DOptions.cpp483 void Magick::Options::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod()
488 MagickCore::DitherMethod Magick::Options::quantizeDitherMethod(void) const in quantizeDitherMethod()
DImage.cpp1292 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/
DMagick.xs9202 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/
Dquantum.xs.in9209 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/
Dmsl.c4560 quantize_info.dither_method=(DitherMethod) option; in MSLStartElement()