Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp469 Magick::DrawableColor::~DrawableColor( void ) in ~DrawableColor()
472 void Magick::DrawableColor::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
476 Magick::DrawableBase* Magick::DrawableColor::copy() const in copy()
478 return new DrawableColor(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h668 class MagickPPExport DrawableColor : public DrawableBase
671 DrawableColor ( double x_, double y_, in DrawableColor() function
678 /*virtual*/ ~DrawableColor ( void );