| Functions | |
| void | evas_vg_shape_fill_set (Evas_Vg_Shape *obj, Evas_Vg_Node *f) | 
| Fill of the shape object.  More... | |
| Evas_Vg_Node * | evas_vg_shape_fill_get (const Evas_Vg_Shape *obj) | 
| Fill of the shape object.  More... | |
| void | evas_vg_shape_stroke_fill_set (Evas_Vg_Shape *obj, Evas_Vg_Node *f) | 
| Stroke fill of the shape object.  More... | |
| Evas_Vg_Node * | evas_vg_shape_stroke_fill_get (const Evas_Vg_Shape *obj) | 
| Stroke fill of the shape object.  More... | |
| void | evas_vg_shape_stroke_marker_set (Evas_Vg_Shape *obj, Evas_Vg_Node *m) | 
| Stroke marker of the shape object.  More... | |
| Evas_Vg_Node * | evas_vg_shape_stroke_marker_get (const Evas_Vg_Shape *obj) | 
| Stroke marker of the shape object.  More... | |
| void evas_vg_shape_fill_set | ( | Evas_Vg_Shape * | obj, | 
| Evas_Vg_Node * | f | ||
| ) | 
Fill of the shape object.
| [in] | obj | The object. | 
| [in] | f | The fill object. | 
| Evas_Vg_Node* evas_vg_shape_fill_get | ( | const Evas_Vg_Shape * | obj | ) | 
Fill of the shape object.
| [in] | obj | The object. | 
| void evas_vg_shape_stroke_fill_set | ( | Evas_Vg_Shape * | obj, | 
| Evas_Vg_Node * | f | ||
| ) | 
Stroke fill of the shape object.
| [in] | obj | The object. | 
| [in] | f | The stroke fill object. | 
| Evas_Vg_Node* evas_vg_shape_stroke_fill_get | ( | const Evas_Vg_Shape * | obj | ) | 
Stroke fill of the shape object.
| [in] | obj | The object. | 
| void evas_vg_shape_stroke_marker_set | ( | Evas_Vg_Shape * | obj, | 
| Evas_Vg_Node * | m | ||
| ) | 
Stroke marker of the shape object.
| [in] | obj | The object. | 
| [in] | m | Stroke marker object | 
| Evas_Vg_Node* evas_vg_shape_stroke_marker_get | ( | const Evas_Vg_Shape * | obj | ) | 
Stroke marker of the shape object.
| [in] | obj | The object. |