Searched refs:PathArcArgs (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Drawable.h | 2354 class MagickPPExport PathArcArgs 2357 PathArcArgs( void ); 2359 PathArcArgs( double radiusX_, double radiusY_, 2363 PathArcArgs( const PathArcArgs &original_ ); 2365 ~PathArcArgs ( void ); 2441 extern MagickPPExport int operator == ( const PathArcArgs& left_, 2442 const PathArcArgs& right_ ); 2443 extern MagickPPExport int operator != ( const PathArcArgs& left_, 2444 const PathArcArgs& right_ ); 2445 extern MagickPPExport int operator > ( const PathArcArgs& left_, [all …]
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 1758 MagickPPExport int Magick::operator == ( const Magick::PathArcArgs& /*left_*/, in operator ==() argument 1759 const Magick::PathArcArgs& /*right_*/ ) in operator ==() 1763 MagickPPExport int Magick::operator != ( const Magick::PathArcArgs& /*left_*/, in operator !=() argument 1764 const Magick::PathArcArgs& /*right_*/ ) in operator !=() 1768 MagickPPExport int Magick::operator > ( const Magick::PathArcArgs& /*left_*/, in operator >() argument 1769 const Magick::PathArcArgs& /*right_*/ ) in operator >() 1773 MagickPPExport int Magick::operator < ( const Magick::PathArcArgs& /*left_*/, in operator <() argument 1774 const Magick::PathArcArgs& /*right_*/ ) in operator <() 1778 MagickPPExport int Magick::operator >= ( const Magick::PathArcArgs& left_, in operator >=() 1779 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 | 924 (PathArcArgs): New class. Argument for PathArcArgs & PathArcAbs.
|