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

  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 171 void quantizeDitherMethod(const DitherMethod ditherMethod_);
172 DitherMethod quantizeDitherMethod(void) const;
Image.h 378 void quantizeDitherMethod(const DitherMethod ditherMethod_);
379 DitherMethod quantizeDitherMethod(void) const;
    [all...]
  /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 43 milliseconds