Searched refs:PathArcArgs (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Drawable.h | 2329 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/ |
D | Drawable.cpp | 1789 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/ |
D | piddle.cpp | 107 path.push_back(PathArcRel(PathArcArgs(40,40, 0, 0, 0, -40,40))); in main()
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 920 (PathArcArgs): New class. Argument for PathArcArgs & PathArcAbs.
|