Searched refs:ditherMethod_ (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
H A DOptions.h171 void quantizeDitherMethod(const DitherMethod ditherMethod_);
H A DImage.h378 void quantizeDitherMethod(const DitherMethod ditherMethod_);
/external/ImageMagick/Magick++/lib/
H A DOptions.cpp479 void Magick::Options::quantizeDitherMethod(const DitherMethod ditherMethod_) argument
481 _quantizeInfo->dither_method=ditherMethod_;
H A DImage.cpp1287 void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_) argument
1290 options()->quantizeDitherMethod(ditherMethod_);

Completed in 101 milliseconds