MagickCore  7.0.0
_DrawInfo Struct Reference

#include <draw.h>

Collaboration diagram for _DrawInfo:

Data Fields

char * primitive
 
char * geometry
 
RectangleInfo viewbox
 
AffineMatrix affine
 
PixelInfo fill
 
PixelInfo stroke
 
PixelInfo undercolor
 
PixelInfo border_color
 
Imagefill_pattern
 
Imagestroke_pattern
 
double stroke_width
 
GradientInfo gradient
 
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
 
char * font
 
char * metrics
 
char * family
 
size_t face
 
StyleType style
 
StretchType stretch
 
size_t weight
 
char * encoding
 
double pointsize
 
char * density
 
AlignType align
 
GravityType gravity
 
char * server_name
 
double * dash_pattern
 
char * clip_mask
 
SegmentInfo bounds
 
ClipPathUnits clip_units
 
Quantum alpha
 
MagickBooleanType render
 
ElementReference element_reference
 
double kerning
 
double interword_spacing
 
double interline_spacing
 
DirectionType direction
 
MagickBooleanType debug
 
size_t signature
 

Detailed Description

Definition at line 198 of file draw.h.

Field Documentation

AlignType _DrawInfo::align

Definition at line 279 of file draw.h.

Referenced by AnnotateImage(), CloneDrawInfo(), and DrawImage().

Quantum _DrawInfo::alpha

Definition at line 300 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), DrawPrimitive(), and GetDrawInfo().

PixelInfo _DrawInfo::border_color

Definition at line 211 of file draw.h.

Referenced by CloneDrawInfo(), DrawPrimitive(), and GetDrawInfo().

SegmentInfo _DrawInfo::bounds

Definition at line 294 of file draw.h.

Referenced by CloneDrawInfo(), and DrawImage().

char* _DrawInfo::clip_mask

Definition at line 291 of file draw.h.

Referenced by CloneDrawInfo(), DestroyDrawInfo(), DrawClipPath(), and DrawImage().

ClipPathUnits _DrawInfo::clip_units

Definition at line 297 of file draw.h.

Referenced by CloneDrawInfo(), and DrawImage().

CompositeOperator _DrawInfo::compose

Definition at line 249 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), DrawPrimitive(), and GetDrawInfo().

double _DrawInfo::dash_offset

Definition at line 243 of file draw.h.

Referenced by CloneDrawInfo(), DrawDashPolygon(), and DrawImage().

double* _DrawInfo::dash_pattern

Definition at line 288 of file draw.h.

Referenced by CloneDrawInfo(), DestroyDrawInfo(), DrawDashPolygon(), DrawImage(), and DrawPrimitive().

MagickBooleanType _DrawInfo::debug

Definition at line 317 of file draw.h.

Referenced by CloneDrawInfo(), DestroyDrawInfo(), and GetDrawInfo().

DecorationType _DrawInfo::decorate

Definition at line 246 of file draw.h.

Referenced by AnnotateImage(), CloneDrawInfo(), DrawImage(), and GetDrawInfo().

char* _DrawInfo::density
DirectionType _DrawInfo::direction

Definition at line 314 of file draw.h.

Referenced by CloneDrawInfo(), GetDrawInfo(), GetMultilineTypeMetrics(), and GetTypeMetrics().

ElementReference _DrawInfo::element_reference

Definition at line 306 of file draw.h.

Referenced by CloneDrawInfo().

char* _DrawInfo::encoding

Definition at line 270 of file draw.h.

Referenced by CloneDrawInfo(), DestroyDrawInfo(), GetDrawInfo(), and RenderType().

size_t _DrawInfo::face

Definition at line 258 of file draw.h.

Referenced by RenderType().

char * _DrawInfo::family

Definition at line 252 of file draw.h.

Referenced by CloneDrawInfo(), DestroyDrawInfo(), and RenderType().

Image* _DrawInfo::fill_pattern
FillRule _DrawInfo::fill_rule
char * _DrawInfo::font
char * _DrawInfo::geometry
GradientInfo _DrawInfo::gradient

Definition at line 224 of file draw.h.

Referenced by CloneDrawInfo(), DestroyDrawInfo(), DrawGradientImage(), and GradientImage().

GravityType _DrawInfo::gravity
double _DrawInfo::interline_spacing

Definition at line 309 of file draw.h.

Referenced by AnnotateImage(), CloneDrawInfo(), DrawImage(), GetDrawInfo(), and GetMultilineTypeMetrics().

double _DrawInfo::interword_spacing

Definition at line 309 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), and GetDrawInfo().

double _DrawInfo::kerning

Definition at line 309 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), and GetDrawInfo().

LineCap _DrawInfo::linecap
LineJoin _DrawInfo::linejoin

Definition at line 237 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), DrawPrimitive(), GetDrawInfo(), and TraceStrokePolygon().

char * _DrawInfo::metrics

Definition at line 252 of file draw.h.

Referenced by CloneDrawInfo(), DestroyDrawInfo(), and RenderType().

size_t _DrawInfo::miterlimit

Definition at line 240 of file draw.h.

Referenced by CloneDrawInfo(), DrawDashPolygon(), DrawImage(), GetDrawInfo(), and TraceStrokePolygon().

double _DrawInfo::pointsize

Definition at line 273 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), GetDrawInfo(), MontageImageList(), and RenderPostscript().

char* _DrawInfo::primitive
MagickBooleanType _DrawInfo::render
char* _DrawInfo::server_name

Definition at line 285 of file draw.h.

Referenced by CloneDrawInfo(), DestroyDrawInfo(), and GetDrawInfo().

StretchType _DrawInfo::stretch

Definition at line 264 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), and RenderType().

MagickBooleanType _DrawInfo::stroke_antialias

Definition at line 227 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), DrawPolygonPrimitive(), and GetDrawInfo().

Image * _DrawInfo::stroke_pattern
StyleType _DrawInfo::style

Definition at line 261 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), and RenderType().

MagickBooleanType _DrawInfo::text_antialias

Definition at line 227 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), GetDrawInfo(), and RenderPostscript().

PixelInfo _DrawInfo::undercolor

Definition at line 211 of file draw.h.

Referenced by AnnotateImage(), CloneDrawInfo(), and GetDrawInfo().

RectangleInfo _DrawInfo::viewbox

Definition at line 205 of file draw.h.

Referenced by CloneDrawInfo(), and DrawImage().

size_t _DrawInfo::weight

Definition at line 267 of file draw.h.

Referenced by CloneDrawInfo(), DrawImage(), and RenderType().


The documentation for this struct was generated from the following file: