Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp1146 Magick::DrawableSkewY::~DrawableSkewY ( void ) in ~DrawableSkewY()
1149 void Magick::DrawableSkewY::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
1153 Magick::DrawableBase* Magick::DrawableSkewY::copy() const in copy()
1155 return new DrawableSkewY(*this); in copy()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1686 class MagickPPExport DrawableSkewY : public DrawableBase
1689 DrawableSkewY ( double angle_ ) in DrawableSkewY() function
1693 /*virtual*/ ~DrawableSkewY ( void );
/external/ImageMagick/Magick++/
DChangeLog962 (DrawableSkewY): New object to apply skew in Y direction.