Home
last modified time | relevance | path

Searched refs:DrawablePopGraphicContext (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/demo/
Dpiddle.cpp154 drawList.push_back(DrawablePopGraphicContext()); in main()
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1029 Magick::DrawablePopGraphicContext::~DrawablePopGraphicContext ( void ) in ~DrawablePopGraphicContext()
1032 void Magick::DrawablePopGraphicContext::operator() in operator ()()
1037 Magick::DrawableBase* Magick::DrawablePopGraphicContext::copy() const in copy()
1039 return new DrawablePopGraphicContext(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1326 class MagickPPExport DrawablePopGraphicContext : public DrawableBase
1329 DrawablePopGraphicContext ( void ) in DrawablePopGraphicContext() function
1334 /*virtual*/ ~DrawablePopGraphicContext ( void );
/external/ImageMagick/Magick++/
DChangeLog896 * lib/Magick++/Drawable.h (DrawablePopGraphicContext): New class