MagickCore
7.0.9
|
#include <draw.h>
Data Fields | |
PointInfo | point |
size_t | coordinates |
PrimitiveType | primitive |
PaintMethod | method |
char * | text |
MagickBooleanType | closed_subpath |
MagickBooleanType _PrimitiveInfo::closed_subpath |
Definition at line 363 of file draw.h.
Referenced by ConvertPrimitiveToPath(), DrawPrimitive(), DrawStrokePolygon(), RenderMVGContent(), TraceArcPath(), TraceBezier(), TraceEllipse(), TraceLine(), TracePath(), TracePoint(), TraceRectangle(), TraceRoundRectangle(), and TraceStrokePolygon().
size_t _PrimitiveInfo::coordinates |
Definition at line 351 of file draw.h.
Referenced by DrawDashPolygon(), DrawPolygonPrimitive(), DrawRoundLinecap(), DrawStrokePolygon(), RenderMVGContent(), TraceArcPath(), TraceBezier(), TraceEllipse(), TraceLine(), TracePath(), TracePoint(), TraceRectangle(), TraceRoundRectangle(), and TraceStrokePolygon().
PaintMethod _PrimitiveInfo::method |
Definition at line 357 of file draw.h.
Referenced by DrawBoundingRectangles(), DrawPolygonPrimitive(), DrawPrimitive(), LogPrimitiveInfo(), RenderMVGContent(), and TracePath().
PointInfo _PrimitiveInfo::point |
Definition at line 348 of file draw.h.
Referenced by ConvertPrimitiveToPath(), DrawDashPolygon(), DrawPolygonPrimitive(), DrawPrimitive(), DrawRoundLinecap(), LogPrimitiveInfo(), RenderMVGContent(), TraceArcPath(), TraceBezier(), TraceEllipse(), TracePoint(), TraceRoundRectangle(), TraceSquareLinecap(), and TraceStrokePolygon().
PrimitiveType _PrimitiveInfo::primitive |
Definition at line 354 of file draw.h.
Referenced by ConvertPrimitiveToPath(), DrawBoundingRectangles(), DrawDashPolygon(), DrawPrimitive(), DrawRoundLinecap(), DrawStrokePolygon(), LogPrimitiveInfo(), RenderMVGContent(), TraceArcPath(), TraceBezier(), TraceEllipse(), TraceLine(), TracePath(), TraceRectangle(), TraceRoundRectangle(), and TraceStrokePolygon().
char* _PrimitiveInfo::text |
Definition at line 360 of file draw.h.
Referenced by DrawPrimitive(), and RenderMVGContent().