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.cpp479 void Magick::Options::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod() function in Magick::Options
484 MagickCore::DitherMethod Magick::Options::quantizeDitherMethod(void) const in quantizeDitherMethod() function in Magick::Options
DImage.cpp1287 void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod() function in Magick::Image
1290 options()->quantizeDitherMethod(ditherMethod_); in quantizeDitherMethod()
1293 MagickCore::DitherMethod Magick::Image::quantizeDitherMethod(void) const in quantizeDitherMethod() function in Magick::Image
1295 return(constOptions()->quantizeDitherMethod()); in quantizeDitherMethod()