94 S_POLYGON poly,
U16BIT width, DLAColor fill_colour, DLAColor line_colour);
122 DLAColor fill_colour, DLAColor line_colour );
169 DLAColor fill_colour, DLAColor line_colour );
U32BIT bf_stride
Definition: dla_inl.h:64
void DLA_FUNCTION() Polyline(DLA_Surface *canvas, S_POLYGON poly, U16BIT width, DLAColor colour)
Draw a polyline (sequence of connected lines) on the canvas.
Definition: mg_dla.inl:3840
void DLA_FUNCTION() Sector(DLA_Surface *canvas, S16BIT x, S16BIT y, U16BIT w, U16BIT h, U16BIT start, U16BIT arc, U16BIT width, DLAColor fill_colour, DLAColor line_colour)
Draw a sector ("pie slice") on the canvas.
Definition: mg_dla.inl:3992
void DLA_FUNCTION() Polygon(DLA_Surface *canvas, S_POLYGON poly, U16BIT width, DLAColor fill_colour, DLAColor line_colour)
Draw a polygon on the canvas.
Definition: mg_dla.inl:3789
void DLA_FUNCTION() Rectangle(DLA_Surface *canvas, S16BIT x1, S16BIT y1, S16BIT x2, S16BIT y2, U16BIT x_lw, U16BIT y_lw, DLAColor fill_colour, DLAColor line_colour)
Draw a rectangle on the canvas.
Definition: mg_dla.inl:3883
U8BIT srf_type
Definition: dla_inl.h:66
void DLA_FUNCTION() Border(DLA_Surface *canvas, U16BIT x1_bw, U16BIT y1_bw, U16BIT x2_bw, U16BIT y2_bw, DLAColor line_colour)
Draw a border around the canvas.
Definition: mg_dla.inl:4032
void DLA_FUNCTION() Arc(DLA_Surface *canvas, S16BIT x, S16BIT y, U16BIT w, U16BIT h, U16BIT start, U16BIT arc, U16BIT width, DLAColor colour)
Draw an arc on the canvas.
Definition: mg_dla.inl:3964
U16BIT num_points
Definition: dla_inl.h:48
U16BIT height
Definition: dla_inl.h:61
struct DLA_struct DLA_Surface
S_POINT_LIST * point_list
Definition: dla_inl.h:47
int16_t S16BIT
Definition: techtype.h:96
uint8_t U8BIT
Definition: techtype.h:93
DLAColor * cols
Definition: dla_inl.h:62
struct point_list S_POINT_LIST
U16BIT width
Definition: dla_inl.h:60
S_POINT point
Definition: dla_inl.h:42
uint16_t U16BIT
Definition: techtype.h:95
S16BIT y
Definition: dla_inl.h:36
void DLA_FUNCTION() Line(DLA_Surface *canvas, S16BIT x1, S16BIT y1, S16BIT x2, S16BIT y2, U16BIT width, DLAColor colour)
Draw a line on the canvas.
Definition: mg_dla.inl:3768
U8BIT opaque
Definition: dla_inl.h:65
void DLA_FUNCTION() Ellipse(DLA_Surface *canvas, S16BIT x, S16BIT y, U16BIT w, U16BIT h, U16BIT width, DLAColor fill_colour, DLAColor line_colour)
Draw an ellipse ("oval") on the canvas.
Definition: mg_dla.inl:3937
void * hw_handle
Definition: dla_inl.h:63
uint32_t U32BIT
Definition: techtype.h:97
struct point_list * next
Definition: dla_inl.h:41
S16BIT x
Definition: dla_inl.h:35