Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/demo/
Dpiddle.cpp150 drawList.push_back(DrawableRotation(45.0)); in main()
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1120 Magick::DrawableRotation::~DrawableRotation ( void ) in ~DrawableRotation()
1123 void Magick::DrawableRotation::operator() in operator ()()
1128 Magick::DrawableBase* Magick::DrawableRotation::copy() const in copy()
1130 return new DrawableRotation(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1477 class MagickPPExport DrawableRotation : public DrawableBase
1480 DrawableRotation ( double angle_ ) in DrawableRotation() function
1484 /*virtual*/ ~DrawableRotation ( void );
/external/ImageMagick/Magick++/
DChangeLog984 (DrawableRotation): New class to influence object rotation.