Lines Matching defs:ivi_layout_layer_properties
96 struct ivi_layout_layer_properties struct
98 wl_fixed_t opacity;
99 int32_t source_x;
100 int32_t source_y;
101 int32_t source_width;
102 int32_t source_height;
103 int32_t dest_x;
104 int32_t dest_y;
105 int32_t dest_width;
106 int32_t dest_height;
107 enum wl_output_transform orientation;
108 bool visibility;
109 int32_t transition_type;
110 uint32_t transition_duration;
111 double start_alpha;
112 double end_alpha;
113 uint32_t is_fade_in;
114 uint32_t event_mask;