| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | page_2_clock_4_screen.c | 40 info.gx_animation_start_position.gx_point_x = target_hour->gx_widget_size.gx_rectangle_left; in clock_slide_animation_start() 42 info.gx_animation_start_position.gx_point_y = target_hour->gx_widget_size.gx_rectangle_top; in clock_slide_animation_start() 43 info.gx_animation_end_position.gx_point_y = info.gx_animation_start_position.gx_point_y; in clock_slide_animation_start() 44 …teps = GX_ABS(info.gx_animation_end_position.gx_point_x - info.gx_animation_start_position.gx_poin… in clock_slide_animation_start() 49 info.gx_animation_start_position.gx_point_x = target_minute->gx_widget_size.gx_rectangle_left; in clock_slide_animation_start() 51 info.gx_animation_start_position.gx_point_y = target_minute->gx_widget_size.gx_rectangle_top; in clock_slide_animation_start() 52 info.gx_animation_end_position.gx_point_y = info.gx_animation_start_position.gx_point_y; in clock_slide_animation_start()
|
| D | page_2_clock_5_screen.c | 56 info.gx_animation_start_position.gx_point_x = target_hour->gx_widget_size.gx_rectangle_left; in clock_slide_animation_start() 57 info.gx_animation_start_position.gx_point_y = target_hour->gx_widget_size.gx_rectangle_top; in clock_slide_animation_start() 59 …teps = GX_ABS(info.gx_animation_end_position.gx_point_x - info.gx_animation_start_position.gx_poin… in clock_slide_animation_start() 64 info.gx_animation_start_position.gx_point_x = target_minute->gx_widget_size.gx_rectangle_left; in clock_slide_animation_start() 65 info.gx_animation_start_position.gx_point_y = target_minute->gx_widget_size.gx_rectangle_top; in clock_slide_animation_start()
|
| D | demo_guix_smart_watch.c | 537 animation_info.gx_animation_start_position.gx_point_x = size.gx_rectangle_left; in page_screen_slide() 538 animation_info.gx_animation_start_position.gx_point_y = size.gx_rectangle_top; in page_screen_slide() 655 animation_info.gx_animation_start_position.gx_point_x = size.gx_rectangle_left; in container_screen_slide() 656 animation_info.gx_animation_start_position.gx_point_y = size.gx_rectangle_top; in container_screen_slide()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_animation_stop.c | 84 info_1.gx_animation_start_position.gx_point_x = 117; in control_thread_entry() 85 info_1.gx_animation_start_position.gx_point_y = 107; in control_thread_entry() 99 info_2.gx_animation_start_position.gx_point_x = 117; in control_thread_entry() 100 info_2.gx_animation_start_position.gx_point_y = 140; in control_thread_entry() 114 info_3.gx_animation_start_position.gx_point_x = 117; in control_thread_entry() 115 info_3.gx_animation_start_position.gx_point_y = 176; in control_thread_entry()
|
| D | validation_guix_animation_delete_no_output.c | 79 info.gx_animation_start_position.gx_point_x = button_screen.gx_widget_size.gx_rectangle_left; in control_thread_entry() 80 info.gx_animation_start_position.gx_point_y = button_screen.gx_widget_size.gx_rectangle_top; in control_thread_entry() 81 info.gx_animation_end_position.gx_point_x = info.gx_animation_start_position.gx_point_x; in control_thread_entry()
|
| D | validation_guix_animation_update.c | 76 info.gx_animation_start_position.gx_point_x = 100; in control_thread_entry() 77 info.gx_animation_start_position.gx_point_y = 107; in control_thread_entry()
|
| D | validation_guix_animation_complete_push_stack.c | 91 info.gx_animation_start_position.gx_point_x = 100; in control_thread_entry() 92 info.gx_animation_start_position.gx_point_y = 107; in control_thread_entry()
|
| D | validation_guix_all_widgets_16bpp_canvas_animation.c | 81 info.gx_animation_start_position.gx_point_x = animation_canvas.gx_canvas_display_offset_x; in control_thread_entry() 82 info.gx_animation_start_position.gx_point_y = animation_canvas.gx_canvas_display_offset_y; in control_thread_entry()
|
| D | validation_guix_animation_complete.c | 86 info.gx_animation_start_position.gx_point_x = 100; in control_thread_entry() 87 info.gx_animation_start_position.gx_point_y = 107; in control_thread_entry()
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_animation_update.c | 171 info -> gx_animation_start_position.gx_point_x) || in _gx_animation_update() 173 info -> gx_animation_start_position.gx_point_y)) in _gx_animation_update() 186 …if (info -> gx_animation_start_position.gx_point_x != info -> gx_animation_end_position.gx_point_x) in _gx_animation_update() 189 … info -> gx_animation_start_position.gx_point_x, in _gx_animation_update() 201 …if (info -> gx_animation_start_position.gx_point_y != info -> gx_animation_end_position.gx_point_y) in _gx_animation_update() 204 … info -> gx_animation_start_position.gx_point_y, in _gx_animation_update()
|
| D | gx_animation_slide_landing_start.c | 100 …info -> gx_animation_start_position.gx_point_x = (GX_VALUE)(target_size -> gx_rectangle_left + ani… in _gx_animation_slide_landing_start() 101 …info -> gx_animation_start_position.gx_point_y = (GX_VALUE)(target_size -> gx_rectangle_top + anim… in _gx_animation_slide_landing_start() 105 info -> gx_animation_start_position.gx_point_x = target_size -> gx_rectangle_left; in _gx_animation_slide_landing_start() 106 info -> gx_animation_start_position.gx_point_y = target_size -> gx_rectangle_top; in _gx_animation_slide_landing_start()
|
| D | gx_animation_start.c | 119 info -> gx_animation_start_position.gx_point_x, in _gx_animation_start() 120 info -> gx_animation_start_position.gx_point_y); in _gx_animation_start() 160 left = (GX_VALUE)(info -> gx_animation_start_position.gx_point_x - in _gx_animation_start() 162 top = (GX_VALUE)(info -> gx_animation_start_position.gx_point_y - in _gx_animation_start()
|
| D | gx_animation_complete.c | 231 … animation -> gx_animation_info.gx_animation_start_position.gx_point_x); in _gx_animation_complete() 234 … animation -> gx_animation_info.gx_animation_start_position.gx_point_y); in _gx_animation_complete()
|
| D | gx_animation_slide_landing.c | 140 info -> gx_animation_start_position.gx_point_x, in _gx_animation_slide_landing() 150 info -> gx_animation_start_position.gx_point_y, in _gx_animation_slide_landing()
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | screen_base.c | 169 info.gx_animation_start_position.gx_point_x = target->gx_widget_size.gx_rectangle_left; in footer_icons_animation_start() 170 info.gx_animation_start_position.gx_point_y = 0; in footer_icons_animation_start() 184 info.gx_animation_start_position.gx_point_x = target->gx_widget_size.gx_rectangle_left; in footer_icons_animation_start() 185 info.gx_animation_start_position.gx_point_y = DISPLAY_1_Y_RESOLUTION + 55; in footer_icons_animation_start() 200 info.gx_animation_start_position.gx_point_x = DISPLAY_1_X_RESOLUTION; in footer_icons_animation_start() 201 info.gx_animation_start_position.gx_point_y = target->gx_widget_size.gx_rectangle_top; in footer_icons_animation_start() 232 info.gx_animation_start_position.gx_point_x = base->gx_widget_size.gx_rectangle_left + 22; in title_animation_start() 233 info.gx_animation_start_position.gx_point_y = base->gx_widget_size.gx_rectangle_top - 18; in title_animation_start() 460 …animation_info.gx_animation_start_position.gx_point_x = info->window_list[current_index]->gx_widge… in screen_list_slide() 461 …animation_info.gx_animation_start_position.gx_point_y = info->window_list[current_index]->gx_widge… in screen_list_slide() [all …]
|
| D | passcode_screen.c | 75 info.gx_animation_start_position.gx_point_y = -60; in on_clear() 92 … info.gx_animation_start_position.gx_point_x = icon->gx_widget_size.gx_rectangle_left; in on_clear()
|
| D | weather.c | 242 …animation_info.gx_animation_start_position.gx_point_x = base->gx_widget_size.gx_rectangle_left + w… in start_weather_children_animation() 243 …animation_info.gx_animation_start_position.gx_point_y = base->gx_widget_size.gx_rectangle_top + w_… in start_weather_children_animation()
|
| /GUIX-v6.2.1/samples/demo_guix_industrial/ |
| D | demo_guix_industrial.c | 345 info.gx_animation_start_position.gx_point_x = 0; in screen_toggle_animation_start() 346 info.gx_animation_start_position.gx_point_y = 70; in screen_toggle_animation_start() 347 info.gx_animation_end_position.gx_point_x = info.gx_animation_start_position.gx_point_x; in screen_toggle_animation_start() 348 info.gx_animation_end_position.gx_point_y = info.gx_animation_start_position.gx_point_y; in screen_toggle_animation_start() 406 info.gx_animation_start_position.gx_point_x = 0; in screen_toggle_animation_start() 407 info.gx_animation_start_position.gx_point_y = 70; in screen_toggle_animation_start() 408 info.gx_animation_end_position.gx_point_x = info.gx_animation_start_position.gx_point_x; in screen_toggle_animation_start() 409 info.gx_animation_end_position.gx_point_y = info.gx_animation_start_position.gx_point_y; in screen_toggle_animation_start()
|
| /GUIX-v6.2.1/tutorials/demo_guix_transitions/ |
| D | demo_guix_transitions.c | 140 …transition_animation_info.gx_animation_start_position = transition_animation_info.gx_animation_end… in InitSlideTransition() 148 transition_animation_info.gx_animation_start_position.gx_point_y -= offset; in InitSlideTransition() 160 transition_animation_info.gx_animation_start_position.gx_point_y += offset; in InitSlideTransition() 172 transition_animation_info.gx_animation_start_position.gx_point_x += offset; in InitSlideTransition() 184 transition_animation_info.gx_animation_start_position.gx_point_x -= offset; in InitSlideTransition()
|
| /GUIX-v6.2.1/samples/demo_guix_car_infotainment/ |
| D | volume_screen_base.c | 92 info.gx_animation_start_position.gx_point_x = 640; 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() 94 info.gx_animation_end_position.gx_point_y = info.gx_animation_start_position.gx_point_y; in volume_progress_bar_animation_start()
|
| /GUIX-v6.2.1/tutorials/demo_guix_widget_animation/ |
| D | demo_guix_widget_animation.c | 138 animation_info.gx_animation_start_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() 148 animation_info.gx_animation_start_position.gx_point_y = size->gx_rectangle_bottom - 63; in animation_start()
|
| /GUIX-v6.2.1/test/example_internal/non_linear_animation/ |
| D | demo_guix_non_linear_animation.c | 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()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | trigger_action_edit_dlg.cpp | 901 string.Format(_T("%d"), animation->gx_animation_start_position.gx_point_x); in ShowHideAnimationParams() 912 string.Format(_T("%d"), animation->gx_animation_start_position.gx_point_y); in ShowHideAnimationParams() 1143 action->animation->gx_animation_start_position.gx_point_x = value; in SaveAnimationInfo() 1147 action->animation->gx_animation_start_position.gx_point_y = value; in SaveAnimationInfo()
|
| D | StudioXProject.cpp | 3197 … writer.WriteInt("start_x", action->animation->gx_animation_start_position.gx_point_x); in WriteTriggerInfo() 3198 … writer.WriteInt("start_y", action->animation->gx_animation_start_position.gx_point_y); in WriteTriggerInfo() 4202 … reader.ReadValue("start_x", action->animation->gx_animation_start_position.gx_point_x); in ReadTriggerInfo() 4203 … reader.ReadValue("start_y", action->animation->gx_animation_start_position.gx_point_y); in ReadTriggerInfo()
|
| D | screen_generator.cpp | 1350 info->gx_animation_start_position.gx_point_x, in GenerateAnimationInfo() 1351 info->gx_animation_start_position.gx_point_y, in GenerateAnimationInfo()
|