Searched refs:quantizeTreeDepth (Results 1 – 6 of 6) sorted by relevance
1185 if ( image.quantizeTreeDepth() != 0 ) in main()1189 << image.quantizeTreeDepth() in main()1193 image.quantizeTreeDepth(7); in main()1194 if ( image.quantizeTreeDepth() != 7 ) in main()1200 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;
493 void Magick::Options::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() function in Magick::Options498 size_t Magick::Options::quantizeTreeDepth(void) const in quantizeTreeDepth() function in Magick::Options
1303 void Magick::Image::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() function in Magick::Image1306 options()->quantizeTreeDepth(treeDepth_); in quantizeTreeDepth()1309 size_t Magick::Image::quantizeTreeDepth() const in quantizeTreeDepth() function in Magick::Image1311 return(constOptions()->quantizeTreeDepth()); in quantizeTreeDepth()
1516 image_.quantizeTreeDepth( _treeDepth ); in operator ()()