Functions | |
EVAS_API void | evas_vg_shape_fill_set (Evas_Vg_Shape *obj, Evas_Vg_Node *f) |
Fill of the shape object. More... | |
EVAS_API Evas_Vg_Node * | evas_vg_shape_fill_get (const Evas_Vg_Shape *obj) |
Fill of the shape object. More... | |
EVAS_API void | evas_vg_shape_stroke_fill_set (Evas_Vg_Shape *obj, Evas_Vg_Node *f) |
Stroke fill of the shape object. More... | |
EVAS_API Evas_Vg_Node * | evas_vg_shape_stroke_fill_get (const Evas_Vg_Shape *obj) |
Stroke fill of the shape object. More... | |
EVAS_API void | evas_vg_shape_stroke_marker_set (Evas_Vg_Shape *obj, Evas_Vg_Node *m) |
Stroke marker of the shape object. More... | |
EVAS_API Evas_Vg_Node * | evas_vg_shape_stroke_marker_get (const Evas_Vg_Shape *obj) |
Stroke marker of the shape object. More... | |
EVAS_API 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_API Evas_Vg_Node * evas_vg_shape_fill_get | ( | const Evas_Vg_Shape * | obj | ) |
Fill of the shape object.
[in] | obj | The object. |
EVAS_API 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_API Evas_Vg_Node * evas_vg_shape_stroke_fill_get | ( | const Evas_Vg_Shape * | obj | ) |
Stroke fill of the shape object.
[in] | obj | The object. |
EVAS_API 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_API Evas_Vg_Node * evas_vg_shape_stroke_marker_get | ( | const Evas_Vg_Shape * | obj | ) |
Stroke marker of the shape object.
[in] | obj | The object. |