Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/demo/
Dpiddle.cpp153 drawList.push_back(DrawableRotation(45.0)); in main()
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1089 Magick::DrawableRotation::~DrawableRotation ( void ) in ~DrawableRotation()
1092 void Magick::DrawableRotation::operator() in operator ()()
1097 Magick::DrawableBase* Magick::DrawableRotation::copy() const in copy()
1099 return new DrawableRotation(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1462 class MagickPPExport DrawableRotation : public DrawableBase
1465 DrawableRotation ( double angle_ ) in DrawableRotation() function
1469 /*virtual*/ ~DrawableRotation ( void );
/external/ImageMagick/Magick++/
DChangeLog988 (DrawableRotation): New class to influence object rotation.