Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp923 Magick::DrawablePoint::~DrawablePoint ( void ) in ~DrawablePoint()
926 void Magick::DrawablePoint::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
930 Magick::DrawableBase* Magick::DrawablePoint::copy() const in copy()
932 return new DrawablePoint(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1217 class MagickPPExport DrawablePoint : public DrawableBase
1220 DrawablePoint ( double x_, double y_ ) in DrawablePoint() function
1225 /*virtual*/ ~DrawablePoint ( void );