Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2105 Magick::PathSmoothCurvetoRel::PathSmoothCurvetoRel in PathSmoothCurvetoRel() function in Magick::PathSmoothCurvetoRel
2110 Magick::PathSmoothCurvetoRel::PathSmoothCurvetoRel in PathSmoothCurvetoRel() function in Magick::PathSmoothCurvetoRel
2115 Magick::PathSmoothCurvetoRel::PathSmoothCurvetoRel in PathSmoothCurvetoRel() function in Magick::PathSmoothCurvetoRel
2116 ( const Magick::PathSmoothCurvetoRel& original_ ) in PathSmoothCurvetoRel()
2121 Magick::PathSmoothCurvetoRel::~PathSmoothCurvetoRel ( void ) in ~PathSmoothCurvetoRel()
2124 void Magick::PathSmoothCurvetoRel::operator() in operator ()()
2137 Magick::VPathBase* Magick::PathSmoothCurvetoRel::copy() const in copy()
2139 return new PathSmoothCurvetoRel(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2686 class MagickPPExport PathSmoothCurvetoRel : public VPathBase
2690 PathSmoothCurvetoRel ( const Coordinate &coordinates_ );
2693 PathSmoothCurvetoRel ( const CoordinateList &coordinates_ );
2696 PathSmoothCurvetoRel ( const PathSmoothCurvetoRel& original_ );
2699 /*virtual*/ ~PathSmoothCurvetoRel ( void );
/external/ImageMagick/Magick++/
DChangeLog930 (PathSmoothCurvetoRel): New class. Cubic bezier, relative