Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/demo/
Dpiddle.cpp106 path.push_back(PathLinetoVerticalRel(-40)); in main()
/external/ImageMagick/Magick++/lib/
DDrawable.cpp2448 Magick::PathLinetoVerticalRel::~PathLinetoVerticalRel ( void ) in ~PathLinetoVerticalRel()
2451 void Magick::PathLinetoVerticalRel::operator() in operator ()()
2456 Magick::VPathBase* Magick::PathLinetoVerticalRel::copy() const in copy()
2458 return new PathLinetoVerticalRel(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h3032 class MagickPPExport PathLinetoVerticalRel : public VPathBase
3035 PathLinetoVerticalRel ( double y_ ) in PathLinetoVerticalRel() function
3040 /*virtual*/ ~PathLinetoVerticalRel ( void );
/external/ImageMagick/Magick++/
DChangeLog950 (PathLinetoVerticalRel): New class. Vertical lineto, relative