Home
last modified time | relevance | path

Searched refs:PathMovetoRel (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2493 Magick::PathMovetoRel::PathMovetoRel ( const Magick::Coordinate &coordinate_ ) in PathMovetoRel() function in Magick::PathMovetoRel
2497 Magick::PathMovetoRel::PathMovetoRel ( const CoordinateList &coordinates_ ) in PathMovetoRel() function in Magick::PathMovetoRel
2501 Magick::PathMovetoRel::PathMovetoRel ( const Magick::PathMovetoRel& original_ ) in PathMovetoRel() function in Magick::PathMovetoRel
2506 Magick::PathMovetoRel::~PathMovetoRel ( void ) in ~PathMovetoRel()
2509 void Magick::PathMovetoRel::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
2517 Magick::VPathBase* Magick::PathMovetoRel::copy() const in copy()
2519 return new PathMovetoRel(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h3086 class MagickPPExport PathMovetoRel : public VPathBase
3090 PathMovetoRel ( const Magick::Coordinate &coordinate_ );
3093 PathMovetoRel ( const CoordinateList &coordinates_ );
3096 PathMovetoRel ( const PathMovetoRel& original_ );
3099 /*virtual*/ ~PathMovetoRel ( void );
/external/ImageMagick/Magick++/
DChangeLog953 (PathMovetoRel): New class. Moveto, relative coordinates