diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-03 16:13:02 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-03 16:13:02 +0200 |
commit | 7b759ceeca12f5e1c56bbdbbf1bd454f46bb4369 (patch) | |
tree | d8f61ff349f5d60280d5c6285b3ef61cc5dd7c36 /NOTES | |
parent | 45ccb8f6d1874d41c1a9b500af66922908fdcd71 (diff) |
evas: add evas_vg note.
Diffstat (limited to 'NOTES')
-rw-r--r-- | NOTES | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ | |||
1 | Evas_VG_Color_List | ||
2 | - List of color | ||
3 | |||
4 | Evas_VG_Gradient | ||
5 | gradient_type_set (radial, linear) | ||
6 | color_list_set | ||
7 | point_set (i, x, y) | ||
8 | |||
9 | Evas_VG_Fill | ||
10 | - abstract | ||
11 | |||
12 | Evas_VG_Root_Node (only one at the top, Evas_VG_Container) | ||
13 | |||
14 | Evas_VG_Shape | ||
15 | fill | ||
16 | stroke_scale | ||
17 | stroke_color | ||
18 | stroke_fill | ||
19 | stroke_width | ||
20 | stroke_location | ||
21 | stroke_dash(length[], gap[]) | ||
22 | stroke_marker(Evas_VG_Shape *) | ||
23 | stroke_cap | ||
24 | stroke_join | ||
25 | |||
26 | Evas_VG_Filter | ||
27 | ?? | ||
28 | |||
29 | bounds_get -> Evas_VG_Node | ||
30 | |||
31 | Eina_Matrix3 | ||