Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2346 Magick::PathLinetoRel::PathLinetoRel ( const Magick::Coordinate& coordinate_ ) in PathLinetoRel() function in Magick::PathLinetoRel
2350 Magick::PathLinetoRel::PathLinetoRel ( const CoordinateList &coordinates_ ) in PathLinetoRel() function in Magick::PathLinetoRel
2354 Magick::PathLinetoRel::PathLinetoRel ( const Magick::PathLinetoRel& original_ ) in PathLinetoRel() function in Magick::PathLinetoRel
2359 Magick::PathLinetoRel::~PathLinetoRel ( void ) in ~PathLinetoRel()
2362 void Magick::PathLinetoRel::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
2370 Magick::VPathBase* Magick::PathLinetoRel::copy() const in copy()
2372 return new PathLinetoRel(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2945 class MagickPPExport PathLinetoRel : public VPathBase
2949 PathLinetoRel ( const Magick::Coordinate& coordinate_ );
2952 PathLinetoRel ( const CoordinateList &coordinates_ );
2955 PathLinetoRel ( const PathLinetoRel& original_ );
2958 /*virtual*/ ~PathLinetoRel ( void );
/external/ImageMagick/Magick++/
DChangeLog947 (PathLinetoRel): New class. Line to, relative coordinates