Searched refs:PathMovetoAbs (Results 1 – 4 of 4) sorted by relevance
2465 Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::Coordinate &coordinate_ ) in PathMovetoAbs() function in Magick::PathMovetoAbs2469 Magick::PathMovetoAbs::PathMovetoAbs ( const CoordinateList &coordinates_ ) in PathMovetoAbs() function in Magick::PathMovetoAbs2473 Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::PathMovetoAbs& original_ ) in PathMovetoAbs() function in Magick::PathMovetoAbs2478 Magick::PathMovetoAbs::~PathMovetoAbs ( void ) in ~PathMovetoAbs()2481 void Magick::PathMovetoAbs::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()2489 Magick::VPathBase* Magick::PathMovetoAbs::copy() const in copy()2491 return new PathMovetoAbs(*this); in copy()
3062 class MagickPPExport PathMovetoAbs : public VPathBase3066 PathMovetoAbs ( const Magick::Coordinate &coordinate_ );3069 PathMovetoAbs ( const CoordinateList &coordinates_ );3072 PathMovetoAbs ( const PathMovetoAbs& original_ );3075 /*virtual*/ ~PathMovetoAbs ( void );
105 path.push_back(PathMovetoAbs(Coordinate(160,70))); in main()
952 (PathMovetoAbs): New class. Moveto, absolute coordinates