HomeSort by relevance Sort by last modified time
    Searched defs:quantizeDitherMethod (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/Magick++/lib/
Options.cpp 479 void Magick::Options::quantizeDitherMethod(const DitherMethod ditherMethod_)
484 MagickCore::DitherMethod Magick::Options::quantizeDitherMethod(void) const
Image.cpp 1287 void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_)
1290 options()->quantizeDitherMethod(ditherMethod_);
1293 MagickCore::DitherMethod Magick::Image::quantizeDitherMethod(void) const
1295 return(constOptions()->quantizeDitherMethod());
    [all...]

Completed in 70 milliseconds