Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2007 Magick::PathCurvetoAbs::PathCurvetoAbs ( const Magick::PathCurvetoArgs &args_ ) in PathCurvetoAbs() function in Magick::PathCurvetoAbs
2011 Magick::PathCurvetoAbs::PathCurvetoAbs ( const PathCurveToArgsList &args_ ) in PathCurvetoAbs() function in Magick::PathCurvetoAbs
2015 Magick::PathCurvetoAbs::PathCurvetoAbs in PathCurvetoAbs() function in Magick::PathCurvetoAbs
2016 ( const Magick::PathCurvetoAbs& original_ ) in PathCurvetoAbs()
2021 Magick::PathCurvetoAbs::~PathCurvetoAbs ( void ) in ~PathCurvetoAbs()
2024 void Magick::PathCurvetoAbs::operator() in operator ()()
2034 Magick::VPathBase* Magick::PathCurvetoAbs::copy() const in copy()
2036 return new PathCurvetoAbs(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2615 class MagickPPExport PathCurvetoAbs : public VPathBase
2619 PathCurvetoAbs ( const PathCurvetoArgs &args_ );
2622 PathCurvetoAbs ( const PathCurveToArgsList &args_ );
2625 PathCurvetoAbs ( const PathCurvetoAbs& original_ );
2628 /*virtual*/ ~PathCurvetoAbs ( void );
/external/ImageMagick/Magick++/
DChangeLog924 (PathCurvetoArgs): New class. Argument class for PathCurvetoAbs &
926 (PathCurvetoAbs): New class. Cubic bezier, absolute coordinates