HomeSort by relevance Sort by last modified time
    Searched refs:DrawableRotation (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/Magick++/demo/
piddle.cpp 150 drawList.push_back(DrawableRotation(45.0));
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 1477 class MagickPPExport DrawableRotation : public DrawableBase
1480 DrawableRotation ( double angle_ )
1484 /*virtual*/ ~DrawableRotation ( void );
    [all...]
  /external/ImageMagick/Magick++/lib/
Drawable.cpp 1120 Magick::DrawableRotation::~DrawableRotation ( void )
1123 void Magick::DrawableRotation::operator()
1128 Magick::DrawableBase* Magick::DrawableRotation::copy() const
1130 return new DrawableRotation(*this);
    [all...]

Completed in 119 milliseconds