HomeSort by relevance Sort by last modified time
    Searched refs:DrawableBase (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 97 class MagickPPExport DrawableBase:
103 DrawableBase(void);
106 virtual ~DrawableBase(void);
112 virtual DrawableBase* copy() const;
126 // Construct from DrawableBase
127 Drawable(const DrawableBase& original_);
142 DrawableBase* dp;
239 class MagickPPExport DrawableAffine : public DrawableBase
255 DrawableBase* copy() const;
316 class MagickPPExport DrawableAlpha : public DrawableBase
    [all...]
  /external/ImageMagick/Magick++/lib/
Drawable.cpp 60 /* DrawableBase */
61 Magick::DrawableBase::DrawableBase()
65 Magick::DrawableBase::~DrawableBase(void)
69 void Magick::DrawableBase::operator()(MagickCore::DrawingWand * context_) const
74 Magick::DrawableBase* Magick::DrawableBase::copy() const
76 return new DrawableBase(*this);
81 : dp((Magick::DrawableBase *) NULL
    [all...]

Completed in 778 milliseconds