Home
last modified time | relevance | path

Searched refs:DrawablePoint (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
DDrawable.cpp892 Magick::DrawablePoint::~DrawablePoint ( void ) in ~DrawablePoint()
895 void Magick::DrawablePoint::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
899 Magick::DrawableBase* Magick::DrawablePoint::copy() const in copy()
901 return new DrawablePoint(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1202 class MagickPPExport DrawablePoint : public DrawableBase
1205 DrawablePoint ( double x_, double y_ ) in DrawablePoint() function
1210 /*virtual*/ ~DrawablePoint ( void );