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_);
1682 quantizeTreeDepthImage( const size_t treeDepth_ );
489 void Magick::Options::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() argument491 _quantizeInfo->tree_depth=treeDepth_; in quantizeTreeDepth()
1498 Magick::quantizeTreeDepthImage::quantizeTreeDepthImage( const size_t treeDepth_ ) in quantizeTreeDepthImage() argument1499 : _treeDepth( treeDepth_ ) { } in quantizeTreeDepthImage()
1298 void Magick::Image::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() argument1301 options()->quantizeTreeDepth(treeDepth_); in quantizeTreeDepth()