Tizen Native API
7.0
|
Functions | |
void | evas_vg_shape_fill_set (Evas_Vg_Shape *obj, Evas_Vg_Node *f) |
Fill of the shape object. | |
Evas_Vg_Node * | evas_vg_shape_fill_get (const Evas_Vg_Shape *obj) |
Fill of the shape object. | |
void | evas_vg_shape_stroke_fill_set (Evas_Vg_Shape *obj, Evas_Vg_Node *f) |
Stroke fill of the shape object. | |
Evas_Vg_Node * | evas_vg_shape_stroke_fill_get (const Evas_Vg_Shape *obj) |
Stroke fill of the shape object. | |
void | evas_vg_shape_stroke_marker_set (Evas_Vg_Shape *obj, Evas_Vg_Node *m) |
Stroke marker of the shape object. | |
Evas_Vg_Node * | evas_vg_shape_stroke_marker_get (const Evas_Vg_Shape *obj) |
Stroke marker of the shape object. |
Function Documentation
Evas_Vg_Node* evas_vg_shape_fill_get | ( | const Evas_Vg_Shape * | obj | ) |
Fill of the shape object.
- Parameters:
-
[in] obj The object.
- Returns:
- The fill object.
- Since (EFL) :
- 1.24
- Since :
- 3.0
void evas_vg_shape_fill_set | ( | Evas_Vg_Shape * | obj, |
Evas_Vg_Node * | f | ||
) |
Fill of the shape object.
- Parameters:
-
[in] obj The object. [in] f The fill object.
- Since (EFL) :
- 1.24
- Since :
- 3.0
Evas_Vg_Node* evas_vg_shape_stroke_fill_get | ( | const Evas_Vg_Shape * | obj | ) |
Stroke fill of the shape object.
- Parameters:
-
[in] obj The object.
- Returns:
- The stroke fill object.
- Since (EFL) :
- 1.24
- Since :
- 3.0
void evas_vg_shape_stroke_fill_set | ( | Evas_Vg_Shape * | obj, |
Evas_Vg_Node * | f | ||
) |
Stroke fill of the shape object.
- Parameters:
-
[in] obj The object. [in] f The stroke fill object.
- Since (EFL) :
- 1.24
- Since :
- 3.0
Evas_Vg_Node* evas_vg_shape_stroke_marker_get | ( | const Evas_Vg_Shape * | obj | ) |
Stroke marker of the shape object.
- Parameters:
-
[in] obj The object.
- Returns:
- Stroke marker object
- Since (EFL) :
- 1.24
void evas_vg_shape_stroke_marker_set | ( | Evas_Vg_Shape * | obj, |
Evas_Vg_Node * | m | ||
) |
Stroke marker of the shape object.
- Parameters:
-
[in] obj The object. [in] m Stroke marker object
- Since (EFL) :
- 1.24