Searched refs:quantizeTreeDepth (Results 1 – 6 of 6) sorted by relevance
1182 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()
175 void quantizeTreeDepth(const size_t treeDepth_);176 size_t quantizeTreeDepth(void) const;
382 void quantizeTreeDepth(const size_t treeDepth_);383 size_t quantizeTreeDepth(void) const;
489 void Magick::Options::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() function in Magick::Options494 size_t Magick::Options::quantizeTreeDepth(void) const in quantizeTreeDepth() function in Magick::Options
1298 void Magick::Image::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() function in Magick::Image1301 options()->quantizeTreeDepth(treeDepth_); in quantizeTreeDepth()1304 size_t Magick::Image::quantizeTreeDepth() const in quantizeTreeDepth() function in Magick::Image1306 return(constOptions()->quantizeTreeDepth()); in quantizeTreeDepth()
1503 image_.quantizeTreeDepth( _treeDepth ); in operator ()()