| /GUIX-v6.2.1/common/src/ |
| D | gx_animation_complete.c | 190 animation -> gx_animation_info.gx_animation_end_position.gx_point_x, in _gx_animation_complete() 191 … animation -> gx_animation_info.gx_animation_end_position.gx_point_y, GX_FALSE); in _gx_animation_complete() 230 … xshift = (GX_VALUE)(animation -> gx_animation_info.gx_animation_end_position.gx_point_x - in _gx_animation_complete() 233 … yshift = (GX_VALUE)(animation -> gx_animation_info.gx_animation_end_position.gx_point_y - in _gx_animation_complete() 238 … xshift = (GX_VALUE)(animation -> gx_animation_info.gx_animation_end_position.gx_point_x - in _gx_animation_complete() 241 … yshift = (GX_VALUE)(animation -> gx_animation_info.gx_animation_end_position.gx_point_y - in _gx_animation_complete()
|
| D | gx_animation_update.c | 170 if ((info -> gx_animation_end_position.gx_point_x != in _gx_animation_update() 172 (info -> gx_animation_end_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() 190 info -> gx_animation_end_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() 205 info -> gx_animation_end_position.gx_point_y, in _gx_animation_update()
|
| /GUIX-v6.2.1/tutorials/demo_guix_transitions/ |
| D | demo_guix_transitions.c | 136 …transition_animation_info.gx_animation_end_position.gx_point_x = frame->gx_widget_size.gx_rectangl… in InitSlideTransition() 137 …transition_animation_info.gx_animation_end_position.gx_point_y = frame->gx_widget_size.gx_rectangl… in InitSlideTransition() 140 …n_animation_info.gx_animation_start_position = transition_animation_info.gx_animation_end_position; in InitSlideTransition() 152 transition_animation_info.gx_animation_end_position.gx_point_y += offset; in InitSlideTransition() 164 transition_animation_info.gx_animation_end_position.gx_point_y -= offset; in InitSlideTransition() 176 transition_animation_info.gx_animation_end_position.gx_point_x -= offset; in InitSlideTransition() 188 transition_animation_info.gx_animation_end_position.gx_point_x += offset; in InitSlideTransition()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_animation_stop.c | 86 info_1.gx_animation_end_position.gx_point_x = 400; in control_thread_entry() 87 info_1.gx_animation_end_position.gx_point_y = 107; in control_thread_entry() 101 info_2.gx_animation_end_position.gx_point_x = 400; in control_thread_entry() 102 info_2.gx_animation_end_position.gx_point_y = 117; in control_thread_entry() 116 info_3.gx_animation_end_position.gx_point_x = 400; in control_thread_entry() 117 info_3.gx_animation_end_position.gx_point_y = 176; in control_thread_entry()
|
| D | validation_guix_animation_update.c | 78 info.gx_animation_end_position.gx_point_x = 400; in control_thread_entry() 79 info.gx_animation_end_position.gx_point_y = 107; in control_thread_entry()
|
| D | validation_guix_animation_complete_push_stack.c | 93 info.gx_animation_end_position.gx_point_x = 400; in control_thread_entry() 94 info.gx_animation_end_position.gx_point_y = 107; in control_thread_entry()
|
| D | validation_guix_animation_delete_no_output.c | 81 info.gx_animation_end_position.gx_point_x = info.gx_animation_start_position.gx_point_x; in control_thread_entry() 82 info.gx_animation_end_position.gx_point_y = button_screen.gx_widget_size.gx_rectangle_right; in control_thread_entry()
|
| D | validation_guix_all_widgets_16bpp_canvas_animation.c | 83 info.gx_animation_end_position.gx_point_x = animation_canvas.gx_canvas_display_offset_x + 10; in control_thread_entry() 84 info.gx_animation_end_position.gx_point_y = animation_canvas.gx_canvas_display_offset_y + 10; in control_thread_entry()
|
| D | validation_guix_animation_complete.c | 88 info.gx_animation_end_position.gx_point_x = 400; in control_thread_entry() 89 info.gx_animation_end_position.gx_point_y = 107; in control_thread_entry()
|
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | page_2_clock_4_screen.c | 41 info.gx_animation_end_position.gx_point_x = hour_end_xpos; 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 …info.gx_animation_steps = GX_ABS(info.gx_animation_end_position.gx_point_x - info.gx_animation_sta… in clock_slide_animation_start() 50 info.gx_animation_end_position.gx_point_x = minute_end_xpos; 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 | 58 info.gx_animation_end_position = target_hour_end_pos; in clock_slide_animation_start() 59 …info.gx_animation_steps = GX_ABS(info.gx_animation_end_position.gx_point_x - info.gx_animation_sta… in clock_slide_animation_start() 66 info.gx_animation_end_position = target_minute_end_pos; in clock_slide_animation_start()
|
| D | demo_guix_smart_watch.c | 539 animation_info.gx_animation_end_position.gx_point_x= size.gx_rectangle_left - distance; in page_screen_slide() 540 animation_info.gx_animation_end_position.gx_point_y = size.gx_rectangle_top; in page_screen_slide() 657 animation_info.gx_animation_end_position.gx_point_x = size.gx_rectangle_left; in container_screen_slide() 658 animation_info.gx_animation_end_position.gx_point_y = size.gx_rectangle_top - distance; in container_screen_slide()
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | screen_base.c | 171 info.gx_animation_end_position.gx_point_x = target->gx_widget_size.gx_rectangle_left; in footer_icons_animation_start() 172 info.gx_animation_end_position.gx_point_y = DISPLAY_1_Y_RESOLUTION - 45; in footer_icons_animation_start() 186 info.gx_animation_end_position.gx_point_x = target->gx_widget_size.gx_rectangle_left; in footer_icons_animation_start() 187 info.gx_animation_end_position.gx_point_y = DISPLAY_1_Y_RESOLUTION - 45; in footer_icons_animation_start() 202 info.gx_animation_end_position.gx_point_x = DISPLAY_1_X_RESOLUTION - 115; in footer_icons_animation_start() 203 info.gx_animation_end_position.gx_point_y = target->gx_widget_size.gx_rectangle_top; in footer_icons_animation_start() 234 info.gx_animation_end_position.gx_point_x = base->gx_widget_size.gx_rectangle_left + 22; in title_animation_start() 235 info.gx_animation_end_position.gx_point_y = base->gx_widget_size.gx_rectangle_top + 14; in title_animation_start() 462 …animation_info.gx_animation_end_position.gx_point_x = info->window_list[current_index]->gx_widget_… in screen_list_slide() 463 …animation_info.gx_animation_end_position.gx_point_y = info->window_list[current_index]->gx_widget_… in screen_list_slide() [all …]
|
| D | passcode_screen.c | 76 info.gx_animation_end_position.gx_point_y = 78; in on_clear() 93 info.gx_animation_end_position.gx_point_x = icon->gx_widget_size.gx_rectangle_left; in on_clear()
|
| D | weather.c | 244 …animation_info.gx_animation_end_position.gx_point_x = base->gx_widget_size.gx_rectangle_left + w_a… in start_weather_children_animation() 245 …animation_info.gx_animation_end_position.gx_point_y = base->gx_widget_size.gx_rectangle_top + w_an… in start_weather_children_animation()
|
| /GUIX-v6.2.1/samples/demo_guix_industrial/ |
| D | demo_guix_industrial.c | 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() 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_widget_animation/ |
| D | demo_guix_widget_animation.c | 139 animation_info.gx_animation_end_position.gx_point_x = size->gx_rectangle_left - 40; in animation_start() 144 animation_info.gx_animation_end_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()
|
| /GUIX-v6.2.1/samples/demo_guix_car_infotainment/ |
| D | volume_screen_base.c | 94 info.gx_animation_end_position.gx_point_y = info.gx_animation_start_position.gx_point_y; 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/test/example_internal/non_linear_animation/ |
| D | demo_guix_non_linear_animation.c | 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()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | trigger_action_edit_dlg.cpp | 923 string.Format(_T("%d"), animation->gx_animation_end_position.gx_point_x); in ShowHideAnimationParams() 934 string.Format(_T("%d"), animation->gx_animation_end_position.gx_point_y); in ShowHideAnimationParams() 1151 action->animation->gx_animation_end_position.gx_point_x = value; in SaveAnimationInfo() 1155 action->animation->gx_animation_end_position.gx_point_y = value; in SaveAnimationInfo()
|
| D | StudioXProject.cpp | 3199 writer.WriteInt("end_x", action->animation->gx_animation_end_position.gx_point_x); in WriteTriggerInfo() 3200 writer.WriteInt("end_y", action->animation->gx_animation_end_position.gx_point_y); in WriteTriggerInfo() 4204 … reader.ReadValue("end_x", action->animation->gx_animation_end_position.gx_point_x); in ReadTriggerInfo() 4205 … reader.ReadValue("end_y", action->animation->gx_animation_end_position.gx_point_y); in ReadTriggerInfo()
|
| D | screen_generator.cpp | 1352 info->gx_animation_end_position.gx_point_x, in GenerateAnimationInfo() 1353 info->gx_animation_end_position.gx_point_y, in GenerateAnimationInfo()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_api.h | 2838 GX_POINT gx_animation_end_position; member
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_24xrgb.pbw | 35804 "ID": "c:@S@GX_ANIMATION_INFO_STRUCT@FI@gx_animation_end_position", 35807 "display": "gx_animation_end_position", 35813 "name": "gx_animation_end_position",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_8bit_palette/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_8bit_palette.pbw | 35804 "ID": "c:@S@GX_ANIMATION_INFO_STRUCT@FI@gx_animation_end_position", 35807 "display": "gx_animation_end_position", 35813 "name": "gx_animation_end_position",
|