OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quantizeTreeDepth
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/Magick++/lib/
Options.cpp
489
void Magick::Options::
quantizeTreeDepth
(const size_t treeDepth_)
494
size_t Magick::Options::
quantizeTreeDepth
(void) const
Image.cpp
1298
void Magick::Image::
quantizeTreeDepth
(const size_t treeDepth_)
1301
options()->
quantizeTreeDepth
(treeDepth_);
1304
size_t Magick::Image::
quantizeTreeDepth
() const
1306
return(constOptions()->
quantizeTreeDepth
());
[
all
...]
Completed in 58 milliseconds