OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quantizeDither
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/Magick++/lib/
Options.cpp
467
void Magick::Options::
quantizeDither
(const bool ditherFlag_)
474
bool Magick::Options::
quantizeDither
(void) const
Image.cpp
1276
void Magick::Image::
quantizeDither
(const bool ditherFlag_)
1279
options()->
quantizeDither
(ditherFlag_);
1282
bool Magick::Image::
quantizeDither
(void) const
1284
return(constOptions()->
quantizeDither
());
[
all
...]
Completed in 40 milliseconds