Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2038 Magick::PathCurvetoRel::PathCurvetoRel ( const Magick::PathCurvetoArgs &args_ ) in PathCurvetoRel() function in Magick::PathCurvetoRel
2042 Magick::PathCurvetoRel::PathCurvetoRel ( const PathCurveToArgsList &args_ ) in PathCurvetoRel() function in Magick::PathCurvetoRel
2046 Magick::PathCurvetoRel::PathCurvetoRel in PathCurvetoRel() function in Magick::PathCurvetoRel
2047 ( const Magick::PathCurvetoRel& original_ ) in PathCurvetoRel()
2052 Magick::PathCurvetoRel::~PathCurvetoRel ( void ) in ~PathCurvetoRel()
2055 void Magick::PathCurvetoRel::operator() in operator ()()
2065 Magick::VPathBase* Magick::PathCurvetoRel::copy() const in copy()
2067 return new PathCurvetoRel(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2639 class MagickPPExport PathCurvetoRel : public VPathBase
2643 PathCurvetoRel ( const PathCurvetoArgs &args_ );
2646 PathCurvetoRel ( const PathCurveToArgsList &args_ );
2649 PathCurvetoRel ( const PathCurvetoRel& original_ );
2651 /*virtual*/ ~PathCurvetoRel ( void );
/external/ImageMagick/Magick++/
DChangeLog925 PathCurvetoRel.
927 (PathCurvetoRel): New class. Cubic bezier, relative coordinates