DiaShape functions for X11 rendering
DiaShape functions for X11 rendering — Shape renderer for the X11 based canvas.
Synopsis
ArtSVP* dia_shape_x_update (DiaShape *shape,
DiaCanvasViewItem *item,
double *affine,
ArtSVP *clip_path,
int flags);
void dia_shape_x_render (DiaShape *shape,
DiaCanvasViewItem *item,
GdkDrawable *drawable,
int x,
int y,
int width,
int height);
Details
dia_shape_x_update ()
ArtSVP* dia_shape_x_update (DiaShape *shape,
DiaCanvasViewItem *item,
double *affine,
ArtSVP *clip_path,
int flags);
| shape : |
|
| item : |
|
| affine : |
|
| clip_path : |
|
| flags : |
|
| Returns : |
|
dia_shape_x_render ()
void dia_shape_x_render (DiaShape *shape,
DiaCanvasViewItem *item,
GdkDrawable *drawable,
int x,
int y,
int width,
int height);
| shape : |
|
| item : |
|
| drawable : |
|
| x : |
|
| y : |
|
| width : |
|
| height : |
|