Home
last modified time | relevance | path

Searched refs:quantizeDitherMethod (Results 1 – 4 of 4) sorted by relevance

/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;
/external/ImageMagick/Magick++/lib/
DOptions.cpp483 void Magick::Options::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod() function in Magick::Options
488 MagickCore::DitherMethod Magick::Options::quantizeDitherMethod(void) const in quantizeDitherMethod() function in Magick::Options
DImage.cpp1292 void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod() function in Magick::Image
1295 options()->quantizeDitherMethod(ditherMethod_); in quantizeDitherMethod()
1298 MagickCore::DitherMethod Magick::Image::quantizeDitherMethod(void) const in quantizeDitherMethod() function in Magick::Image
1300 return(constOptions()->quantizeDitherMethod()); in quantizeDitherMethod()