Home
last modified time | relevance | path

Searched refs:quantizeTreeDepth (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/Magick++/tests/
Dattributes.cpp1182 if ( image.quantizeTreeDepth() != 0 ) in main()
1186 << image.quantizeTreeDepth() in main()
1190 image.quantizeTreeDepth(7); in main()
1191 if ( image.quantizeTreeDepth() != 7 ) in main()
1197 image.quantizeTreeDepth(8); in main()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h175 void quantizeTreeDepth(const size_t treeDepth_);
176 size_t quantizeTreeDepth(void) const;
DImage.h382 void quantizeTreeDepth(const size_t treeDepth_);
383 size_t quantizeTreeDepth(void) const;
/external/ImageMagick/Magick++/lib/
DOptions.cpp493 void Magick::Options::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() function in Magick::Options
498 size_t Magick::Options::quantizeTreeDepth(void) const in quantizeTreeDepth() function in Magick::Options
DImage.cpp1303 void Magick::Image::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() function in Magick::Image
1306 options()->quantizeTreeDepth(treeDepth_); in quantizeTreeDepth()
1309 size_t Magick::Image::quantizeTreeDepth() const in quantizeTreeDepth() function in Magick::Image
1311 return(constOptions()->quantizeTreeDepth()); in quantizeTreeDepth()
DSTL.cpp1516 image_.quantizeTreeDepth( _treeDepth ); in operator ()()