Shape of Path
[Shapes]


Functions

shape_trdman_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)

Function Documentation

shape_t* rdman_shape_path_new ( redraw_man_t rdman,
char *  data 
)

Create a path from value of 'data' of SVG path.

Todo:
Use elmpool to manage sh_path_t objects.

Todo:
Remove this memset()?

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  ) 

Transform a path from user space to device space.

Definition at line 719 of file shape_path.c.

SourceForge.net Logo