Searched refs:VPathBase (Results 1 – 2 of 2) sorted by relevance
157 class MagickPPExport VPathBase161 VPathBase ( void ) in VPathBase() function165 virtual ~VPathBase ( void );174 virtual VPathBase* copy() const = 0;189 VPath ( const VPathBase& original_ );204 VPathBase* dp;2467 class MagickPPExport PathArcAbs : public VPathBase2486 /*virtual*/ VPathBase* copy() const;2491 class MagickPPExport PathArcRel : public VPathBase2508 /*virtual*/ VPathBase* copy() const;[all …]
125 Magick::VPathBase::~VPathBase ( void ) in ~VPathBase()136 Magick::VPath::VPath ( const Magick::VPathBase& original_ ) in VPath()159 VPathBase* temp_dp = (original_.dp ? original_.dp->copy() : 0); in operator =()1838 : VPathBase (original_), in PathArcAbs()1855 Magick::VPathBase* Magick::PathArcAbs::copy() const in copy()1869 : VPathBase (original_), in PathArcRel()1886 Magick::VPathBase* Magick::PathArcRel::copy() const in copy()1901 Magick::VPathBase* Magick::PathClosePath::copy() const in copy()1986 : VPathBase (original_), in PathCurvetoAbs()2003 Magick::VPathBase* Magick::PathCurvetoAbs::copy() const in copy()[all …]