Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2465 Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::Coordinate &coordinate_ ) in PathMovetoAbs() function in Magick::PathMovetoAbs
2469 Magick::PathMovetoAbs::PathMovetoAbs ( const CoordinateList &coordinates_ ) in PathMovetoAbs() function in Magick::PathMovetoAbs
2473 Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::PathMovetoAbs& original_ ) in PathMovetoAbs() function in Magick::PathMovetoAbs
2478 Magick::PathMovetoAbs::~PathMovetoAbs ( void ) in ~PathMovetoAbs()
2481 void Magick::PathMovetoAbs::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
2489 Magick::VPathBase* Magick::PathMovetoAbs::copy() const in copy()
2491 return new PathMovetoAbs(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h3062 class MagickPPExport PathMovetoAbs : public VPathBase
3066 PathMovetoAbs ( const Magick::Coordinate &coordinate_ );
3069 PathMovetoAbs ( const CoordinateList &coordinates_ );
3072 PathMovetoAbs ( const PathMovetoAbs& original_ );
3075 /*virtual*/ ~PathMovetoAbs ( void );
/external/ImageMagick/Magick++/demo/
Dpiddle.cpp105 path.push_back(PathMovetoAbs(Coordinate(160,70))); in main()
/external/ImageMagick/Magick++/
DChangeLog952 (PathMovetoAbs): New class. Moveto, absolute coordinates