Home
last modified time | relevance | path

Searched refs:textDirection (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h256 void textDirection(const DirectionType direction_);
257 DirectionType textDirection() const;
DImage.h474 void textDirection(DirectionType direction_);
475 DirectionType textDirection() const;
/external/fonttools/Tests/ttLib/tables/
D_m_o_r_x_test.py986 def checkFlags(self, flags, textDirection, processingOrder, argument
995 line = ' <TextDirection value="%s"/>' % textDirection
/external/ImageMagick/Magick++/lib/
DOptions.cpp709 void Magick::Options::textDirection(const DirectionType direction_) in textDirection() function in Magick::Options
716 Magick::DirectionType Magick::Options::textDirection() const in textDirection() function in Magick::Options
DImage.cpp1543 void Magick::Image::textDirection(DirectionType direction_) in textDirection() function in Magick::Image
1546 options()->textDirection(direction_); in textDirection()
1549 Magick::DirectionType Magick::Image::textDirection(void) const in textDirection() function in Magick::Image
1551 return(constOptions()->textDirection()); in textDirection()