Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp1976 Magick::PathCurvetoAbs::PathCurvetoAbs ( const Magick::PathCurvetoArgs &args_ ) in PathCurvetoAbs() function in Magick::PathCurvetoAbs
1980 Magick::PathCurvetoAbs::PathCurvetoAbs ( const PathCurveToArgsList &args_ ) in PathCurvetoAbs() function in Magick::PathCurvetoAbs
1984 Magick::PathCurvetoAbs::PathCurvetoAbs in PathCurvetoAbs() function in Magick::PathCurvetoAbs
1985 ( const Magick::PathCurvetoAbs& original_ ) in PathCurvetoAbs()
1990 Magick::PathCurvetoAbs::~PathCurvetoAbs ( void ) in ~PathCurvetoAbs()
1993 void Magick::PathCurvetoAbs::operator() in operator ()()
2003 Magick::VPathBase* Magick::PathCurvetoAbs::copy() const in copy()
2005 return new PathCurvetoAbs(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2640 class MagickPPExport PathCurvetoAbs : public VPathBase
2644 PathCurvetoAbs ( const PathCurvetoArgs &args_ );
2647 PathCurvetoAbs ( const PathCurveToArgsList &args_ );
2650 PathCurvetoAbs ( const PathCurvetoAbs& original_ );
2653 /*virtual*/ ~PathCurvetoAbs ( void );
/external/ImageMagick/Magick++/
DChangeLog928 (PathCurvetoArgs): New class. Argument class for PathCurvetoAbs &
930 (PathCurvetoAbs): New class. Cubic bezier, absolute coordinates