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.cpp1012 Magick::DrawablePushGraphicContext::~DrawablePushGraphicContext ( void ) in ~DrawablePushGraphicContext()
1015 void Magick::DrawablePushGraphicContext::operator() in operator ()()
1020 Magick::DrawableBase* Magick::DrawablePushGraphicContext::copy() const in copy()
1022 return new DrawablePushGraphicContext(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1332 class MagickPPExport DrawablePushGraphicContext : public DrawableBase
1335 DrawablePushGraphicContext ( void ) in DrawablePushGraphicContext() function
1340 /*virtual*/ ~DrawablePushGraphicContext ( void );
/external/ImageMagick/Magick++/
DChangeLog902 (DrawablePushGraphicContext): New class to push graphic context.