Searched refs:DrawableBase (Results 1 – 3 of 3) sorted by relevance
97 class MagickPPExport DrawableBase102 DrawableBase(void);105 virtual ~DrawableBase(void);111 virtual DrawableBase* copy() const;126 Drawable(const DrawableBase& original_);141 DrawableBase* dp;224 class MagickPPExport DrawableAffine : public DrawableBase240 DrawableBase* copy() const;301 class MagickPPExport DrawableAlpha : public DrawableBase318 DrawableBase* copy() const;[all …]
61 Magick::DrawableBase::DrawableBase() in DrawableBase() function in Magick::DrawableBase65 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 …]
979 inherit from DrawableBase but are passed into STL lists and Image