Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp500 Magick::DrawableColor::~DrawableColor( void ) in ~DrawableColor()
503 void Magick::DrawableColor::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
507 Magick::DrawableBase* Magick::DrawableColor::copy() const in copy()
509 return new DrawableColor(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h683 class MagickPPExport DrawableColor : public DrawableBase
686 DrawableColor ( double x_, double y_, in DrawableColor() function
693 /*virtual*/ ~DrawableColor ( void );