Functions | |
| shape_t * | rdman_shape_rect_new (redraw_man_t *rdman, co_aix x, co_aix y, co_aix w, co_aix h, co_aix rx, co_aix ry) |
| void | sh_rect_transform (shape_t *shape) |
| void | sh_rect_draw (shape_t *shape, cairo_t *cr) |
| void | sh_rect_set (shape_t *shape, co_aix x, co_aix y, co_aix w, co_aix h, co_aix rx, co_aix ry) |
| shape_t* rdman_shape_rect_new | ( | redraw_man_t * | rdman, | |
| co_aix | x, | |||
| co_aix | y, | |||
| co_aix | w, | |||
| co_aix | h, | |||
| co_aix | rx, | |||
| co_aix | ry | |||
| ) |
Definition at line 19 of file shape_rect.c.
| void sh_rect_draw | ( | shape_t * | shape, | |
| cairo_t * | cr | |||
| ) |
Definition at line 132 of file shape_rect.c.
Definition at line 44 of file shape_rect.c.
| void sh_rect_transform | ( | shape_t * | shape | ) |
Definition at line 56 of file shape_rect.c.