Home
last modified time | relevance | path

Searched refs:DrawableStrokeDashOffset (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
DDrawable.cpp1257 Magick::DrawableStrokeDashOffset::~DrawableStrokeDashOffset(void) in ~DrawableStrokeDashOffset()
1261 void Magick::DrawableStrokeDashOffset::operator() in operator ()()
1267 Magick::DrawableBase* Magick::DrawableStrokeDashOffset::copy() const in copy()
1269 return(new DrawableStrokeDashOffset(*this)); in copy()
1272 void Magick::DrawableStrokeDashOffset::offset(const double offset_) in offset()
1277 double Magick::DrawableStrokeDashOffset::offset(void) const in offset()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1747 class MagickPPExport DrawableStrokeDashOffset : public DrawableBase
1750 DrawableStrokeDashOffset(const double offset_) in DrawableStrokeDashOffset() function
1754 ~DrawableStrokeDashOffset(void);