Searched refs:PathMovetoRel (Results 1 – 3 of 3) sorted by relevance
2493 Magick::PathMovetoRel::PathMovetoRel ( const Magick::Coordinate &coordinate_ ) in PathMovetoRel() function in Magick::PathMovetoRel2497 Magick::PathMovetoRel::PathMovetoRel ( const CoordinateList &coordinates_ ) in PathMovetoRel() function in Magick::PathMovetoRel2501 Magick::PathMovetoRel::PathMovetoRel ( const Magick::PathMovetoRel& original_ ) in PathMovetoRel() function in Magick::PathMovetoRel2506 Magick::PathMovetoRel::~PathMovetoRel ( void ) in ~PathMovetoRel()2509 void Magick::PathMovetoRel::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()2517 Magick::VPathBase* Magick::PathMovetoRel::copy() const in copy()2519 return new PathMovetoRel(*this); in copy()
3086 class MagickPPExport PathMovetoRel : public VPathBase3090 PathMovetoRel ( const Magick::Coordinate &coordinate_ );3093 PathMovetoRel ( const CoordinateList &coordinates_ );3096 PathMovetoRel ( const PathMovetoRel& original_ );3099 /*virtual*/ ~PathMovetoRel ( void );
953 (PathMovetoRel): New class. Moveto, relative coordinates