Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h158 class MagickPPExport VPathBase
162 VPathBase ( void ) in VPathBase() function
166 virtual ~VPathBase ( void );
175 virtual VPathBase* copy() const = 0;
190 VPath ( const VPathBase& original_ );
205 VPathBase* dp;
2442 class MagickPPExport PathArcAbs : public VPathBase
2461 /*virtual*/ VPathBase* copy() const;
2466 class MagickPPExport PathArcRel : public VPathBase
2483 /*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 =()
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 …]