Tizen Native API
5.5
|
Functions | |
void | evas_vg_node_transformation_set (Efl_Canvas_Vg_Node *obj, const Eina_Matrix3 *m) |
Sets the transformation matrix to be used for this node object. | |
const Eina_Matrix3 * | evas_vg_node_transformation_get (const Efl_Canvas_Vg_Node *obj) |
Gets the transformation matrix used for this node object. | |
void | evas_vg_node_origin_set (Efl_Canvas_Vg_Node *obj, double x, double y) |
Sets the origin position of the node object. | |
void | evas_vg_node_origin_get (const Efl_Canvas_Vg_Node *obj, double *x, double *y) |
Gets the origin position of the node object. | |
void | evas_vg_node_mask_set (Efl_Canvas_Vg_Node *obj, Efl_Canvas_Vg_Node *mask, int op) |
Set Mask Node to this renderer. |
Function Documentation
void evas_vg_node_mask_set | ( | Efl_Canvas_Vg_Node * | obj, |
Efl_Canvas_Vg_Node * | mask, | ||
int | op | ||
) |
Set Mask Node to this renderer.
- Parameters:
-
[in] obj The object. [in] mask Mask object [in] op Masking Option. Reserved
void evas_vg_node_origin_get | ( | const Efl_Canvas_Vg_Node * | obj, |
double * | x, | ||
double * | y | ||
) |
Gets the origin position of the node object.
- Parameters:
-
[in] obj The object. [out] x origin
x position.[out] y origin
y position.
- Since (EFL) :
- 1.14
- Since :
- 3.0
void evas_vg_node_origin_set | ( | Efl_Canvas_Vg_Node * | obj, |
double | x, | ||
double | y | ||
) |
Sets the origin position of the node object.
This origin position affects node transformation.
- Parameters:
-
[in] obj The object. [in] x origin
x position.[in] y origin
y position.
- Since (EFL) :
- 1.14
- Since :
- 3.0
const Eina_Matrix3* evas_vg_node_transformation_get | ( | const Efl_Canvas_Vg_Node * | obj | ) |
Gets the transformation matrix used for this node object.
- Parameters:
-
[in] obj The object.
- Returns:
- Transformation matrix.
- Since (EFL) :
- 1.14
- Since :
- 3.0
void evas_vg_node_transformation_set | ( | Efl_Canvas_Vg_Node * | obj, |
const Eina_Matrix3 * | m | ||
) |
Sets the transformation matrix to be used for this node object.
- Note:
- Pass
null
to cancel the applied transformation.
- Parameters:
-
[in] obj The object. [in] m Transformation matrix.
- Since (EFL) :
- 1.14
- Since :
- 3.0