Functions | |
| shape_t * | rdman_shape_path_new (redraw_man_t *rdman, char *data) |
| Create a path from value of 'data' of SVG path. | |
| void | sh_path_transform (shape_t *shape) |
| Transform a path from user space to device space. | |
| void | sh_path_draw (shape_t *shape, cairo_t *cr) |
| shape_t* rdman_shape_path_new | ( | redraw_man_t * | rdman, | |
| char * | data | |||
| ) |
Create a path from value of 'data' of SVG path.
Definition at line 664 of file shape_path.c.
| void sh_path_draw | ( | shape_t * | shape, | |
| cairo_t * | cr | |||
| ) |
Definition at line 834 of file shape_path.c.
| void sh_path_transform | ( | shape_t * | shape | ) |