Home
last modified time | relevance | path

Searched refs:textUnderColor (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h280 void textUnderColor(const Color &underColor_);
281 Color textUnderColor(void) const;
DImage.h498 void textUnderColor(const Color &underColor_);
499 Color textUnderColor(void) const;
/external/ImageMagick/Magick++/lib/
DOptions.cpp773 void Magick::Options::textUnderColor(const Color &undercolor_) in textUnderColor() function in Magick::Options
779 Magick::Color Magick::Options::textUnderColor(void) const in textUnderColor() function in Magick::Options
DImage.cpp1604 void Magick::Image::textUnderColor(const Color &underColor_) in textUnderColor() function in Magick::Image
1607 options()->textUnderColor(underColor_); in textUnderColor()
1610 Magick::Color Magick::Image::textUnderColor(void) const in textUnderColor() function in Magick::Image
1612 return(constOptions()->textUnderColor()); in textUnderColor()