Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp407 Magick::DrawablePushClipPath::DrawablePushClipPath( const std::string &id_) in DrawablePushClipPath() function in Magick::DrawablePushClipPath
411 Magick::DrawablePushClipPath::DrawablePushClipPath in DrawablePushClipPath() function in Magick::DrawablePushClipPath
412 ( const Magick::DrawablePushClipPath& original_ ) //multithread safe const char* in DrawablePushClipPath()
417 Magick::DrawablePushClipPath::~DrawablePushClipPath( void ) in ~DrawablePushClipPath()
420 void Magick::DrawablePushClipPath::operator() in operator ()()
426 Magick::DrawableBase* Magick::DrawablePushClipPath::copy() const in copy()
428 return new DrawablePushClipPath(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h556 class MagickPPExport DrawablePushClipPath : public DrawableBase
559 DrawablePushClipPath ( const std::string &id_);
561 DrawablePushClipPath ( const DrawablePushClipPath& original_ );
563 /*virtual*/ ~DrawablePushClipPath ( void );
/external/ImageMagick/Magick++/
DNEWS6 * Added DrawablePushClipPath, DrawablePopClipPath, and DrawableClipPath.
DChangeLog254 * lib/Drawable.cpp: Added DrawablePushClipPath,