Searched refs:PathMovetoRel (Results 1 – 3 of 3) sorted by relevance
2464 Magick::PathMovetoRel::PathMovetoRel ( const Magick::Coordinate &coordinate_ ) in PathMovetoRel() function in Magick::PathMovetoRel2468 Magick::PathMovetoRel::PathMovetoRel ( const CoordinateList &coordinates_ ) in PathMovetoRel() function in Magick::PathMovetoRel2472 Magick::PathMovetoRel::PathMovetoRel ( const Magick::PathMovetoRel& original_ ) in PathMovetoRel() function in Magick::PathMovetoRel2477 Magick::PathMovetoRel::~PathMovetoRel ( void ) in ~PathMovetoRel()2480 void Magick::PathMovetoRel::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()2488 Magick::VPathBase* Magick::PathMovetoRel::copy() const in copy()2490 return new PathMovetoRel(*this); in copy()
3111 class MagickPPExport PathMovetoRel : public VPathBase3115 PathMovetoRel ( const Magick::Coordinate &coordinate_ );3118 PathMovetoRel ( const CoordinateList &coordinates_ );3121 PathMovetoRel ( const PathMovetoRel& original_ );3124 /*virtual*/ ~PathMovetoRel ( void );
957 (PathMovetoRel): New class. Moveto, relative coordinates