OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quantizeDitherMethod
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/Magick++/lib/Magick++/
Options.h
171
void
quantizeDitherMethod
(const DitherMethod ditherMethod_);
172
DitherMethod
quantizeDitherMethod
(void) const;
Image.h
378
void
quantizeDitherMethod
(const DitherMethod ditherMethod_);
379
DitherMethod
quantizeDitherMethod
(void) const;
[
all
...]
/external/ImageMagick/Magick++/lib/
Options.cpp
479
void Magick::Options::
quantizeDitherMethod
(const DitherMethod ditherMethod_)
484
MagickCore::DitherMethod Magick::Options::
quantizeDitherMethod
(void) const
Image.cpp
1287
void Magick::Image::
quantizeDitherMethod
(const DitherMethod ditherMethod_)
1290
options()->
quantizeDitherMethod
(ditherMethod_);
1293
MagickCore::DitherMethod Magick::Image::
quantizeDitherMethod
(void) const
1295
return(constOptions()->
quantizeDitherMethod
());
[
all
...]
Completed in 3028 milliseconds