Home
last modified time | relevance | path

Searched refs:DrawablePath (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/lib/
DDrawable.cpp895 Magick::DrawablePath::DrawablePath ( const VPathList &path_ ) in DrawablePath() function in Magick::DrawablePath
899 Magick::DrawablePath::DrawablePath ( const Magick::DrawablePath& original_ ) in DrawablePath() function in Magick::DrawablePath
904 Magick::DrawablePath::~DrawablePath ( void ) in ~DrawablePath()
907 void Magick::DrawablePath::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
917 Magick::DrawableBase* Magick::DrawablePath::copy() const in copy()
919 return new DrawablePath(*this); in copy()
/external/ImageMagick/Magick++/demo/
Dpiddle.cpp109 drawList.push_back(DrawablePath(path)); in main()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1197 class MagickPPExport DrawablePath : public DrawableBase
1200 DrawablePath ( const VPathList &path_ );
1202 DrawablePath ( const DrawablePath& original_ );
1204 /*virtual*/ ~DrawablePath ( void );
/external/ImageMagick/Magick++/
DChangeLog918 * lib/Drawable.cpp (DrawablePath): New class for drawing SVG-style