HomeSort by relevance Sort by last modified time
    Searched refs:VPathBase (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 158 class MagickPPExport VPathBase
162 VPathBase ( void )
166 virtual ~VPathBase ( void );
169 // const VPathBase& operator= (const VPathBase& original_ );
175 virtual VPathBase* copy() const = 0;
189 // Construct from VPathBase
190 VPath ( const VPathBase& original_ );
205 VPathBase* dp;
    [all...]
  /external/ImageMagick/Magick++/lib/
Drawable.cpp 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);
    [all...]

Completed in 202 milliseconds