Searched refs:DrawableTranslation (Results 1 – 4 of 4) sorted by relevance
149 drawList.push_back(DrawableTranslation(30,140)); in main()
1755 Magick::DrawableTranslation::~DrawableTranslation ( void ) in ~DrawableTranslation()1758 void Magick::DrawableTranslation::operator() in operator ()()1763 Magick::DrawableBase* Magick::DrawableTranslation::copy() const in copy()1765 return new DrawableTranslation(*this); in copy()
2224 class MagickPPExport DrawableTranslation : public DrawableBase2227 DrawableTranslation ( double x_, double y_ ) in DrawableTranslation() function2232 /*virtual*/ ~DrawableTranslation ( void );
986 (DrawableTranslation): New class to influence object translation.