Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h171 void quantizeDitherMethod(const DitherMethod ditherMethod_);
DImage.h378 void quantizeDitherMethod(const DitherMethod ditherMethod_);
/external/ImageMagick/Magick++/lib/
DOptions.cpp483 void Magick::Options::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod() argument
485 _quantizeInfo->dither_method=ditherMethod_; in quantizeDitherMethod()
DImage.cpp1292 void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_) in quantizeDitherMethod() argument
1295 options()->quantizeDitherMethod(ditherMethod_); in quantizeDitherMethod()