Home
last modified time | relevance | path

Searched refs:VPathBase (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h157 class MagickPPExport VPathBase
161 VPathBase ( void ) in VPathBase() function
165 virtual ~VPathBase ( void );
174 virtual VPathBase* copy() const = 0;
189 VPath ( const VPathBase& original_ );
204 VPathBase* dp;
2467 class MagickPPExport PathArcAbs : public VPathBase
2486 /*virtual*/ VPathBase* copy() const;
2491 class MagickPPExport PathArcRel : public VPathBase
2508 /*virtual*/ VPathBase* copy() const;
[all …]
/external/ImageMagick/Magick++/lib/
DDrawable.cpp125 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 …]