Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2375 Magick::PathLinetoRel::PathLinetoRel ( const Magick::Coordinate& coordinate_ ) in PathLinetoRel() function in Magick::PathLinetoRel
2379 Magick::PathLinetoRel::PathLinetoRel ( const CoordinateList &coordinates_ ) in PathLinetoRel() function in Magick::PathLinetoRel
2383 Magick::PathLinetoRel::PathLinetoRel ( const Magick::PathLinetoRel& original_ ) in PathLinetoRel() function in Magick::PathLinetoRel
2388 Magick::PathLinetoRel::~PathLinetoRel ( void ) in ~PathLinetoRel()
2391 void Magick::PathLinetoRel::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
2399 Magick::VPathBase* Magick::PathLinetoRel::copy() const in copy()
2401 return new PathLinetoRel(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2920 class MagickPPExport PathLinetoRel : public VPathBase
2924 PathLinetoRel ( const Magick::Coordinate& coordinate_ );
2927 PathLinetoRel ( const CoordinateList &coordinates_ );
2930 PathLinetoRel ( const PathLinetoRel& original_ );
2933 /*virtual*/ ~PathLinetoRel ( void );
/external/ImageMagick/Magick++/
DChangeLog943 (PathLinetoRel): New class. Line to, relative coordinates