Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp438 Magick::DrawablePushClipPath::DrawablePushClipPath( const std::string &id_) in DrawablePushClipPath() function in Magick::DrawablePushClipPath
442 Magick::DrawablePushClipPath::DrawablePushClipPath in DrawablePushClipPath() function in Magick::DrawablePushClipPath
443 ( const Magick::DrawablePushClipPath& original_ ) //multithread safe const char* in DrawablePushClipPath()
448 Magick::DrawablePushClipPath::~DrawablePushClipPath( void ) in ~DrawablePushClipPath()
451 void Magick::DrawablePushClipPath::operator() in operator ()()
457 Magick::DrawableBase* Magick::DrawablePushClipPath::copy() const in copy()
459 return new DrawablePushClipPath(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h571 class MagickPPExport DrawablePushClipPath : public DrawableBase
574 DrawablePushClipPath ( const std::string &id_);
576 DrawablePushClipPath ( const DrawablePushClipPath& original_ );
578 /*virtual*/ ~DrawablePushClipPath ( void );
/external/ImageMagick/Magick++/
DNEWS6 * Added DrawablePushClipPath, DrawablePopClipPath, and DrawableClipPath.
DChangeLog250 * lib/Drawable.cpp: Added DrawablePushClipPath,