Searched refs:textDirection (Results 1 – 5 of 5) sorted by relevance
256 void textDirection(const DirectionType direction_);257 DirectionType textDirection() const;
474 void textDirection(DirectionType direction_);475 DirectionType textDirection() const;
986 def checkFlags(self, flags, textDirection, processingOrder, argument995 line = ' <TextDirection value="%s"/>' % textDirection
709 void Magick::Options::textDirection(const DirectionType direction_) in textDirection() function in Magick::Options716 Magick::DirectionType Magick::Options::textDirection() const in textDirection() function in Magick::Options
1543 void Magick::Image::textDirection(DirectionType direction_) in textDirection() function in Magick::Image1546 options()->textDirection(direction_); in textDirection()1549 Magick::DirectionType Magick::Image::textDirection(void) const in textDirection() function in Magick::Image1551 return(constOptions()->textDirection()); in textDirection()