HomeSort by relevance Sort by last modified time
    Searched refs:DrawableArc (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 373 class MagickPPExport DrawableArc : public DrawableBase
376 DrawableArc ( double startX_, double startY_,
387 /*virtual*/ ~DrawableArc( void );
    [all...]
  /external/ImageMagick/Magick++/lib/
Drawable.cpp 251 Magick::DrawableArc::~DrawableArc( void )
254 void Magick::DrawableArc::operator()( MagickCore::DrawingWand * context_ ) const
258 Magick::DrawableBase* Magick::DrawableArc::copy() const
260 return new DrawableArc(*this);
    [all...]

Completed in 51 milliseconds