|
MagickCore
6.8.9
|
#include <draw.h>
Data Fields | |
| char * | primitive |
| char * | geometry |
| RectangleInfo | viewbox |
| AffineMatrix | affine |
| GravityType | gravity |
| PixelPacket | fill |
| PixelPacket | stroke |
| double | stroke_width |
| GradientInfo | gradient |
| Image * | fill_pattern |
| Image * | tile |
| Image * | stroke_pattern |
| MagickBooleanType | stroke_antialias |
| MagickBooleanType | text_antialias |
| FillRule | fill_rule |
| LineCap | linecap |
| LineJoin | linejoin |
| size_t | miterlimit |
| double | dash_offset |
| DecorationType | decorate |
| CompositeOperator | compose |
| char * | text |
| size_t | face |
| char * | font |
| char * | metrics |
| char * | family |
| StyleType | style |
| StretchType | stretch |
| size_t | weight |
| char * | encoding |
| double | pointsize |
| char * | density |
| AlignType | align |
| PixelPacket | undercolor |
| PixelPacket | border_color |
| char * | server_name |
| double * | dash_pattern |
| char * | clip_mask |
| SegmentInfo | bounds |
| ClipPathUnits | clip_units |
| Quantum | opacity |
| MagickBooleanType | render |
| ElementReference | element_reference |
| MagickBooleanType | debug |
| size_t | signature |
| double | kerning |
| double | interword_spacing |
| double | interline_spacing |
| DirectionType | direction |
| AffineMatrix _DrawInfo::affine |
| AlignType _DrawInfo::align |
Referenced by AnnotateImage(), CloneDrawInfo(), and DrawImage().
| PixelPacket _DrawInfo::border_color |
Referenced by CloneDrawInfo(), DrawPrimitive(), and GetDrawInfo().
| SegmentInfo _DrawInfo::bounds |
Referenced by CloneDrawInfo(), and DrawImage().
| char* _DrawInfo::clip_mask |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), DrawClipPath(), and DrawImage().
| ClipPathUnits _DrawInfo::clip_units |
Referenced by CloneDrawInfo(), and DrawImage().
| CompositeOperator _DrawInfo::compose |
Referenced by CloneDrawInfo(), DrawImage(), DrawPrimitive(), and GetDrawInfo().
| double _DrawInfo::dash_offset |
Referenced by CloneDrawInfo(), DrawDashPolygon(), and DrawImage().
| double* _DrawInfo::dash_pattern |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), DrawDashPolygon(), DrawImage(), and DrawPrimitive().
| MagickBooleanType _DrawInfo::debug |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), and GetDrawInfo().
| DecorationType _DrawInfo::decorate |
Referenced by AnnotateImage(), CloneDrawInfo(), DrawImage(), and GetDrawInfo().
| char* _DrawInfo::density |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), DrawBoundingRectangles(), GetDrawInfo(), and RenderPostscript().
| DirectionType _DrawInfo::direction |
Referenced by CloneDrawInfo(), DrawImage(), GetDrawInfo(), GetMultilineTypeMetrics(), and GetTypeMetrics().
| ElementReference _DrawInfo::element_reference |
Referenced by CloneDrawInfo().
| char* _DrawInfo::encoding |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), GetDrawInfo(), and RenderType().
| size_t _DrawInfo::face |
Referenced by RenderType().
| char * _DrawInfo::family |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), and RenderType().
| PixelPacket _DrawInfo::fill |
| Image* _DrawInfo::fill_pattern |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), DrawImage(), DrawPatternPath(), DrawStrokePolygon(), and GetFillColor().
| FillRule _DrawInfo::fill_rule |
Referenced by CloneDrawInfo(), DrawImage(), DrawPolygonPrimitive(), DrawStrokePolygon(), and GetDrawInfo().
| char* _DrawInfo::font |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), GetDrawInfo(), MontageImageList(), RenderFreetype(), RenderPostscript(), and RenderType().
| char * _DrawInfo::geometry |
Referenced by AnnotateImage(), CloneDrawInfo(), DestroyDrawInfo(), DrawPrimitive(), MontageImageList(), and PolaroidImage().
| GradientInfo _DrawInfo::gradient |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), DrawGradientImage(), and GradientImage().
| GravityType _DrawInfo::gravity |
Referenced by AnnotateImage(), CloneDrawInfo(), DrawImage(), DrawPrimitive(), GetDrawInfo(), MontageImageList(), and PolaroidImage().
| double _DrawInfo::interline_spacing |
Referenced by AnnotateImage(), CloneDrawInfo(), DrawImage(), GetDrawInfo(), and GetMultilineTypeMetrics().
| double _DrawInfo::interword_spacing |
Referenced by CloneDrawInfo(), DrawImage(), and GetDrawInfo().
| double _DrawInfo::kerning |
Referenced by CloneDrawInfo(), DrawImage(), and GetDrawInfo().
| LineCap _DrawInfo::linecap |
Referenced by CloneDrawInfo(), DrawImage(), DrawPrimitive(), DrawStrokePolygon(), GetDrawInfo(), and TraceStrokePolygon().
| LineJoin _DrawInfo::linejoin |
Referenced by CloneDrawInfo(), DrawImage(), DrawPrimitive(), GetDrawInfo(), and TraceStrokePolygon().
| char * _DrawInfo::metrics |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), and RenderType().
| size_t _DrawInfo::miterlimit |
Referenced by CloneDrawInfo(), DrawDashPolygon(), DrawImage(), GetDrawInfo(), and TraceStrokePolygon().
| Quantum _DrawInfo::opacity |
Referenced by CloneDrawInfo(), DrawImage(), DrawPrimitive(), and GetDrawInfo().
| double _DrawInfo::pointsize |
Referenced by CloneDrawInfo(), DrawImage(), GetDrawInfo(), MontageImageList(), and RenderPostscript().
| char* _DrawInfo::primitive |
Referenced by AnnotateImage(), CloneDrawInfo(), DestroyDrawInfo(), DrawClipPath(), DrawImage(), DrawPatternPath(), and VignetteImage().
| MagickBooleanType _DrawInfo::render |
Referenced by CloneDrawInfo(), GetDrawInfo(), GetMultilineTypeMetrics(), GetTypeMetrics(), and RenderPostscript().
| char* _DrawInfo::server_name |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), and GetDrawInfo().
| size_t _DrawInfo::signature |
| StretchType _DrawInfo::stretch |
Referenced by CloneDrawInfo(), DrawImage(), and RenderType().
| PixelPacket _DrawInfo::stroke |
| MagickBooleanType _DrawInfo::stroke_antialias |
Referenced by CloneDrawInfo(), DrawImage(), DrawPolygonPrimitive(), and GetDrawInfo().
| Image * _DrawInfo::stroke_pattern |
Referenced by CloneDrawInfo(), DestroyDrawInfo(), DrawImage(), DrawPatternPath(), DrawStrokePolygon(), and GetStrokeColor().
| double _DrawInfo::stroke_width |
| StyleType _DrawInfo::style |
Referenced by CloneDrawInfo(), DrawImage(), and RenderType().
| char* _DrawInfo::text |
| MagickBooleanType _DrawInfo::text_antialias |
Referenced by CloneDrawInfo(), DrawImage(), GetDrawInfo(), and RenderPostscript().
| Image * _DrawInfo::tile |
Referenced by CloneDrawInfo(), and DestroyDrawInfo().
| PixelPacket _DrawInfo::undercolor |
Referenced by AnnotateImage(), CloneDrawInfo(), and GetDrawInfo().
| RectangleInfo _DrawInfo::viewbox |
Referenced by CloneDrawInfo(), and DrawImage().
| size_t _DrawInfo::weight |
Referenced by CloneDrawInfo(), DrawImage(), and RenderType().