Lines Matching refs:VPathBase
125 Magick::VPathBase::~VPathBase ( void )
135 // Construct from VPathBase
136 Magick::VPath::VPath ( const Magick::VPathBase& original_ )
159 VPathBase* temp_dp = (original_.dp ? original_.dp->copy() : 0);
1869 : VPathBase (original_),
1886 Magick::VPathBase* Magick::PathArcAbs::copy() const
1900 : VPathBase (original_),
1917 Magick::VPathBase* Magick::PathArcRel::copy() const
1932 Magick::VPathBase* Magick::PathClosePath::copy() const
2017 : VPathBase (original_),
2034 Magick::VPathBase* Magick::PathCurvetoAbs::copy() const
2048 : VPathBase (original_),
2065 Magick::VPathBase* Magick::PathCurvetoRel::copy() const
2081 : VPathBase (original_),
2101 Magick::VPathBase* Magick::PathSmoothCurvetoAbs::copy() const
2117 : VPathBase (original_),
2137 Magick::VPathBase* Magick::PathSmoothCurvetoRel::copy() const
2225 : VPathBase (original_),
2242 Magick::VPathBase* Magick::PathQuadraticCurvetoAbs::copy() const
2258 : VPathBase (original_),
2275 Magick::VPathBase* Magick::PathQuadraticCurvetoRel::copy() const
2291 : VPathBase (original_),
2307 Magick::VPathBase* Magick::PathSmoothQuadraticCurvetoAbs::copy() const
2323 : VPathBase (original_),
2339 Magick::VPathBase* Magick::PathSmoothQuadraticCurvetoRel::copy() const
2356 : VPathBase (original_),
2371 Magick::VPathBase* Magick::PathLinetoAbs::copy() const
2384 : VPathBase (original_),
2399 Magick::VPathBase* Magick::PathLinetoRel::copy() const
2416 Magick::VPathBase* Magick::PathLinetoHorizontalAbs::copy() const
2428 Magick::VPathBase* Magick::PathLinetoHorizontalRel::copy() const
2444 Magick::VPathBase* Magick::PathLinetoVerticalAbs::copy() const
2456 Magick::VPathBase* Magick::PathLinetoVerticalRel::copy() const
2474 : VPathBase (original_),
2489 Magick::VPathBase* Magick::PathMovetoAbs::copy() const
2502 : VPathBase (original_),
2517 Magick::VPathBase* Magick::PathMovetoRel::copy() const