Lines Matching refs:Magick

22 MagickPPExport int Magick::operator == (const Magick::Coordinate& left_,  in operator ==()
23 const Magick::Coordinate& right_) in operator ==()
28 MagickPPExport int Magick::operator != (const Magick::Coordinate& left_, in operator !=()
29 const Magick::Coordinate& right_) in operator !=()
34 MagickPPExport int Magick::operator > (const Magick::Coordinate& left_, in operator >()
35 const Magick::Coordinate& right_) in operator >()
40 MagickPPExport int Magick::operator < (const Magick::Coordinate& left_, in operator <()
41 const Magick::Coordinate& right_) in operator <()
48 MagickPPExport int Magick::operator >= (const Magick::Coordinate& left_, in operator >=()
49 const Magick::Coordinate& right_) in operator >=()
54 MagickPPExport int Magick::operator <= (const Magick::Coordinate& left_, in operator <=()
55 const Magick::Coordinate& right_) in operator <=()
61 Magick::DrawableBase::DrawableBase() in DrawableBase()
65 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()
80 Magick::Drawable::Drawable(void) in Drawable()
81 : dp((Magick::DrawableBase *) NULL) in Drawable()
85 Magick::Drawable::Drawable(const Magick::DrawableBase& original_) in Drawable()
90 Magick::Drawable::~Drawable(void) in ~Drawable()
93 dp=(Magick::DrawableBase *) NULL; in ~Drawable()
96 Magick::Drawable::Drawable(const Magick::Drawable& original_) in Drawable()
97 : dp((original_.dp != (Magick::DrawableBase *) NULL ? original_.dp->copy() : in Drawable()
98 (Magick::DrawableBase *) NULL)) in Drawable()
102 Magick::Drawable& Magick::Drawable::operator= ( in operator =()
103 const Magick::Drawable& original_) in operator =()
110 temp_dp=(original_.dp != (Magick::DrawableBase *) NULL ? in operator =()
111 original_.dp->copy() : (Magick::DrawableBase *) NULL); in operator =()
118 void Magick::Drawable::operator()(MagickCore::DrawingWand * context_) const in operator ()()
120 if (dp != (Magick::DrawableBase *) NULL) in operator ()()
125 Magick::VPathBase::~VPathBase ( void ) in ~VPathBase()
130 Magick::VPath::VPath ( void ) in VPath()
136 Magick::VPath::VPath ( const Magick::VPathBase& original_ ) in VPath()
142 /* virtual */ Magick::VPath::~VPath ( void ) in ~VPath()
149 Magick::VPath::VPath ( const Magick::VPath& original_ ) in VPath()
155 Magick::VPath& Magick::VPath::operator= (const Magick::VPath& original_ ) in operator =()
167 void Magick::VPath::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
178 Magick::DrawableAffine::DrawableAffine( double sx_, double sy_, in DrawableAffine()
189 Magick::DrawableAffine::DrawableAffine( void ) in DrawableAffine()
193 Magick::DrawableAffine::~DrawableAffine( void ) in ~DrawableAffine()
196 void Magick::DrawableAffine::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
200 Magick::DrawableBase* Magick::DrawableAffine::copy() const in copy()
205 Magick::DrawableAlpha::~DrawableAlpha(void) in ~DrawableAlpha()
209 void Magick::DrawableAlpha::operator()(MagickCore::DrawingWand * context_) const in operator ()()
214 Magick::DrawableBase* Magick::DrawableAlpha::copy() const in copy()
220 Magick::DrawableArc::~DrawableArc( void ) in ~DrawableArc()
223 void Magick::DrawableArc::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
227 Magick::DrawableBase* Magick::DrawableArc::copy() const in copy()
236 Magick::DrawableBezier::DrawableBezier ( const CoordinateList &coordinates_ ) in DrawableBezier()
241 Magick::DrawableBezier::DrawableBezier( const Magick::DrawableBezier& original_ ) in DrawableBezier()
247 Magick::DrawableBezier::~DrawableBezier( void ) in ~DrawableBezier()
250 void Magick::DrawableBezier::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
269 Magick::DrawableBase* Magick::DrawableBezier::copy() const in copy()
276 Magick::DrawableBorderColor::DrawableBorderColor(const Magick::Color &color_) in DrawableBorderColor()
281 Magick::DrawableBorderColor::DrawableBorderColor in DrawableBorderColor()
282 (const Magick::DrawableBorderColor &original_) in DrawableBorderColor()
288 Magick::DrawableBorderColor::~DrawableBorderColor(void) in ~DrawableBorderColor()
292 void Magick::DrawableBorderColor::operator()( in operator ()()
308 void Magick::DrawableBorderColor::color(const Color &color_) in color()
313 Magick::Color Magick::DrawableBorderColor::color(void) const in color()
318 Magick::DrawableBase* Magick::DrawableBorderColor::copy() const in copy()
325 Magick::DrawableClipRule::DrawableClipRule(const FillRule fillRule_) in DrawableClipRule()
330 Magick::DrawableClipRule::~DrawableClipRule(void) in ~DrawableClipRule()
334 void Magick::DrawableClipRule::operator()( in operator ()()
340 void Magick::DrawableClipRule::fillRule(const FillRule fillRule_) in fillRule()
345 Magick::FillRule Magick::DrawableClipRule::fillRule(void) const in fillRule()
350 Magick::DrawableBase* Magick::DrawableClipRule::copy() const in copy()
357 Magick::DrawableClipUnits::DrawableClipUnits(const ClipPathUnits units_) in DrawableClipUnits()
362 Magick::DrawableClipUnits::~DrawableClipUnits(void) in ~DrawableClipUnits()
366 void Magick::DrawableClipUnits::operator()( in operator ()()
372 void Magick::DrawableClipUnits::units(const ClipPathUnits units_) in units()
377 Magick::ClipPathUnits Magick::DrawableClipUnits::units(void) const in units()
382 Magick::DrawableBase* Magick::DrawableClipUnits::copy() const in copy()
393 Magick::DrawablePopClipPath::~DrawablePopClipPath ( void ) in ~DrawablePopClipPath()
396 void Magick::DrawablePopClipPath::operator() ( MagickCore::DrawingWand * context_ ) const in operator ()()
401 Magick::DrawableBase* Magick::DrawablePopClipPath::copy() const in copy()
407 Magick::DrawablePushClipPath::DrawablePushClipPath( const std::string &id_) in DrawablePushClipPath()
411 Magick::DrawablePushClipPath::DrawablePushClipPath in DrawablePushClipPath()
412 ( const Magick::DrawablePushClipPath& original_ ) //multithread safe const char* in DrawablePushClipPath()
417 Magick::DrawablePushClipPath::~DrawablePushClipPath( void ) in ~DrawablePushClipPath()
420 void Magick::DrawablePushClipPath::operator() in operator ()()
426 Magick::DrawableBase* Magick::DrawablePushClipPath::copy() const in copy()
433 Magick::DrawableClipPath::DrawableClipPath( const std::string &id_ ) in DrawableClipPath()
438 Magick::DrawableClipPath::DrawableClipPath ( const Magick::DrawableClipPath& original_ ) in DrawableClipPath()
443 Magick::DrawableClipPath::~DrawableClipPath( void ) in ~DrawableClipPath()
446 void Magick::DrawableClipPath::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
450 Magick::DrawableBase* Magick::DrawableClipPath::copy() const in copy()
456 Magick::DrawableCircle::~DrawableCircle ( void ) in ~DrawableCircle()
459 void Magick::DrawableCircle::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
463 Magick::DrawableBase* Magick::DrawableCircle::copy() const in copy()
469 Magick::DrawableColor::~DrawableColor( void ) in ~DrawableColor()
472 void Magick::DrawableColor::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
476 Magick::DrawableBase* Magick::DrawableColor::copy() const in copy()
482 Magick::DrawableCompositeImage::DrawableCompositeImage in DrawableCompositeImage()
486 Magick::CompositeOperator composition_ ) in DrawableCompositeImage()
495 Magick::DrawableCompositeImage::DrawableCompositeImage in DrawableCompositeImage()
498 const Magick::Image &image_, in DrawableCompositeImage()
499 Magick::CompositeOperator composition_ ) in DrawableCompositeImage()
508 Magick::DrawableCompositeImage::DrawableCompositeImage in DrawableCompositeImage()
520 Magick::DrawableCompositeImage::DrawableCompositeImage in DrawableCompositeImage()
523 const Magick::Image &image_ ) in DrawableCompositeImage()
532 Magick::DrawableCompositeImage::DrawableCompositeImage in DrawableCompositeImage()
545 Magick::DrawableCompositeImage::DrawableCompositeImage in DrawableCompositeImage()
547 const Magick::Image &image_ ) in DrawableCompositeImage()
559 Magick::DrawableCompositeImage::DrawableCompositeImage in DrawableCompositeImage()
560 ( const Magick::DrawableCompositeImage& original_ ) in DrawableCompositeImage()
561 : Magick::DrawableBase(original_), in DrawableCompositeImage()
570 Magick::DrawableCompositeImage::~DrawableCompositeImage( void ) in ~DrawableCompositeImage()
575 Magick::DrawableCompositeImage& Magick::DrawableCompositeImage::operator= in operator =()
576 (const Magick::DrawableCompositeImage& original_ ) in operator =()
592 void Magick::DrawableCompositeImage::filename( const std::string &filename_ ) in filename()
598 std::string Magick::DrawableCompositeImage::filename( void ) const in filename()
603 void Magick::DrawableCompositeImage::image( const Magick::Image &image_ ) in image()
609 Magick::Image Magick::DrawableCompositeImage::image( void ) const in image()
615 void Magick::DrawableCompositeImage::magick( std::string magick_ ) in magick()
619 std::string Magick::DrawableCompositeImage::magick( void ) in magick()
624 void Magick::DrawableCompositeImage::operator() in operator ()()
636 Magick::DrawableBase* Magick::DrawableCompositeImage::copy() const in copy()
641 Magick::DrawableDensity::DrawableDensity(const Point &density_) in DrawableDensity()
646 Magick::DrawableDensity::DrawableDensity(const std::string &density_) in DrawableDensity()
651 Magick::DrawableDensity::~DrawableDensity(void) in ~DrawableDensity()
655 void Magick::DrawableDensity::operator()( in operator ()()
661 Magick::DrawableBase* Magick::DrawableDensity::copy() const in copy()
667 Magick::DrawableEllipse::~DrawableEllipse( void ) in ~DrawableEllipse()
670 void Magick::DrawableEllipse::operator() in operator ()()
676 Magick::DrawableBase* Magick::DrawableEllipse::copy() const in copy()
682 Magick::DrawableFillColor::DrawableFillColor( const Magick::Color &color_ ) in DrawableFillColor()
686 Magick::DrawableFillColor::DrawableFillColor in DrawableFillColor()
687 ( const Magick::DrawableFillColor& original_ ) in DrawableFillColor()
692 Magick::DrawableFillColor::~DrawableFillColor( void ) in ~DrawableFillColor()
695 void Magick::DrawableFillColor::operator() in operator ()()
704 Magick::DrawableBase* Magick::DrawableFillColor::copy() const in copy()
710 Magick::DrawableFillPatternUrl::DrawableFillPatternUrl(const std::string &url_) in DrawableFillPatternUrl()
715 Magick::DrawableFillPatternUrl::DrawableFillPatternUrl( in DrawableFillPatternUrl()
716 const Magick::DrawableFillPatternUrl& original_) in DrawableFillPatternUrl()
722 Magick::DrawableFillPatternUrl::~DrawableFillPatternUrl(void) in ~DrawableFillPatternUrl()
726 void Magick::DrawableFillPatternUrl::operator()( in operator ()()
732 void Magick::DrawableFillPatternUrl::url(const std::string &url_) in url()
737 std::string Magick::DrawableFillPatternUrl::url(void) const in url()
742 Magick::DrawableBase* Magick::DrawableFillPatternUrl::copy() const in copy()
748 Magick::DrawableFillRule::~DrawableFillRule ( void ) in ~DrawableFillRule()
751 void Magick::DrawableFillRule::operator() in operator ()()
756 Magick::DrawableBase* Magick::DrawableFillRule::copy() const in copy()
761 Magick::DrawableFillOpacity::~DrawableFillOpacity(void) in ~DrawableFillOpacity()
765 void Magick::DrawableFillOpacity::operator() in operator ()()
771 Magick::DrawableBase* Magick::DrawableFillOpacity::copy() const in copy()
777 Magick::DrawableFont::DrawableFont ( const std::string &font_ ) in DrawableFont()
780 _style(Magick::AnyStyle), in DrawableFont()
782 _stretch(Magick::NormalStretch) in DrawableFont()
785 Magick::DrawableFont::DrawableFont ( const std::string &family_, in DrawableFont()
786 Magick::StyleType style_, in DrawableFont()
788 Magick::StretchType stretch_ ) in DrawableFont()
796 Magick::DrawableFont::DrawableFont ( const Magick::DrawableFont& original_ ) in DrawableFont()
805 Magick::DrawableFont::~DrawableFont ( void ) in ~DrawableFont()
808 void Magick::DrawableFont::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
831 Magick::DrawableBase* Magick::DrawableFont::copy() const in copy()
837 Magick::DrawableGravity::~DrawableGravity ( void ) in ~DrawableGravity()
840 void Magick::DrawableGravity::operator() in operator ()()
845 Magick::DrawableBase* Magick::DrawableGravity::copy() const in copy()
851 Magick::DrawableLine::~DrawableLine ( void ) in ~DrawableLine()
854 void Magick::DrawableLine::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
858 Magick::DrawableBase* Magick::DrawableLine::copy() const in copy()
864 Magick::DrawablePath::DrawablePath ( const VPathList &path_ ) in DrawablePath()
868 Magick::DrawablePath::DrawablePath ( const Magick::DrawablePath& original_ ) in DrawablePath()
873 Magick::DrawablePath::~DrawablePath ( void ) in ~DrawablePath()
876 void Magick::DrawablePath::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
886 Magick::DrawableBase* Magick::DrawablePath::copy() const in copy()
892 Magick::DrawablePoint::~DrawablePoint ( void ) in ~DrawablePoint()
895 void Magick::DrawablePoint::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
899 Magick::DrawableBase* Magick::DrawablePoint::copy() const in copy()
905 Magick::DrawablePointSize::~DrawablePointSize ( void ) in ~DrawablePointSize()
908 void Magick::DrawablePointSize::operator() in operator ()()
913 Magick::DrawableBase* Magick::DrawablePointSize::copy() const in copy()
919 Magick::DrawablePolygon::DrawablePolygon ( const CoordinateList &coordinates_ ) in DrawablePolygon()
923 Magick::DrawablePolygon::DrawablePolygon in DrawablePolygon()
924 ( const Magick::DrawablePolygon& original_ ) in DrawablePolygon()
929 Magick::DrawablePolygon::~DrawablePolygon ( void ) in ~DrawablePolygon()
932 void Magick::DrawablePolygon::operator() in operator ()()
952 Magick::DrawableBase* Magick::DrawablePolygon::copy() const in copy()
958 Magick::DrawablePolyline::DrawablePolyline in DrawablePolyline()
963 Magick::DrawablePolyline::DrawablePolyline in DrawablePolyline()
964 ( const Magick::DrawablePolyline& original_ ) in DrawablePolyline()
969 Magick::DrawablePolyline::~DrawablePolyline ( void ) in ~DrawablePolyline()
972 void Magick::DrawablePolyline::operator() in operator ()()
992 Magick::DrawableBase* Magick::DrawablePolyline::copy() const in copy()
998 Magick::DrawablePopGraphicContext::~DrawablePopGraphicContext ( void ) in ~DrawablePopGraphicContext()
1001 void Magick::DrawablePopGraphicContext::operator() in operator ()()
1006 Magick::DrawableBase* Magick::DrawablePopGraphicContext::copy() const in copy()
1012 Magick::DrawablePushGraphicContext::~DrawablePushGraphicContext ( void ) in ~DrawablePushGraphicContext()
1015 void Magick::DrawablePushGraphicContext::operator() in operator ()()
1020 Magick::DrawableBase* Magick::DrawablePushGraphicContext::copy() const in copy()
1026 Magick::DrawablePopPattern::~DrawablePopPattern ( void ) in ~DrawablePopPattern()
1029 void Magick::DrawablePopPattern::operator() in operator ()()
1034 Magick::DrawableBase* Magick::DrawablePopPattern::copy() const in copy()
1040 Magick::DrawablePushPattern::DrawablePushPattern in DrawablePushPattern()
1050 Magick::DrawablePushPattern::DrawablePushPattern in DrawablePushPattern()
1051 ( const Magick::DrawablePushPattern& original_ ) in DrawablePushPattern()
1060 Magick::DrawablePushPattern::~DrawablePushPattern ( void ) in ~DrawablePushPattern()
1063 void Magick::DrawablePushPattern::operator() in operator ()()
1068 Magick::DrawableBase* Magick::DrawablePushPattern::copy() const in copy()
1074 Magick::DrawableRectangle::~DrawableRectangle ( void ) in ~DrawableRectangle()
1077 void Magick::DrawableRectangle::operator() in operator ()()
1083 Magick::DrawableBase* Magick::DrawableRectangle::copy() const in copy()
1089 Magick::DrawableRotation::~DrawableRotation ( void ) in ~DrawableRotation()
1092 void Magick::DrawableRotation::operator() in operator ()()
1097 Magick::DrawableBase* Magick::DrawableRotation::copy() const in copy()
1103 Magick::DrawableRoundRectangle::~DrawableRoundRectangle ( void ) in ~DrawableRoundRectangle()
1106 void Magick::DrawableRoundRectangle::operator() in operator ()()
1112 Magick::DrawableBase* Magick::DrawableRoundRectangle::copy() const in copy()
1118 Magick::DrawableScaling::~DrawableScaling ( void ) in ~DrawableScaling()
1121 void Magick::DrawableScaling::operator() in operator ()()
1126 Magick::DrawableBase* Magick::DrawableScaling::copy() const in copy()
1132 Magick::DrawableSkewX::~DrawableSkewX ( void ) in ~DrawableSkewX()
1135 void Magick::DrawableSkewX::operator() in operator ()()
1140 Magick::DrawableBase* Magick::DrawableSkewX::copy() const in copy()
1146 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()
1159 Magick::DrawableStrokeDashArray::DrawableStrokeDashArray(const double* dasharray_) in DrawableStrokeDashArray()
1166 Magick::DrawableStrokeDashArray::DrawableStrokeDashArray( in DrawableStrokeDashArray()
1167 const Magick::DrawableStrokeDashArray& original_) in DrawableStrokeDashArray()
1180 Magick::DrawableStrokeDashArray::~DrawableStrokeDashArray(void) in ~DrawableStrokeDashArray()
1187 Magick::DrawableStrokeDashArray& Magick::DrawableStrokeDashArray::operator=( in operator =()
1188 const Magick::DrawableStrokeDashArray &original_) in operator =()
1205 void Magick::DrawableStrokeDashArray::operator()( in operator ()()
1212 Magick::DrawableBase *Magick::DrawableStrokeDashArray::copy() const in copy()
1217 void Magick::DrawableStrokeDashArray::dasharray(const double* dasharray_) in dasharray()
1251 const double* Magick::DrawableStrokeDashArray::dasharray(void) const in dasharray()
1257 Magick::DrawableStrokeDashOffset::~DrawableStrokeDashOffset(void) in ~DrawableStrokeDashOffset()
1261 void Magick::DrawableStrokeDashOffset::operator() in operator ()()
1267 Magick::DrawableBase* Magick::DrawableStrokeDashOffset::copy() const in copy()
1272 void Magick::DrawableStrokeDashOffset::offset(const double offset_) in offset()
1277 double Magick::DrawableStrokeDashOffset::offset(void) const in offset()
1283 Magick::DrawableStrokeLineCap::~DrawableStrokeLineCap ( void ) in ~DrawableStrokeLineCap()
1286 void Magick::DrawableStrokeLineCap::operator() in operator ()()
1291 Magick::DrawableBase* Magick::DrawableStrokeLineCap::copy() const in copy()
1297 Magick::DrawableStrokeLineJoin::~DrawableStrokeLineJoin ( void ) in ~DrawableStrokeLineJoin()
1300 void Magick::DrawableStrokeLineJoin::operator() in operator ()()
1305 Magick::DrawableBase* Magick::DrawableStrokeLineJoin::copy() const in copy()
1311 Magick::DrawableMiterLimit::~DrawableMiterLimit ( void ) in ~DrawableMiterLimit()
1314 void Magick::DrawableMiterLimit::operator() in operator ()()
1319 Magick::DrawableBase* Magick::DrawableMiterLimit::copy() const in copy()
1326 Magick::DrawableStrokePatternUrl::DrawableStrokePatternUrl( in DrawableStrokePatternUrl()
1332 Magick::DrawableStrokePatternUrl::DrawableStrokePatternUrl( in DrawableStrokePatternUrl()
1333 const Magick::DrawableStrokePatternUrl& original_) in DrawableStrokePatternUrl()
1339 Magick::DrawableStrokePatternUrl::~DrawableStrokePatternUrl(void) in ~DrawableStrokePatternUrl()
1343 void Magick::DrawableStrokePatternUrl::operator()( in operator ()()
1349 void Magick::DrawableStrokePatternUrl::url(const std::string &url_) in url()
1354 std::string Magick::DrawableStrokePatternUrl::url(void) const in url()
1359 Magick::DrawableBase* Magick::DrawableStrokePatternUrl::copy() const in copy()
1365 Magick::DrawableStrokeAntialias::~DrawableStrokeAntialias ( void ) in ~DrawableStrokeAntialias()
1368 void Magick::DrawableStrokeAntialias::operator() in operator ()()
1374 Magick::DrawableBase* Magick::DrawableStrokeAntialias::copy() const in copy()
1380 Magick::DrawableStrokeColor::DrawableStrokeColor in DrawableStrokeColor()
1381 ( const Magick::Color &color_ ) in DrawableStrokeColor()
1385 Magick::DrawableStrokeColor::DrawableStrokeColor in DrawableStrokeColor()
1386 ( const Magick::DrawableStrokeColor& original_ ) in DrawableStrokeColor()
1391 Magick::DrawableStrokeColor::~DrawableStrokeColor ( void ) in ~DrawableStrokeColor()
1394 void Magick::DrawableStrokeColor::operator() in operator ()()
1403 Magick::DrawableBase* Magick::DrawableStrokeColor::copy() const in copy()
1408 Magick::DrawableStrokeOpacity::~DrawableStrokeOpacity(void) in ~DrawableStrokeOpacity()
1412 void Magick::DrawableStrokeOpacity::operator() in operator ()()
1418 Magick::DrawableBase* Magick::DrawableStrokeOpacity::copy() const in copy()
1424 Magick::DrawableStrokeWidth::~DrawableStrokeWidth ( void ) in ~DrawableStrokeWidth()
1427 void Magick::DrawableStrokeWidth::operator() in operator ()()
1432 Magick::DrawableBase* Magick::DrawableStrokeWidth::copy() const in copy()
1438 Magick::DrawableText::DrawableText ( const double x_, const double y_, in DrawableText()
1446 Magick::DrawableText::DrawableText ( const double x_, const double y_, in DrawableText()
1454 Magick::DrawableText::DrawableText( const Magick::DrawableText& original_ ) in DrawableText()
1462 Magick::DrawableText::~DrawableText ( void ) in ~DrawableText()
1465 void Magick::DrawableText::operator() in operator ()()
1472 Magick::DrawableBase* Magick::DrawableText::copy() const in copy()
1478 Magick::DrawableTextAlignment::DrawableTextAlignment( in DrawableTextAlignment()
1479 Magick::AlignType alignment_) in DrawableTextAlignment()
1484 Magick::DrawableTextAlignment::DrawableTextAlignment in DrawableTextAlignment()
1485 (const Magick::DrawableTextAlignment &original_) in DrawableTextAlignment()
1491 Magick::DrawableTextAlignment::~DrawableTextAlignment(void) in ~DrawableTextAlignment()
1495 void Magick::DrawableTextAlignment::operator()( in operator ()()
1501 void Magick::DrawableTextAlignment::alignment(AlignType alignment_) in alignment()
1506 Magick::AlignType Magick::DrawableTextAlignment::alignment(void) const in alignment()
1511 Magick::DrawableBase* Magick::DrawableTextAlignment::copy() const in copy()
1517 Magick::DrawableTextAntialias::DrawableTextAntialias ( bool flag_ ) in DrawableTextAntialias()
1521 Magick::DrawableTextAntialias::DrawableTextAntialias( const Magick::DrawableTextAntialias &original… in DrawableTextAntialias()
1526 Magick::DrawableTextAntialias::~DrawableTextAntialias ( void ) in ~DrawableTextAntialias()
1529 void Magick::DrawableTextAntialias::operator() in operator ()()
1535 Magick::DrawableBase* Magick::DrawableTextAntialias::copy() const in copy()
1542 Magick::DrawableTextDecoration::DrawableTextDecoration in DrawableTextDecoration()
1543 ( Magick::DecorationType decoration_ ) in DrawableTextDecoration()
1547 Magick::DrawableTextDecoration::DrawableTextDecoration in DrawableTextDecoration()
1548 ( const Magick::DrawableTextDecoration &original_ ) in DrawableTextDecoration()
1553 Magick::DrawableTextDecoration::~DrawableTextDecoration( void ) in ~DrawableTextDecoration()
1556 void Magick::DrawableTextDecoration::operator() in operator ()()
1561 Magick::DrawableBase* Magick::DrawableTextDecoration::copy() const in copy()
1567 Magick::DrawableTextDirection::DrawableTextDirection( in DrawableTextDirection()
1573 Magick::DrawableTextDirection::~DrawableTextDirection(void) in ~DrawableTextDirection()
1577 void Magick::DrawableTextDirection::operator()( in operator ()()
1583 void Magick::DrawableTextDirection::direction(DirectionType direction_) in direction()
1588 Magick::DirectionType Magick::DrawableTextDirection::direction(void) const in direction()
1593 Magick::DrawableBase *Magick::DrawableTextDirection::copy() const in copy()
1599 Magick::DrawableTextInterlineSpacing::DrawableTextInterlineSpacing( in DrawableTextInterlineSpacing()
1605 Magick::DrawableTextInterlineSpacing::~DrawableTextInterlineSpacing(void) in ~DrawableTextInterlineSpacing()
1609 void Magick::DrawableTextInterlineSpacing::operator()( in operator ()()
1615 void Magick::DrawableTextInterlineSpacing::spacing(double spacing_) in spacing()
1620 double Magick::DrawableTextInterlineSpacing::spacing(void) const in spacing()
1625 Magick::DrawableBase *Magick::DrawableTextInterlineSpacing::copy() const in copy()
1631 Magick::DrawableTextInterwordSpacing::DrawableTextInterwordSpacing( in DrawableTextInterwordSpacing()
1637 Magick::DrawableTextInterwordSpacing::~DrawableTextInterwordSpacing(void) in ~DrawableTextInterwordSpacing()
1641 void Magick::DrawableTextInterwordSpacing::operator()( in operator ()()
1647 void Magick::DrawableTextInterwordSpacing::spacing(double spacing_) in spacing()
1652 double Magick::DrawableTextInterwordSpacing::spacing(void) const in spacing()
1657 Magick::DrawableBase *Magick::DrawableTextInterwordSpacing::copy() const in copy()
1663 Magick::DrawableTextKerning::DrawableTextKerning( in DrawableTextKerning()
1669 Magick::DrawableTextKerning::~DrawableTextKerning(void) in ~DrawableTextKerning()
1673 void Magick::DrawableTextKerning::operator()( in operator ()()
1679 void Magick::DrawableTextKerning::kerning(double kerning_) in kerning()
1684 double Magick::DrawableTextKerning::kerning(void) const in kerning()
1689 Magick::DrawableBase *Magick::DrawableTextKerning::copy() const in copy()
1695 Magick::DrawableTextUnderColor::DrawableTextUnderColor in DrawableTextUnderColor()
1696 ( const Magick::Color &color_ ) in DrawableTextUnderColor()
1700 Magick::DrawableTextUnderColor::DrawableTextUnderColor in DrawableTextUnderColor()
1701 ( const Magick::DrawableTextUnderColor& original_ ) in DrawableTextUnderColor()
1706 Magick::DrawableTextUnderColor::~DrawableTextUnderColor ( void ) in ~DrawableTextUnderColor()
1709 void Magick::DrawableTextUnderColor::operator() in operator ()()
1718 Magick::DrawableBase* Magick::DrawableTextUnderColor::copy() const in copy()
1724 Magick::DrawableTranslation::~DrawableTranslation ( void ) in ~DrawableTranslation()
1727 void Magick::DrawableTranslation::operator() in operator ()()
1732 Magick::DrawableBase* Magick::DrawableTranslation::copy() const in copy()
1738 Magick::DrawableViewbox::~DrawableViewbox ( void ) in ~DrawableViewbox()
1741 void Magick::DrawableViewbox::operator() in operator ()()
1746 Magick::DrawableBase* Magick::DrawableViewbox::copy() const in copy()
1758 MagickPPExport int Magick::operator == ( const Magick::PathArcArgs& /*left_*/, in operator ==()
1759 const Magick::PathArcArgs& /*right_*/ ) in operator ==()
1763 MagickPPExport int Magick::operator != ( const Magick::PathArcArgs& /*left_*/, in operator !=()
1764 const Magick::PathArcArgs& /*right_*/ ) in operator !=()
1768 MagickPPExport int Magick::operator > ( const Magick::PathArcArgs& /*left_*/, in operator >()
1769 const Magick::PathArcArgs& /*right_*/ ) in operator >()
1773 MagickPPExport int Magick::operator < ( const Magick::PathArcArgs& /*left_*/, in operator <()
1774 const Magick::PathArcArgs& /*right_*/ ) in operator <()
1778 MagickPPExport int Magick::operator >= ( const Magick::PathArcArgs& left_, in operator >=()
1779 const Magick::PathArcArgs& right_ ) in operator >=()
1783 MagickPPExport int Magick::operator <= ( const Magick::PathArcArgs& left_, in operator <=()
1784 const Magick::PathArcArgs& right_ ) in operator <=()
1789 Magick::PathArcArgs::PathArcArgs( void ) in PathArcArgs()
1800 Magick::PathArcArgs::PathArcArgs( double radiusX_, double radiusY_, in PathArcArgs()
1813 Magick::PathArcArgs::PathArcArgs( const Magick::PathArcArgs &original_ ) in PathArcArgs()
1824 Magick::PathArcArgs::~PathArcArgs ( void ) in ~PathArcArgs()
1829 Magick::PathArcAbs::PathArcAbs ( const Magick::PathArcArgs &coordinates_ ) in PathArcAbs()
1833 Magick::PathArcAbs::PathArcAbs ( const PathArcArgsList &coordinates_ ) in PathArcAbs()
1837 Magick::PathArcAbs::PathArcAbs ( const Magick::PathArcAbs& original_ ) in PathArcAbs()
1842 Magick::PathArcAbs::~PathArcAbs ( void ) in ~PathArcAbs()
1845 void Magick::PathArcAbs::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
1855 Magick::VPathBase* Magick::PathArcAbs::copy() const in copy()
1860 Magick::PathArcRel::PathArcRel ( const Magick::PathArcArgs &coordinates_ ) in PathArcRel()
1864 Magick::PathArcRel::PathArcRel ( const PathArcArgsList &coordinates_ ) in PathArcRel()
1868 Magick::PathArcRel::PathArcRel ( const Magick::PathArcRel& original_ ) in PathArcRel()
1873 Magick::PathArcRel::~PathArcRel ( void ) in ~PathArcRel()
1876 void Magick::PathArcRel::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
1886 Magick::VPathBase* Magick::PathArcRel::copy() const in copy()
1894 Magick::PathClosePath::~PathClosePath ( void ) in ~PathClosePath()
1897 void Magick::PathClosePath::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
1901 Magick::VPathBase* Magick::PathClosePath::copy() const in copy()
1909 MagickPPExport int Magick::operator == ( const Magick::PathCurvetoArgs& /*left_*/, in operator ==()
1910 const Magick::PathCurvetoArgs& /*right_*/ ) in operator ==()
1914 MagickPPExport int Magick::operator != ( const Magick::PathCurvetoArgs& /*left_*/, in operator !=()
1915 const Magick::PathCurvetoArgs& /*right_*/ ) in operator !=()
1919 MagickPPExport int Magick::operator > ( const Magick::PathCurvetoArgs& /*left_*/, in operator >()
1920 const Magick::PathCurvetoArgs& /*right_*/ ) in operator >()
1924 MagickPPExport int Magick::operator < ( const Magick::PathCurvetoArgs& /*left_*/, in operator <()
1925 const Magick::PathCurvetoArgs& /*right_*/ ) in operator <()
1929 MagickPPExport int Magick::operator >= ( const Magick::PathCurvetoArgs& left_, in operator >=()
1930 const Magick::PathCurvetoArgs& right_ ) in operator >=()
1934 MagickPPExport int Magick::operator <= ( const Magick::PathCurvetoArgs& left_, in operator <=()
1935 const Magick::PathCurvetoArgs& right_ ) in operator <=()
1940 Magick::PathCurvetoArgs::PathCurvetoArgs( void ) in PathCurvetoArgs()
1950 Magick::PathCurvetoArgs::PathCurvetoArgs( double x1_, double y1_, in PathCurvetoArgs()
1962 Magick::PathCurvetoArgs::PathCurvetoArgs( const PathCurvetoArgs &original_ ) in PathCurvetoArgs()
1972 Magick::PathCurvetoArgs::~PathCurvetoArgs ( void ) in ~PathCurvetoArgs()
1976 Magick::PathCurvetoAbs::PathCurvetoAbs ( const Magick::PathCurvetoArgs &args_ ) in PathCurvetoAbs()
1980 Magick::PathCurvetoAbs::PathCurvetoAbs ( const PathCurveToArgsList &args_ ) in PathCurvetoAbs()
1984 Magick::PathCurvetoAbs::PathCurvetoAbs in PathCurvetoAbs()
1985 ( const Magick::PathCurvetoAbs& original_ ) in PathCurvetoAbs()
1990 Magick::PathCurvetoAbs::~PathCurvetoAbs ( void ) in ~PathCurvetoAbs()
1993 void Magick::PathCurvetoAbs::operator() in operator ()()
2003 Magick::VPathBase* Magick::PathCurvetoAbs::copy() const in copy()
2007 Magick::PathCurvetoRel::PathCurvetoRel ( const Magick::PathCurvetoArgs &args_ ) in PathCurvetoRel()
2011 Magick::PathCurvetoRel::PathCurvetoRel ( const PathCurveToArgsList &args_ ) in PathCurvetoRel()
2015 Magick::PathCurvetoRel::PathCurvetoRel in PathCurvetoRel()
2016 ( const Magick::PathCurvetoRel& original_ ) in PathCurvetoRel()
2021 Magick::PathCurvetoRel::~PathCurvetoRel ( void ) in ~PathCurvetoRel()
2024 void Magick::PathCurvetoRel::operator() in operator ()()
2034 Magick::VPathBase* Magick::PathCurvetoRel::copy() const in copy()
2038 Magick::PathSmoothCurvetoAbs::PathSmoothCurvetoAbs in PathSmoothCurvetoAbs()
2039 ( const Magick::Coordinate &coordinates_ ) in PathSmoothCurvetoAbs()
2043 Magick::PathSmoothCurvetoAbs::PathSmoothCurvetoAbs in PathSmoothCurvetoAbs()
2048 Magick::PathSmoothCurvetoAbs::PathSmoothCurvetoAbs in PathSmoothCurvetoAbs()
2049 ( const Magick::PathSmoothCurvetoAbs& original_ ) in PathSmoothCurvetoAbs()
2054 Magick::PathSmoothCurvetoAbs::~PathSmoothCurvetoAbs ( void ) in ~PathSmoothCurvetoAbs()
2057 void Magick::PathSmoothCurvetoAbs::operator() in operator ()()
2071 Magick::VPathBase* Magick::PathSmoothCurvetoAbs::copy() const in copy()
2075 Magick::PathSmoothCurvetoRel::PathSmoothCurvetoRel in PathSmoothCurvetoRel()
2076 ( const Magick::Coordinate &coordinates_ ) in PathSmoothCurvetoRel()
2080 Magick::PathSmoothCurvetoRel::PathSmoothCurvetoRel in PathSmoothCurvetoRel()
2085 Magick::PathSmoothCurvetoRel::PathSmoothCurvetoRel in PathSmoothCurvetoRel()
2086 ( const Magick::PathSmoothCurvetoRel& original_ ) in PathSmoothCurvetoRel()
2091 Magick::PathSmoothCurvetoRel::~PathSmoothCurvetoRel ( void ) in ~PathSmoothCurvetoRel()
2094 void Magick::PathSmoothCurvetoRel::operator() in operator ()()
2108 Magick::VPathBase* Magick::PathSmoothCurvetoRel::copy() const in copy()
2116 MagickPPExport int Magick::operator == in operator ==()
2117 ( const Magick::PathQuadraticCurvetoArgs& /*left_*/, in operator ==()
2118 const Magick::PathQuadraticCurvetoArgs& /*right_*/ ) in operator ==()
2122 MagickPPExport int Magick::operator != in operator !=()
2123 ( const Magick::PathQuadraticCurvetoArgs& /*left_*/, in operator !=()
2124 const Magick::PathQuadraticCurvetoArgs& /*right_*/ ) in operator !=()
2128 MagickPPExport int Magick::operator > in operator >()
2129 ( const Magick::PathQuadraticCurvetoArgs& /*left_*/, in operator >()
2130 const Magick::PathQuadraticCurvetoArgs& /*right_*/ ) in operator >()
2134 MagickPPExport int Magick::operator < in operator <()
2135 ( const Magick::PathQuadraticCurvetoArgs& /*left_*/, in operator <()
2136 const Magick::PathQuadraticCurvetoArgs& /*right_*/ ) in operator <()
2140 MagickPPExport int Magick::operator >= in operator >=()
2141 ( const Magick::PathQuadraticCurvetoArgs& left_, in operator >=()
2142 const Magick::PathQuadraticCurvetoArgs& right_ ) in operator >=()
2146 MagickPPExport int Magick::operator <= in operator <=()
2147 ( const Magick::PathQuadraticCurvetoArgs& left_, in operator <=()
2148 const Magick::PathQuadraticCurvetoArgs& right_ ) in operator <=()
2153 Magick::PathQuadraticCurvetoArgs::PathQuadraticCurvetoArgs( void ) in PathQuadraticCurvetoArgs()
2161 Magick::PathQuadraticCurvetoArgs::PathQuadraticCurvetoArgs( double x1_, in PathQuadraticCurvetoArgs()
2172 Magick::PathQuadraticCurvetoArgs::PathQuadraticCurvetoArgs( const PathQuadraticCurvetoArgs &origina… in PathQuadraticCurvetoArgs()
2180 Magick::PathQuadraticCurvetoArgs::~PathQuadraticCurvetoArgs ( void ) in ~PathQuadraticCurvetoArgs()
2184 Magick::PathQuadraticCurvetoAbs::PathQuadraticCurvetoAbs in PathQuadraticCurvetoAbs()
2185 ( const Magick::PathQuadraticCurvetoArgs &args_ ) in PathQuadraticCurvetoAbs()
2189 Magick::PathQuadraticCurvetoAbs::PathQuadraticCurvetoAbs in PathQuadraticCurvetoAbs()
2194 Magick::PathQuadraticCurvetoAbs::PathQuadraticCurvetoAbs in PathQuadraticCurvetoAbs()
2195 ( const Magick::PathQuadraticCurvetoAbs& original_ ) in PathQuadraticCurvetoAbs()
2200 Magick::PathQuadraticCurvetoAbs::~PathQuadraticCurvetoAbs ( void ) in ~PathQuadraticCurvetoAbs()
2203 void Magick::PathQuadraticCurvetoAbs::operator() in operator ()()
2213 Magick::VPathBase* Magick::PathQuadraticCurvetoAbs::copy() const in copy()
2217 Magick::PathQuadraticCurvetoRel::PathQuadraticCurvetoRel in PathQuadraticCurvetoRel()
2218 ( const Magick::PathQuadraticCurvetoArgs &args_ ) in PathQuadraticCurvetoRel()
2222 Magick::PathQuadraticCurvetoRel::PathQuadraticCurvetoRel in PathQuadraticCurvetoRel()
2227 Magick::PathQuadraticCurvetoRel::PathQuadraticCurvetoRel in PathQuadraticCurvetoRel()
2228 ( const Magick::PathQuadraticCurvetoRel& original_ ) in PathQuadraticCurvetoRel()
2233 Magick::PathQuadraticCurvetoRel::~PathQuadraticCurvetoRel ( void ) in ~PathQuadraticCurvetoRel()
2236 void Magick::PathQuadraticCurvetoRel::operator() in operator ()()
2246 Magick::VPathBase* Magick::PathQuadraticCurvetoRel::copy() const in copy()
2250 Magick::PathSmoothQuadraticCurvetoAbs::PathSmoothQuadraticCurvetoAbs in PathSmoothQuadraticCurvetoAbs()
2251 ( const Magick::Coordinate &coordinate_ ) in PathSmoothQuadraticCurvetoAbs()
2255 Magick::PathSmoothQuadraticCurvetoAbs::PathSmoothQuadraticCurvetoAbs in PathSmoothQuadraticCurvetoAbs()
2260 Magick::PathSmoothQuadraticCurvetoAbs::PathSmoothQuadraticCurvetoAbs in PathSmoothQuadraticCurvetoAbs()
2261 ( const Magick::PathSmoothQuadraticCurvetoAbs& original_ ) in PathSmoothQuadraticCurvetoAbs()
2266 Magick::PathSmoothQuadraticCurvetoAbs::~PathSmoothQuadraticCurvetoAbs ( void ) in ~PathSmoothQuadraticCurvetoAbs()
2269 void Magick::PathSmoothQuadraticCurvetoAbs::operator() in operator ()()
2278 Magick::VPathBase* Magick::PathSmoothQuadraticCurvetoAbs::copy() const in copy()
2282 Magick::PathSmoothQuadraticCurvetoRel::PathSmoothQuadraticCurvetoRel in PathSmoothQuadraticCurvetoRel()
2283 ( const Magick::Coordinate &coordinate_ ) in PathSmoothQuadraticCurvetoRel()
2287 Magick::PathSmoothQuadraticCurvetoRel::PathSmoothQuadraticCurvetoRel in PathSmoothQuadraticCurvetoRel()
2292 Magick::PathSmoothQuadraticCurvetoRel::PathSmoothQuadraticCurvetoRel in PathSmoothQuadraticCurvetoRel()
2298 Magick::PathSmoothQuadraticCurvetoRel::~PathSmoothQuadraticCurvetoRel ( void ) in ~PathSmoothQuadraticCurvetoRel()
2301 void Magick::PathSmoothQuadraticCurvetoRel::operator() in operator ()()
2310 Magick::VPathBase* Magick::PathSmoothQuadraticCurvetoRel::copy() const in copy()
2318 Magick::PathLinetoAbs::PathLinetoAbs ( const Magick::Coordinate& coordinate_ ) in PathLinetoAbs()
2322 Magick::PathLinetoAbs::PathLinetoAbs ( const CoordinateList &coordinates_ ) in PathLinetoAbs()
2326 Magick::PathLinetoAbs::PathLinetoAbs ( const Magick::PathLinetoAbs& original_ ) in PathLinetoAbs()
2331 Magick::PathLinetoAbs::~PathLinetoAbs ( void ) in ~PathLinetoAbs()
2334 void Magick::PathLinetoAbs::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
2342 Magick::VPathBase* Magick::PathLinetoAbs::copy() const in copy()
2346 Magick::PathLinetoRel::PathLinetoRel ( const Magick::Coordinate& coordinate_ ) in PathLinetoRel()
2350 Magick::PathLinetoRel::PathLinetoRel ( const CoordinateList &coordinates_ ) in PathLinetoRel()
2354 Magick::PathLinetoRel::PathLinetoRel ( const Magick::PathLinetoRel& original_ ) in PathLinetoRel()
2359 Magick::PathLinetoRel::~PathLinetoRel ( void ) in ~PathLinetoRel()
2362 void Magick::PathLinetoRel::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
2370 Magick::VPathBase* Magick::PathLinetoRel::copy() const in copy()
2379 Magick::PathLinetoHorizontalAbs::~PathLinetoHorizontalAbs ( void ) in ~PathLinetoHorizontalAbs()
2382 void Magick::PathLinetoHorizontalAbs::operator() in operator ()()
2387 Magick::VPathBase* Magick::PathLinetoHorizontalAbs::copy() const in copy()
2391 Magick::PathLinetoHorizontalRel::~PathLinetoHorizontalRel ( void ) in ~PathLinetoHorizontalRel()
2394 void Magick::PathLinetoHorizontalRel::operator() in operator ()()
2399 Magick::VPathBase* Magick::PathLinetoHorizontalRel::copy() const in copy()
2407 Magick::PathLinetoVerticalAbs::~PathLinetoVerticalAbs ( void ) in ~PathLinetoVerticalAbs()
2410 void Magick::PathLinetoVerticalAbs::operator() in operator ()()
2415 Magick::VPathBase* Magick::PathLinetoVerticalAbs::copy() const in copy()
2419 Magick::PathLinetoVerticalRel::~PathLinetoVerticalRel ( void ) in ~PathLinetoVerticalRel()
2422 void Magick::PathLinetoVerticalRel::operator() in operator ()()
2427 Magick::VPathBase* Magick::PathLinetoVerticalRel::copy() const in copy()
2436 Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::Coordinate &coordinate_ ) in PathMovetoAbs()
2440 Magick::PathMovetoAbs::PathMovetoAbs ( const CoordinateList &coordinates_ ) in PathMovetoAbs()
2444 Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::PathMovetoAbs& original_ ) in PathMovetoAbs()
2449 Magick::PathMovetoAbs::~PathMovetoAbs ( void ) in ~PathMovetoAbs()
2452 void Magick::PathMovetoAbs::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
2460 Magick::VPathBase* Magick::PathMovetoAbs::copy() const in copy()
2464 Magick::PathMovetoRel::PathMovetoRel ( const Magick::Coordinate &coordinate_ ) in PathMovetoRel()
2468 Magick::PathMovetoRel::PathMovetoRel ( const CoordinateList &coordinates_ ) in PathMovetoRel()
2472 Magick::PathMovetoRel::PathMovetoRel ( const Magick::PathMovetoRel& original_ ) in PathMovetoRel()
2477 Magick::PathMovetoRel::~PathMovetoRel ( void ) in ~PathMovetoRel()
2480 void Magick::PathMovetoRel::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
2488 Magick::VPathBase* Magick::PathMovetoRel::copy() const in copy()