Public Attributes | |
shape_t | shape |
int | cmd_len |
int | arg_len |
int | fix_arg_len |
char * | user_data |
char * | dev_data |
In user_data or dev_data, 0x00 bytes are padding after commands. No commands other than 0x00 can resident after 0x00 itself. It means command processing code can skip commands after a 0x00.
Shapes should check if shape_t::geo is assigned. Once transformation matrics are changed, shape objects should update shape_t::geo if it is assigned.
Definition at line 19 of file shape_path.c.
Definition at line 20 of file shape_path.c.
Definition at line 21 of file shape_path.c.
Definition at line 22 of file shape_path.c.
Definition at line 23 of file shape_path.c.
char* _sh_path::user_data |
Definition at line 24 of file shape_path.c.
char* _sh_path::dev_data |
Definition at line 25 of file shape_path.c.