#include <mb_types.h>
Public Attributes | |
int | sh_type |
geo_t * | geo |
coord_t * | coord |
paint_t * | fill |
paint_t * | stroke |
co_aix | stroke_width |
int | stroke_linecap:2 |
int | stroke_linejoin:2 |
struct _shape * | sh_next |
void(* | free )(shape_t *shape) |
Definition at line 163 of file mb_types.h.
int _shape::sh_type |
Definition at line 164 of file mb_types.h.
Definition at line 165 of file mb_types.h.
Definition at line 166 of file mb_types.h.
Definition at line 167 of file mb_types.h.
Definition at line 167 of file mb_types.h.
Definition at line 168 of file mb_types.h.
Definition at line 169 of file mb_types.h.
Definition at line 170 of file mb_types.h.
struct _shape* _shape::sh_next [read] |
Link all shapes of a rdman together.
Definition at line 171 of file mb_types.h.
void(* _shape::free)(shape_t *shape) |