Searched refs:PathArcRel (Results 1 – 4 of 4) sorted by relevance
1860 Magick::PathArcRel::PathArcRel ( const Magick::PathArcArgs &coordinates_ ) in PathArcRel() function in Magick::PathArcRel1864 Magick::PathArcRel::PathArcRel ( const PathArcArgsList &coordinates_ ) in PathArcRel() function in Magick::PathArcRel1868 Magick::PathArcRel::PathArcRel ( const Magick::PathArcRel& original_ ) in PathArcRel() function in Magick::PathArcRel1873 Magick::PathArcRel::~PathArcRel ( void ) in ~PathArcRel()1876 void Magick::PathArcRel::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()1886 Magick::VPathBase* Magick::PathArcRel::copy() const in copy()1888 return new PathArcRel(*this); in copy()
107 path.push_back(PathArcRel(PathArcArgs(40,40, 0, 0, 0, -40,40))); in main()
2491 class MagickPPExport PathArcRel : public VPathBase2495 PathArcRel ( const PathArcArgs &coordinates_ );2498 PathArcRel ( const PathArcArgsList &coordinates_ );2500 PathArcRel ( const PathArcRel& original_ );2502 /*virtual*/ ~PathArcRel ( void );
926 (PathArcRel): New class. Draw arc using relative coordinates.