| /GUIX-v6.2.1/common/src/ |
| D | gx_animation_start.c | 106 _gx_widget_detach(info -> gx_animation_target); in _gx_animation_start() 109 left = info -> gx_animation_target -> gx_widget_size.gx_rectangle_left; in _gx_animation_start() 110 top = info -> gx_animation_target -> gx_widget_size.gx_rectangle_top; in _gx_animation_start() 114 … _gx_widget_shift(info -> gx_animation_target, (GX_VALUE)-left, (GX_VALUE)-top, GX_FALSE); in _gx_animation_start() 130 _gx_widget_attach((GX_WIDGET *)root, info -> gx_animation_target); in _gx_animation_start() 152 info -> gx_animation_target -> gx_widget_style |= GX_STYLE_USE_LOCAL_ALPHA; in _gx_animation_start() 153 info -> gx_animation_target -> gx_widget_alpha = info -> gx_animation_start_alpha; in _gx_animation_start() 161 info -> gx_animation_target -> gx_widget_size.gx_rectangle_left); in _gx_animation_start() 163 info -> gx_animation_target -> gx_widget_size.gx_rectangle_top); in _gx_animation_start() 167 _gx_widget_shift(info -> gx_animation_target, in _gx_animation_start() [all …]
|
| D | gx_animation_complete.c | 80 if (animation -> gx_animation_info.gx_animation_target) in _gx_animation_complete_event_send() 82 complete_event.gx_event_target = animation -> gx_animation_info.gx_animation_target; in _gx_animation_complete_event_send() 160 target = animation -> gx_animation_info.gx_animation_target; in _gx_animation_complete() 183 animation -> gx_animation_info.gx_animation_target = GX_NULL; in _gx_animation_complete() 189 _gx_widget_shift(animation -> gx_animation_info.gx_animation_target, in _gx_animation_complete() 206 …animation -> gx_animation_info.gx_animation_target -> gx_widget_style &= ~GX_STYLE_USE_LOCAL_ALPHA; in _gx_animation_complete() 207 _gx_system_dirty_mark(animation -> gx_animation_info.gx_animation_target); in _gx_animation_complete() 224 animation -> gx_animation_info.gx_animation_target = GX_NULL; in _gx_animation_complete()
|
| D | gxe_animation_start.c | 105 if (info -> gx_animation_target == GX_NULL) in _gxe_animation_start() 109 if (info -> gx_animation_target -> gx_widget_type == 0) in _gxe_animation_start()
|
| D | gx_animation_update.c | 137 target = info -> gx_animation_target; in _gx_animation_update()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_animation_stop.c | 80 info_1.gx_animation_target = (GX_WIDGET *)&button_screen.button_screen_base_button_1; in control_thread_entry() 95 info_2.gx_animation_target = (GX_WIDGET *)&button_screen.button_screen_text_button_1; in control_thread_entry() 110 info_3.gx_animation_target = (GX_WIDGET *)&button_screen.button_screen_pixelmap_button1_1; in control_thread_entry()
|
| D | validation_guix_animation_delete_no_output.c | 76 info.gx_animation_target = &button_screen.button_screen_title_1; in control_thread_entry() 91 info.gx_animation_target = &button_screen.button_screen_icon_button_6; in control_thread_entry()
|
| D | validation_guix_animation_complete.c | 82 info.gx_animation_target = (GX_WIDGET *)&button; in control_thread_entry() 128 info.gx_animation_target = (GX_WIDGET *)&NestedWindow; in control_thread_entry()
|
| D | validation_guix_animation_update.c | 72 info.gx_animation_target = (GX_WIDGET *)&button_screen.button_screen_base_button_1; in control_thread_entry()
|
| D | validation_guix_animation_complete_push_stack.c | 87 info.gx_animation_target = (GX_WIDGET *)&button; in control_thread_entry()
|
| D | validation_guix_all_widgets_16bpp_canvas_animation.c | 77 info.gx_animation_target = (GX_WIDGET *)&NestedWindow; in control_thread_entry()
|
| /GUIX-v6.2.1/samples/demo_guix_car_infotainment/ |
| D | volume_screen_base.c | 90 info.gx_animation_target = (GX_WIDGET*)&base->volume_screen_base_volume_progress_bar_win; in volume_progress_bar_animation_start() 93 …info.gx_animation_start_position.gx_point_y = info.gx_animation_target->gx_widget_size.gx_rectangl… in volume_progress_bar_animation_start() 95 …info.gx_animation_end_position.gx_point_x = info.gx_animation_target->gx_widget_size.gx_rectangle_… in volume_progress_bar_animation_start()
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | screen_base.c | 168 info.gx_animation_target = target; in footer_icons_animation_start() 183 info.gx_animation_target = target; in footer_icons_animation_start() 199 info.gx_animation_target = target; in footer_icons_animation_start() 227 info.gx_animation_target = target; in title_animation_start() 464 animation_info.gx_animation_target = info->window_list[current_index]; in screen_list_slide() 494 animation_info.gx_animation_target = info->window_list[current_index]; in screen_list_slide()
|
| D | passcode_screen.c | 94 info.gx_animation_target = (GX_WIDGET *)icon; in on_clear()
|
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | page_2_clock_4_screen.c | 35 info.gx_animation_target = target_hour; in clock_slide_animation_start() 48 info.gx_animation_target = target_minute; in clock_slide_animation_start()
|
| D | page_2_clock_5_screen.c | 51 info.gx_animation_target = target_hour; in clock_slide_animation_start() 63 info.gx_animation_target = target_minute; in clock_slide_animation_start()
|
| D | demo_guix_smart_watch.c | 536 animation_info.gx_animation_target = (GX_WIDGET *)&screen_slide_parent; in page_screen_slide() 654 animation_info.gx_animation_target = (GX_WIDGET *)&screen_slide_parent; in container_screen_slide()
|
| /GUIX-v6.2.1/samples/demo_guix_industrial/ |
| D | demo_guix_industrial.c | 344 info.gx_animation_target = (GX_WIDGET*)&sequence_window; in screen_toggle_animation_start() 405 info.gx_animation_target = (GX_WIDGET*)&sequence_window; in screen_toggle_animation_start()
|
| /GUIX-v6.2.1/test/example_internal/standalone_binres_load_16bpp/ |
| D | standalone_binres_load_16bpp_specifications.c | 155 animation_info.gx_animation_target = target; 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() 175 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
|
| /GUIX-v6.2.1/test/example_internal/template/ |
| D | template_specifications.c | 154 animation_info.gx_animation_target = target; 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() 174 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
|
| /GUIX-v6.2.1/tutorials/demo_guix_menu/ |
| D | demo_guix_menu_specifications.c | 155 animation_info.gx_animation_target = target; 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() 175 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
|
| /GUIX-v6.2.1/tutorials/demo_guix_transitions/ |
| D | demo_guix_transitions_specifications.c | 157 animation_info.gx_animation_target = target; 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() 177 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
|
| D | demo_guix_transitions.c | 196 transition_animation_info.gx_animation_target = (GX_WIDGET *) &settings_win; in InitSlideTransition()
|
| /GUIX-v6.2.1/test/example_internal/non_linear_animation/ |
| D | demo_guix_non_linear_animation.c | 74 animation_info.gx_animation_target = (GX_WIDGET *)&main_screen.main_screen_icon_button; in animation_start()
|
| /GUIX-v6.2.1/tutorials/demo_guix_widget_animation/ |
| D | demo_guix_widget_animation.c | 157 animation_info.gx_animation_target = (GX_WIDGET *)&main_screen.main_screen_animation_button; in animation_start()
|
| /GUIX-v6.2.1/test/example_internal/system_screen_stack/ |
| D | system_screen_stack_specifications.c | 156 animation_info.gx_animation_target = target; 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() 176 if (animation_info.gx_animation_target && in gx_studio_animation_execute()
|