Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2318 Magick::PathLinetoAbs::PathLinetoAbs ( const Magick::Coordinate& coordinate_ ) in PathLinetoAbs() function in Magick::PathLinetoAbs
2322 Magick::PathLinetoAbs::PathLinetoAbs ( const CoordinateList &coordinates_ ) in PathLinetoAbs() function in Magick::PathLinetoAbs
2326 Magick::PathLinetoAbs::PathLinetoAbs ( const Magick::PathLinetoAbs& original_ ) in PathLinetoAbs() function in Magick::PathLinetoAbs
2331 Magick::PathLinetoAbs::~PathLinetoAbs ( void ) in ~PathLinetoAbs()
2334 void Magick::PathLinetoAbs::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
2342 Magick::VPathBase* Magick::PathLinetoAbs::copy() const in copy()
2344 return new PathLinetoAbs(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2921 class MagickPPExport PathLinetoAbs : public VPathBase
2925 PathLinetoAbs ( const Magick::Coordinate& coordinate_ );
2928 PathLinetoAbs ( const CoordinateList &coordinates_ );
2931 PathLinetoAbs ( const PathLinetoAbs& original_ );
2934 /*virtual*/ ~PathLinetoAbs ( void );
/external/ImageMagick/Magick++/
DChangeLog946 (PathLinetoAbs): New class. Line to, absolute coordinates