Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2007 Magick::PathCurvetoRel::PathCurvetoRel ( const Magick::PathCurvetoArgs &args_ ) in PathCurvetoRel() function in Magick::PathCurvetoRel
2011 Magick::PathCurvetoRel::PathCurvetoRel ( const PathCurveToArgsList &args_ ) in PathCurvetoRel() function in Magick::PathCurvetoRel
2015 Magick::PathCurvetoRel::PathCurvetoRel in PathCurvetoRel() function in Magick::PathCurvetoRel
2016 ( const Magick::PathCurvetoRel& original_ ) in PathCurvetoRel()
2021 Magick::PathCurvetoRel::~PathCurvetoRel ( void ) in ~PathCurvetoRel()
2024 void Magick::PathCurvetoRel::operator() in operator ()()
2034 Magick::VPathBase* Magick::PathCurvetoRel::copy() const in copy()
2036 return new PathCurvetoRel(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2664 class MagickPPExport PathCurvetoRel : public VPathBase
2668 PathCurvetoRel ( const PathCurvetoArgs &args_ );
2671 PathCurvetoRel ( const PathCurveToArgsList &args_ );
2674 PathCurvetoRel ( const PathCurvetoRel& original_ );
2676 /*virtual*/ ~PathCurvetoRel ( void );
/external/ImageMagick/Magick++/
DChangeLog929 PathCurvetoRel.
931 (PathCurvetoRel): New class. Cubic bezier, relative coordinates