diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-05-23 10:48:21 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-23 17:33:47 +0200 |
commit | 88e92a63ed7cd4a6515729f9ca513ea18742b9dc (patch) | |
tree | 2653fff780853567624e1efeb0c39effd55db058 /src/lib/efl/interfaces | |
parent | 8e0e1b702ed87b7b3baedb085166301736f52942 (diff) |
efl: rename Efl.Gfx.*.* -> Efl.Gfx.*_*
Diffstat (limited to 'src/lib/efl/interfaces')
-rw-r--r-- | src/lib/efl/interfaces/efl_gfx_gradient.eo | 4 | ||||
-rw-r--r-- | src/lib/efl/interfaces/efl_gfx_path.eo | 4 | ||||
-rw-r--r-- | src/lib/efl/interfaces/efl_gfx_shape.eo | 2 | ||||
-rw-r--r-- | src/lib/efl/interfaces/efl_gfx_types.eot | 16 |
4 files changed, 13 insertions, 13 deletions
diff --git a/src/lib/efl/interfaces/efl_gfx_gradient.eo b/src/lib/efl/interfaces/efl_gfx_gradient.eo index c8d4b3c880..311e873698 100644 --- a/src/lib/efl/interfaces/efl_gfx_gradient.eo +++ b/src/lib/efl/interfaces/efl_gfx_gradient.eo | |||
@@ -13,7 +13,7 @@ interface Efl.Gfx.Gradient | |||
13 | [[Get the list of color stops.]] | 13 | [[Get the list of color stops.]] |
14 | } | 14 | } |
15 | values { | 15 | values { |
16 | colors: ptr(const(Efl.Gfx.Gradient.Stop)); [[Color stops list]] | 16 | colors: ptr(const(Efl.Gfx.Gradient_Stop)); [[Color stops list]] |
17 | length: uint; [[Length of the list]] | 17 | length: uint; [[Length of the list]] |
18 | } | 18 | } |
19 | } | 19 | } |
@@ -27,7 +27,7 @@ interface Efl.Gfx.Gradient | |||
27 | ]] | 27 | ]] |
28 | } | 28 | } |
29 | values { | 29 | values { |
30 | s: Efl.Gfx.Gradient.Spread; [[Spread type to be used]] | 30 | s: Efl.Gfx.Gradient_Spread; [[Spread type to be used]] |
31 | } | 31 | } |
32 | } | 32 | } |
33 | } | 33 | } |
diff --git a/src/lib/efl/interfaces/efl_gfx_path.eo b/src/lib/efl/interfaces/efl_gfx_path.eo index a6df70d756..730ec8ba91 100644 --- a/src/lib/efl/interfaces/efl_gfx_path.eo +++ b/src/lib/efl/interfaces/efl_gfx_path.eo | |||
@@ -18,7 +18,7 @@ mixin Efl.Gfx.Path | |||
18 | get { | 18 | get { |
19 | } | 19 | } |
20 | values { | 20 | values { |
21 | op: ptr(const(Efl.Gfx.Path.Command_Type)); [[Command list]] | 21 | op: ptr(const(Efl.Gfx.Path_Command_Type)); [[Command list]] |
22 | points: ptr(const(double)); [[Point list]] | 22 | points: ptr(const(double)); [[Point list]] |
23 | } | 23 | } |
24 | } | 24 | } |
@@ -284,6 +284,6 @@ mixin Efl.Gfx.Path | |||
284 | } | 284 | } |
285 | } | 285 | } |
286 | events { | 286 | events { |
287 | changed: Efl.Gfx.Path.Change_Event; [[Graphics path was changed.]] | 287 | changed: Efl.Gfx.Path_Change_Event; [[Graphics path was changed.]] |
288 | } | 288 | } |
289 | } | 289 | } |
diff --git a/src/lib/efl/interfaces/efl_gfx_shape.eo b/src/lib/efl/interfaces/efl_gfx_shape.eo index bd3c769422..6ad491763c 100644 --- a/src/lib/efl/interfaces/efl_gfx_shape.eo +++ b/src/lib/efl/interfaces/efl_gfx_shape.eo | |||
@@ -113,7 +113,7 @@ mixin Efl.Gfx.Shape (Efl.Gfx.Path) | |||
113 | get { | 113 | get { |
114 | } | 114 | } |
115 | values { | 115 | values { |
116 | fill_rule: Efl.Gfx.Fill.Rule; [[The current fill rule of the shape object. | 116 | fill_rule: Efl.Gfx.Fill_Rule; [[The current fill rule of the shape object. |
117 | One of $EFL_GFX_FILL_RULE_WINDING, $EFL_GFX_FILL_RULE_ODD_EVEN]] | 117 | One of $EFL_GFX_FILL_RULE_WINDING, $EFL_GFX_FILL_RULE_ODD_EVEN]] |
118 | } | 118 | } |
119 | } | 119 | } |
diff --git a/src/lib/efl/interfaces/efl_gfx_types.eot b/src/lib/efl/interfaces/efl_gfx_types.eot index 7ceb923a10..8f8292c992 100644 --- a/src/lib/efl/interfaces/efl_gfx_types.eot +++ b/src/lib/efl/interfaces/efl_gfx_types.eot | |||
@@ -30,7 +30,7 @@ enum Efl.Gfx.Render_Op { | |||
30 | last [[Sentinel value to indicate last enum field during iteration]] | 30 | last [[Sentinel value to indicate last enum field during iteration]] |
31 | } | 31 | } |
32 | 32 | ||
33 | enum Efl.Gfx.Path.Command_Type { | 33 | enum Efl.Gfx.Path_Command_Type { |
34 | [[These values determine how the points are interpreted in a stream of points. | 34 | [[These values determine how the points are interpreted in a stream of points. |
35 | @since 1.14 | 35 | @since 1.14 |
36 | ]] | 36 | ]] |
@@ -66,7 +66,7 @@ enum Efl.Gfx.Join | |||
66 | last [[Sentinel value to indicate last enum field during iteration]] | 66 | last [[Sentinel value to indicate last enum field during iteration]] |
67 | } | 67 | } |
68 | 68 | ||
69 | enum Efl.Gfx.Gradient.Spread | 69 | enum Efl.Gfx.Gradient_Spread |
70 | { | 70 | { |
71 | [[Specifies how the area outside the gradient area should be filled. | 71 | [[Specifies how the area outside the gradient area should be filled. |
72 | $ref efl_gfx_gradient_spread_set() | 72 | $ref efl_gfx_gradient_spread_set() |
@@ -78,7 +78,7 @@ enum Efl.Gfx.Gradient.Spread | |||
78 | last [[Sentinel value to indicate last enum field during iteration]] | 78 | last [[Sentinel value to indicate last enum field during iteration]] |
79 | } | 79 | } |
80 | 80 | ||
81 | enum Efl.Gfx.Fill.Rule | 81 | enum Efl.Gfx.Fill_Rule |
82 | { | 82 | { |
83 | [[Type defining how an image content get filled. | 83 | [[Type defining how an image content get filled. |
84 | @since 1.14 | 84 | @since 1.14 |
@@ -96,7 +96,7 @@ struct Efl.Gfx.Dash { | |||
96 | gap: double; [[Distance between two dashes.]] | 96 | gap: double; [[Distance between two dashes.]] |
97 | } | 97 | } |
98 | 98 | ||
99 | struct Efl.Gfx.Gradient.Stop | 99 | struct Efl.Gfx.Gradient_Stop |
100 | { | 100 | { |
101 | [[Type defining gradient stops. | 101 | [[Type defining gradient stops. |
102 | Describes the location and color of a transition point in a gradient. | 102 | Describes the location and color of a transition point in a gradient. |
@@ -109,7 +109,7 @@ struct Efl.Gfx.Gradient.Stop | |||
109 | a: int; [[The component A color of the gradient stop]] | 109 | a: int; [[The component A color of the gradient stop]] |
110 | } | 110 | } |
111 | 111 | ||
112 | struct Efl.Gfx.Stroke.Color | 112 | struct Efl.Gfx.Stroke_Color |
113 | { | 113 | { |
114 | [[Internal structure for @Efl.Gfx.Stroke.]] | 114 | [[Internal structure for @Efl.Gfx.Stroke.]] |
115 | r: int; [[The component R color of the stroke]] | 115 | r: int; [[The component R color of the stroke]] |
@@ -127,14 +127,14 @@ struct Efl.Gfx.Stroke | |||
127 | scale: double; [[Stroke scale]] | 127 | scale: double; [[Stroke scale]] |
128 | width: double; [[Stroke width]] | 128 | width: double; [[Stroke width]] |
129 | centered: double; [[Stroke centered]] | 129 | centered: double; [[Stroke centered]] |
130 | color: Efl.Gfx.Stroke.Color; [[Stroke color]] | 130 | color: Efl.Gfx.Stroke_Color; [[Stroke color]] |
131 | dash: ptr(Efl.Gfx.Dash); [[Stroke dash]] | 131 | dash: ptr(Efl.Gfx.Dash); [[Stroke dash]] |
132 | dash_length: uint; [[Stroke dash length]] | 132 | dash_length: uint; [[Stroke dash length]] |
133 | cap: Efl.Gfx.Cap; [[Stroke cap]] | 133 | cap: Efl.Gfx.Cap; [[Stroke cap]] |
134 | join: Efl.Gfx.Join; [[Stroke join]] | 134 | join: Efl.Gfx.Join; [[Stroke join]] |
135 | } | 135 | } |
136 | 136 | ||
137 | struct Efl.Gfx.Shape.Public | 137 | struct Efl.Gfx.Shape_Public |
138 | { | 138 | { |
139 | [[Public shape]] | 139 | [[Public shape]] |
140 | stroke: Efl.Gfx.Stroke; [[Internal representation as stroke]] | 140 | stroke: Efl.Gfx.Stroke; [[Internal representation as stroke]] |
@@ -158,7 +158,7 @@ enum Efl.Gfx.Change_Flag | |||
158 | all = 0xffff [[all properties got changed]] | 158 | all = 0xffff [[all properties got changed]] |
159 | } | 159 | } |
160 | 160 | ||
161 | struct Efl.Gfx.Path.Change_Event { | 161 | struct Efl.Gfx.Path_Change_Event { |
162 | what: Efl.Gfx.Change_Flag; [[Indicates what changed.]] | 162 | what: Efl.Gfx.Change_Flag; [[Indicates what changed.]] |
163 | } | 163 | } |
164 | 164 | ||