Searched refs:DrawableTranslation (Results 1 – 4 of 4) sorted by relevance
151 drawList.push_back(DrawableTranslation(30,140)); in main()
1724 Magick::DrawableTranslation::~DrawableTranslation ( void ) in ~DrawableTranslation()1727 void Magick::DrawableTranslation::operator() in operator ()()1732 Magick::DrawableBase* Magick::DrawableTranslation::copy() const in copy()1734 return new DrawableTranslation(*this); in copy()
2249 class MagickPPExport DrawableTranslation : public DrawableBase2252 DrawableTranslation ( double x_, double y_ ) in DrawableTranslation() function2257 /*virtual*/ ~DrawableTranslation ( void );
990 (DrawableTranslation): New class to influence object translation.