Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/demo/
Dpiddle.cpp39 drawList.push_back(DrawablePushGraphicContext()); in main()
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1043 Magick::DrawablePushGraphicContext::~DrawablePushGraphicContext ( void ) in ~DrawablePushGraphicContext()
1046 void Magick::DrawablePushGraphicContext::operator() in operator ()()
1051 Magick::DrawableBase* Magick::DrawablePushGraphicContext::copy() const in copy()
1053 return new DrawablePushGraphicContext(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1347 class MagickPPExport DrawablePushGraphicContext : public DrawableBase
1350 DrawablePushGraphicContext ( void ) in DrawablePushGraphicContext() function
1355 /*virtual*/ ~DrawablePushGraphicContext ( void );
/external/ImageMagick/Magick++/
DChangeLog898 (DrawablePushGraphicContext): New class to push graphic context.