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

  /external/ImageMagick/Magick++/lib/
Drawable.cpp 882 Magick::DrawableLine::~DrawableLine ( void )
885 void Magick::DrawableLine::operator()( MagickCore::DrawingWand * context_ ) const
889 Magick::DrawableBase* Magick::DrawableLine::copy() const
891 return new DrawableLine(*this);
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 1134 class MagickPPExport DrawableLine : public DrawableBase
1137 DrawableLine ( double startX_, double startY_,
1145 /*virtual*/ ~DrawableLine ( void );
    [all...]

Completed in 880 milliseconds