Searched refs:VPathBase (Results 1 – 2 of 2) sorted by relevance
158 class MagickPPExport VPathBase162 VPathBase ( void ) in VPathBase() function166 virtual ~VPathBase ( void );175 virtual VPathBase* copy() const = 0;190 VPath ( const VPathBase& original_ );205 VPathBase* dp;2442 class MagickPPExport PathArcAbs : public VPathBase2461 /*virtual*/ VPathBase* copy() const;2466 class MagickPPExport PathArcRel : public VPathBase2483 /*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 =()1869 : VPathBase (original_), in PathArcAbs()1886 Magick::VPathBase* Magick::PathArcAbs::copy() const in copy()1900 : VPathBase (original_), in PathArcRel()1917 Magick::VPathBase* Magick::PathArcRel::copy() const in copy()1932 Magick::VPathBase* Magick::PathClosePath::copy() const in copy()2017 : VPathBase (original_), in PathCurvetoAbs()2034 Magick::VPathBase* Magick::PathCurvetoAbs::copy() const in copy()[all …]