Home
last modified time | relevance | path

Searched refs:DrawableBase (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h97 class MagickPPExport DrawableBase
102 DrawableBase(void);
105 virtual ~DrawableBase(void);
111 virtual DrawableBase* copy() const;
126 Drawable(const DrawableBase& original_);
141 DrawableBase* dp;
224 class MagickPPExport DrawableAffine : public DrawableBase
240 DrawableBase* copy() const;
301 class MagickPPExport DrawableAlpha : public DrawableBase
318 DrawableBase* copy() const;
[all …]
/external/ImageMagick/Magick++/lib/
DDrawable.cpp61 Magick::DrawableBase::DrawableBase() in DrawableBase() function in Magick::DrawableBase
65 Magick::DrawableBase::~DrawableBase(void) in ~DrawableBase()
69 void Magick::DrawableBase::operator()(MagickCore::DrawingWand * context_) const in operator ()()
74 Magick::DrawableBase* Magick::DrawableBase::copy() const in copy()
76 return new DrawableBase(*this); in copy()
81 : dp((Magick::DrawableBase *) NULL) in Drawable()
85 Magick::Drawable::Drawable(const Magick::DrawableBase& original_) in Drawable()
93 dp=(Magick::DrawableBase *) NULL; in ~Drawable()
97 : dp((original_.dp != (Magick::DrawableBase *) NULL ? original_.dp->copy() : in Drawable()
98 (Magick::DrawableBase *) NULL)) in Drawable()
[all …]
/external/ImageMagick/Magick++/
DChangeLog979 inherit from DrawableBase but are passed into STL lists and Image