Searched refs:treeDepth_ (Results 1 – 6 of 6) sorted by relevance
175 void quantizeTreeDepth(const size_t treeDepth_);
382 void quantizeTreeDepth(const size_t treeDepth_);
1686 quantizeTreeDepthImage( const size_t treeDepth_ );
493 void Magick::Options::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() argument495 _quantizeInfo->tree_depth=treeDepth_; in quantizeTreeDepth()
1511 Magick::quantizeTreeDepthImage::quantizeTreeDepthImage( const size_t treeDepth_ ) in quantizeTreeDepthImage() argument1512 : _treeDepth( treeDepth_ ) { } in quantizeTreeDepthImage()
1303 void Magick::Image::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() argument1306 options()->quantizeTreeDepth(treeDepth_); in quantizeTreeDepth()