Home
last modified time | relevance | path

Searched refs:PathArcArgs (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2329 class MagickPPExport PathArcArgs
2332 PathArcArgs( void );
2334 PathArcArgs( double radiusX_, double radiusY_,
2338 PathArcArgs( const PathArcArgs &original_ );
2340 ~PathArcArgs ( void );
2416 extern MagickPPExport int operator == ( const PathArcArgs& left_,
2417 const PathArcArgs& right_ );
2418 extern MagickPPExport int operator != ( const PathArcArgs& left_,
2419 const PathArcArgs& right_ );
2420 extern MagickPPExport int operator > ( const PathArcArgs& left_,
[all …]
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1789 MagickPPExport int Magick::operator == ( const Magick::PathArcArgs& /*left_*/, in operator ==() argument
1790 const Magick::PathArcArgs& /*right_*/ ) in operator ==()
1794 MagickPPExport int Magick::operator != ( const Magick::PathArcArgs& /*left_*/, in operator !=() argument
1795 const Magick::PathArcArgs& /*right_*/ ) in operator !=()
1799 MagickPPExport int Magick::operator > ( const Magick::PathArcArgs& /*left_*/, in operator >() argument
1800 const Magick::PathArcArgs& /*right_*/ ) in operator >()
1804 MagickPPExport int Magick::operator < ( const Magick::PathArcArgs& /*left_*/, in operator <() argument
1805 const Magick::PathArcArgs& /*right_*/ ) in operator <()
1809 MagickPPExport int Magick::operator >= ( const Magick::PathArcArgs& left_, in operator >=()
1810 const Magick::PathArcArgs& right_ ) in operator >=()
[all …]
/external/ImageMagick/Magick++/demo/
Dpiddle.cpp107 path.push_back(PathArcRel(PathArcArgs(40,40, 0, 0, 0, -40,40))); in main()
/external/ImageMagick/Magick++/
DChangeLog920 (PathArcArgs): New class. Argument for PathArcArgs & PathArcAbs.