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.cpp489 void Magick::Options::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() function in Magick::Options
494 size_t Magick::Options::quantizeTreeDepth(void) const in quantizeTreeDepth() function in Magick::Options
DImage.cpp1298 void Magick::Image::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() function in Magick::Image
1301 options()->quantizeTreeDepth(treeDepth_); in quantizeTreeDepth()
1304 size_t Magick::Image::quantizeTreeDepth() const in quantizeTreeDepth() function in Magick::Image
1306 return(constOptions()->quantizeTreeDepth()); in quantizeTreeDepth()
DSTL.cpp1503 image_.quantizeTreeDepth( _treeDepth ); in operator ()()