Searched refs:PathArcRel (Results 1 – 4 of 4) sorted by relevance
1891 Magick::PathArcRel::PathArcRel ( const Magick::PathArcArgs &coordinates_ ) in PathArcRel() function in Magick::PathArcRel1895 Magick::PathArcRel::PathArcRel ( const PathArcArgsList &coordinates_ ) in PathArcRel() function in Magick::PathArcRel1899 Magick::PathArcRel::PathArcRel ( const Magick::PathArcRel& original_ ) in PathArcRel() function in Magick::PathArcRel1904 Magick::PathArcRel::~PathArcRel ( void ) in ~PathArcRel()1907 void Magick::PathArcRel::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()1917 Magick::VPathBase* Magick::PathArcRel::copy() const in copy()1919 return new PathArcRel(*this); in copy()
2466 class MagickPPExport PathArcRel : public VPathBase2470 PathArcRel ( const PathArcArgs &coordinates_ );2473 PathArcRel ( const PathArcArgsList &coordinates_ );2475 PathArcRel ( const PathArcRel& original_ );2477 /*virtual*/ ~PathArcRel ( void );
107 path.push_back(PathArcRel(PathArcArgs(40,40, 0, 0, 0, -40,40))); in main()
922 (PathArcRel): New class. Draw arc using relative coordinates.