Home
last modified time | relevance | path

Searched refs:animation_info (Results 1 – 25 of 36) sorted by relevance

12

/GUIX-v6.4.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c121 GX_ANIMATION_INFO animation_info; in animation_start() local
136 memset(&animation_info, 0, sizeof(GX_ANIMATION_INFO)); in animation_start()
138 animation_info.gx_animation_start_position.gx_point_x = size->gx_rectangle_left - 40; in animation_start()
139 animation_info.gx_animation_end_position.gx_point_x = size->gx_rectangle_left - 40; in animation_start()
143 animation_info.gx_animation_start_position.gx_point_y = size->gx_rectangle_top + 68; in animation_start()
144 animation_info.gx_animation_end_position.gx_point_y = size->gx_rectangle_bottom - 63; in animation_start()
148 animation_info.gx_animation_start_position.gx_point_y = size->gx_rectangle_bottom - 63; in animation_start()
149 animation_info.gx_animation_end_position.gx_point_y = size->gx_rectangle_top+ 68; in animation_start()
152 animation_info.gx_animation_id = ANIMATION_ID; in animation_start()
153 animation_info.gx_animation_frame_interval = 2; in animation_start()
[all …]
/GUIX-v6.4.1/test/example_internal/non_linear_animation/
Ddemo_guix_non_linear_animation.c16 GX_ANIMATION_INFO animation_info; variable
52 memset(&animation_info, 0, sizeof(GX_ANIMATION_INFO)); in tx_application_define()
65 animation_info.gx_animation_start_position.gx_point_x = XPOS_START; in animation_start()
66 animation_info.gx_animation_start_position.gx_point_y = YPOS_START; in animation_start()
67 animation_info.gx_animation_end_position.gx_point_x = XPOS_END; in animation_start()
68 animation_info.gx_animation_end_position.gx_point_y = YPOS_END; in animation_start()
69 animation_info.gx_animation_id = ID_ANIMATION; in animation_start()
70 animation_info.gx_animation_frame_interval = 2; in animation_start()
71 animation_info.gx_animation_steps = TOTAL_STEPS; in animation_start()
72 animation_info.gx_animation_start_alpha = 0xff; in animation_start()
[all …]
/GUIX-v6.4.1/samples/demo_guix_smart_watch/
Ddemo_guix_smart_watch.c479 GX_ANIMATION_INFO animation_info; in page_screen_slide() local
529 memset(&animation_info, 0, sizeof(GX_ANIMATION_INFO)); in page_screen_slide()
530 animation_info.gx_animation_frame_interval = 1; in page_screen_slide()
531 animation_info.gx_animation_id = SCREEN_SLIDE_ANIMATION_ID; in page_screen_slide()
532 animation_info.gx_animation_steps = 300 / GX_SYSTEM_TIMER_MS; in page_screen_slide()
533 animation_info.gx_animation_start_alpha = 255; in page_screen_slide()
534 animation_info.gx_animation_end_alpha = 255; in page_screen_slide()
535 animation_info.gx_animation_parent = screen_container; in page_screen_slide()
536 animation_info.gx_animation_target = (GX_WIDGET *)&screen_slide_parent; in page_screen_slide()
537 animation_info.gx_animation_start_position.gx_point_x = size.gx_rectangle_left; in page_screen_slide()
[all …]
/GUIX-v6.4.1/samples/demo_guix_home_automation/
Dweather.c219 GX_ANIMATION_INFO animation_info; in start_weather_children_animation() local
223 memset(&animation_info, 0, sizeof(GX_ANIMATION_INFO)); in start_weather_children_animation()
225 animation_info.gx_animation_parent = (GX_WIDGET *)base; in start_weather_children_animation()
226 animation_info.gx_animation_id = ANIMATION_ID_SCREEN_CHILDREN; in start_weather_children_animation()
227 animation_info.gx_animation_style = 0; in start_weather_children_animation()
228 animation_info.gx_animation_start_alpha = 255; in start_weather_children_animation()
229 animation_info.gx_animation_end_alpha = 255; in start_weather_children_animation()
230 animation_info.gx_animation_steps = 400 / GX_SYSTEM_TIMER_MS; in start_weather_children_animation()
231 animation_info.gx_animation_frame_interval = 1; in start_weather_children_animation()
240 animation_info.gx_animation_target = target; in start_weather_children_animation()
[all …]
Dscreen_base.c411 GX_ANIMATION_INFO animation_info; in screen_list_slide() local
453 memset(&animation_info, 0, sizeof(GX_ANIMATION_INFO)); in screen_list_slide()
454 animation_info.gx_animation_frame_interval = 1; in screen_list_slide()
455 animation_info.gx_animation_id = ANIMATION_ID_PAGE_SLIDE; in screen_list_slide()
456 animation_info.gx_animation_steps = 600 / GX_SYSTEM_TIMER_MS; in screen_list_slide()
457 animation_info.gx_animation_start_alpha = 255; in screen_list_slide()
458 animation_info.gx_animation_end_alpha = 255; in screen_list_slide()
459 animation_info.gx_animation_parent = parent; in screen_list_slide()
460animation_info.gx_animation_start_position.gx_point_x = info->window_list[current_index]->gx_widge… in screen_list_slide()
461animation_info.gx_animation_start_position.gx_point_y = info->window_list[current_index]->gx_widge… in screen_list_slide()
[all …]
/GUIX-v6.4.1/test/example_internal/standalone_binres_load_16bpp/
Dstandalone_binres_load_16bpp_specifications.c139 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
145 animation_info = *action->animation; in gx_studio_animation_execute()
155 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
160 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
163 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
167 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
170 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
172 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
175 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
176 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/example_internal/template/
Dtemplate_specifications.c138 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
144 animation_info = *action->animation; in gx_studio_animation_execute()
154 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
159 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
162 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
166 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
169 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
171 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
174 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
175 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/tutorials/demo_guix_menu/
Ddemo_guix_menu_specifications.c139 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
145 animation_info = *action->animation; in gx_studio_animation_execute()
155 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
160 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
163 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
167 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
170 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
172 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
175 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
176 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/tutorials/demo_guix_transitions/
Ddemo_guix_transitions_specifications.c141 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
147 animation_info = *action->animation; in gx_studio_animation_execute()
157 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
162 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
165 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
169 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
172 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
174 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
177 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
178 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/example_internal/system_screen_stack/
Dsystem_screen_stack_specifications.c140 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
146 animation_info = *action->animation; in gx_studio_animation_execute()
156 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
161 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
164 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
168 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
171 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
173 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
176 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
177 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/guix_studio_test/test_view/golden_files/
Dtrigger_target_rename_specifications.c136 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
141 animation_info = *action->animation; in gx_studio_animation_execute()
143 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
147 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
150 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
152 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
155 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
156 animation_info.gx_animation_parent) in gx_studio_animation_execute()
158 gx_animation_start(animation, &animation_info); in gx_studio_animation_execute()
Dtemplate_specifications.c140 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
146 animation_info = *action->animation; in gx_studio_animation_execute()
156 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
161 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
164 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
168 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
171 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
173 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
176 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
177 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_error_checking_api_coverage_no_output.c80 GX_ANIMATION_INFO animation_info; in control_thread_entry() local
248 …status = gx_animation_drag_enable(&animation, &widget, &animation_info); // animation -> gx_animat… in control_thread_entry()
252 memset(&animation_info, 0, sizeof(GX_ANIMATION_INFO)); in control_thread_entry()
253 animation_info.gx_animation_style |= GX_ANIMATION_EASING_FUNC_MASK; in control_thread_entry()
254 …status = gx_animation_drag_enable(&animation, &widget, &animation_info); // animation_info -> gx_a… in control_thread_entry()
257 animation_info.gx_animation_steps = 3; in control_thread_entry()
258 animation_info.gx_animation_frame_interval = 0; in control_thread_entry()
259 …status = gx_animation_drag_enable(&animation, &widget, &animation_info); // animation_info -> gx_a… in control_thread_entry()
262 memset(&animation_info, 0, sizeof(GX_ANIMATION_INFO)); in control_thread_entry()
263 animation_info.gx_animation_frame_interval = 0; in control_thread_entry()
[all …]
/GUIX-v6.4.1/test/example_internal/guix_medical_mouse_support/
Dguix_medical_mouse_support_specifications.c138 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
144 animation_info = *action->animation; in gx_studio_animation_execute()
154 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
159 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
162 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
166 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
169 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
171 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
174 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
175 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/samples/demo_guix_industrial/
Ddemo_guix_industrial_specifications.c139 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
145 animation_info = *action->animation; in gx_studio_animation_execute()
155 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
160 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
163 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
167 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
170 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
172 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
175 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
176 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/samples/demo_guix_widget_types/
Dguix_widget_types_specifications.c142 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
148 animation_info = *action->animation; in gx_studio_animation_execute()
158 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
163 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
166 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
170 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
173 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
175 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
178 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
179 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/samples/demo_guix_car_infotainment/
Ddemo_guix_car_infotainment_specifications.c141 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
147 animation_info = *action->animation; in gx_studio_animation_execute()
157 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
162 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
165 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
169 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
172 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
174 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
177 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
178 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/
Dall_widgets_synergy_dave_disabled_specifications.c144 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
150 animation_info = *action->animation; in gx_studio_animation_execute()
160 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
165 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
168 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
172 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
175 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
177 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
180 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
181 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/example_internal/all_widgets_execute/
Dall_widgets_execute_specifications.c144 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
150 animation_info = *action->animation; in gx_studio_animation_execute()
160 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
165 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
168 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
172 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
175 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
177 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
180 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
181 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/samples/demo_guix_medical/
Dguix_medical_specifications.c138 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
144 animation_info = *action->animation; in gx_studio_animation_execute()
154 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
159 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
162 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
166 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
169 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
171 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
174 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
175 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_565rgb/
Dall_widgets_synergy_565rgb_specifications.c145 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
151 animation_info = *action->animation; in gx_studio_animation_execute()
161 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
166 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
169 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
173 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
176 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
178 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
181 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
182 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/example_internal/folder_output_test/
Dfolder_output_test_specifications.c207 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
213 animation_info = *action->animation; in gx_studio_animation_execute()
223 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
228 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
231 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
235 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
238 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
240 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
243 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
244 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy/
Dall_widgets_synergy_specifications.c145 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
151 animation_info = *action->animation; in gx_studio_animation_execute()
161 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
166 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
169 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
173 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
176 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
178 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
181 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
182 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_flip/
Dall_widgets_synergy_16bpp_flip_specifications.c145 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
151 animation_info = *action->animation; in gx_studio_animation_execute()
161 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
166 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
169 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
173 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
176 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
178 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
181 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
182 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]
/GUIX-v6.4.1/test/example_internal/all_widgets_5_5_1/
Dall_widgets_5_5_1_specifications.c145 GX_ANIMATION_INFO animation_info; in gx_studio_animation_execute() local
151 animation_info = *action->animation; in gx_studio_animation_execute()
161 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
166 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute()
169 if ((!animation_info.gx_animation_target) && in gx_studio_animation_execute()
173 animation_info.gx_animation_target = target; in gx_studio_animation_execute()
176 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute()
178 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute()
181 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
182 animation_info.gx_animation_parent) in gx_studio_animation_execute()
[all …]

12