Searched defs:PathArcArgs (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DDrawable.cpp1787 // PathArcArgs
1789 MagickPPExport int Magick::operator == ( const Magick::PathArcArgs& /*left_*/,
1790 const Magick::PathArcArgs& /*right_*/ )
1794 MagickPPExport int Magick::operator != ( const Magick::PathArcArgs& /*left_*/,
1795 const Magick::PathArcArgs& /*right_*/ )
1799 MagickPPExport int Magick::operator > ( const Magick::PathArcArgs& /*left_*/,
1800 const Magick::PathArcArgs& /*right_*/ )
1804 MagickPPExport int Magick::operator < ( const Magick::PathArcArgs& /*left_*/,
1805 const Magick::PathArcArgs& /*right_*/ )
1809 MagickPPExport int Magick::operator >= ( const Magick::PathArcArgs
1820 Magick::PathArcArgs::PathArcArgs( void ) function in class:Magick::PathArcArgs
1831 Magick::PathArcArgs::PathArcArgs( double radiusX_, double radiusY_, function in class:Magick::PathArcArgs
1844 Magick::PathArcArgs::PathArcArgs( const Magick::PathArcArgs &original_ ) function in class:Magick::PathArcArgs
[all...]
/external/ImageMagick/Magick++/lib/Magick++/
H A DDrawable.h2329 class MagickPPExport PathArcArgs class in namespace:Magick
2332 PathArcArgs( void );
2334 PathArcArgs( double radiusX_, double radiusY_,
2338 PathArcArgs( const PathArcArgs &original_ );
2340 ~PathArcArgs ( void );
2415 // Compare two PathArcArgs objects regardless of LHS/RHS
2416 extern MagickPPExport int operator == ( const PathArcArgs& left_,
2417 const PathArcArgs& right_ );
2418 extern MagickPPExport int operator != ( const PathArcArgs
[all...]

Completed in 348 milliseconds