OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textAntiAlias
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/Magick++/lib/
Options.cpp
691
void Magick::Options::
textAntiAlias
(const bool flag_)
697
bool Magick::Options::
textAntiAlias
(void) const
Image.cpp
1527
void Magick::Image::
textAntiAlias
(const bool flag_)
1530
options()->
textAntiAlias
(flag_);
1533
bool Magick::Image::
textAntiAlias
(void) const
1535
return(constOptions()->
textAntiAlias
());
[
all
...]
Completed in 40 milliseconds