Home
last modified time | relevance | path

Searched refs:treeDepth_ (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h175 void quantizeTreeDepth(const size_t treeDepth_);
DImage.h382 void quantizeTreeDepth(const size_t treeDepth_);
DSTL.h1686 quantizeTreeDepthImage( const size_t treeDepth_ );
/external/ImageMagick/Magick++/lib/
DOptions.cpp493 void Magick::Options::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() argument
495 _quantizeInfo->tree_depth=treeDepth_; in quantizeTreeDepth()
DSTL.cpp1511 Magick::quantizeTreeDepthImage::quantizeTreeDepthImage( const size_t treeDepth_ ) in quantizeTreeDepthImage() argument
1512 : _treeDepth( treeDepth_ ) { } in quantizeTreeDepthImage()
DImage.cpp1303 void Magick::Image::quantizeTreeDepth(const size_t treeDepth_) in quantizeTreeDepth() argument
1306 options()->quantizeTreeDepth(treeDepth_); in quantizeTreeDepth()