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

  /external/ImageMagick/Magick++/demo/
button.cpp 80 button.quantizeDither(false);
demo.cpp 278 example.quantizeDither( false );
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 167 void quantizeDither(const bool ditherFlag_);
168 bool quantizeDither(void) const;
Image.h 374 void quantizeDither(const bool ditherFlag_);
375 bool quantizeDither(void) const;
    [all...]
  /external/ImageMagick/Magick++/tests/
attributes.cpp 1159 // quantizeDither
1162 if ( image.quantizeDither() == false )
1166 << ", quantizeDither is not false as expected" << endl;
1170 image.quantizeDither(false);
1171 if ( image.quantizeDither() != false )
1175 << ", quantizeDither get/set failed" << endl;
1177 image.quantizeDither(true);
  /external/ImageMagick/Magick++/lib/
Options.cpp 467 void Magick::Options::quantizeDither(const bool ditherFlag_)
474 bool Magick::Options::quantizeDither(void) const
Image.cpp 1276 void Magick::Image::quantizeDither(const bool ditherFlag_)
1279 options()->quantizeDither(ditherFlag_);
1282 bool Magick::Image::quantizeDither(void) const
1284 return(constOptions()->quantizeDither());
    [all...]
STL.cpp     [all...]

Completed in 302 milliseconds