Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp1177 Magick::DrawableSkewY::~DrawableSkewY ( void ) in ~DrawableSkewY()
1180 void Magick::DrawableSkewY::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
1184 Magick::DrawableBase* Magick::DrawableSkewY::copy() const in copy()
1186 return new DrawableSkewY(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1661 class MagickPPExport DrawableSkewY : public DrawableBase
1664 DrawableSkewY ( double angle_ ) in DrawableSkewY() function
1668 /*virtual*/ ~DrawableSkewY ( void );
/external/ImageMagick/Magick++/
DChangeLog958 (DrawableSkewY): New object to apply skew in Y direction.