Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2347 Magick::PathLinetoAbs::PathLinetoAbs ( const Magick::Coordinate& coordinate_ ) in PathLinetoAbs() function in Magick::PathLinetoAbs
2351 Magick::PathLinetoAbs::PathLinetoAbs ( const CoordinateList &coordinates_ ) in PathLinetoAbs() function in Magick::PathLinetoAbs
2355 Magick::PathLinetoAbs::PathLinetoAbs ( const Magick::PathLinetoAbs& original_ ) in PathLinetoAbs() function in Magick::PathLinetoAbs
2360 Magick::PathLinetoAbs::~PathLinetoAbs ( void ) in ~PathLinetoAbs()
2363 void Magick::PathLinetoAbs::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
2371 Magick::VPathBase* Magick::PathLinetoAbs::copy() const in copy()
2373 return new PathLinetoAbs(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2896 class MagickPPExport PathLinetoAbs : public VPathBase
2900 PathLinetoAbs ( const Magick::Coordinate& coordinate_ );
2903 PathLinetoAbs ( const CoordinateList &coordinates_ );
2906 PathLinetoAbs ( const PathLinetoAbs& original_ );
2909 /*virtual*/ ~PathLinetoAbs ( void );
/external/ImageMagick/Magick++/
DChangeLog942 (PathLinetoAbs): New class. Line to, absolute coordinates