Home
last modified time | relevance | path

Searched refs:gx_animation_start_position (Results 1 – 25 of 32) sorted by relevance

12

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_2_clock_4_screen.c40 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()
Dpage_2_clock_5_screen.c56 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()
Ddemo_guix_smart_watch.c537 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/
Dvalidation_guix_animation_stop.c84 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()
Dvalidation_guix_animation_delete_no_output.c79 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()
Dvalidation_guix_animation_update.c76 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()
Dvalidation_guix_animation_complete_push_stack.c91 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()
Dvalidation_guix_all_widgets_16bpp_canvas_animation.c81 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()
Dvalidation_guix_animation_complete.c86 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/
Dgx_animation_update.c171 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()
Dgx_animation_slide_landing_start.c100 …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()
Dgx_animation_start.c119 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()
Dgx_animation_complete.c231 … 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()
Dgx_animation_slide_landing.c140 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/
Dscreen_base.c169 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 …]
Dpasscode_screen.c75 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()
Dweather.c242 …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/
Ddemo_guix_industrial.c345 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/
Ddemo_guix_transitions.c140 …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/
Dvolume_screen_base.c92 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/
Ddemo_guix_widget_animation.c138 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/
Ddemo_guix_non_linear_animation.c65 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/
Dtrigger_action_edit_dlg.cpp901 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()
DStudioXProject.cpp3197 … 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()
Dscreen_generator.cpp1350 info->gx_animation_start_position.gx_point_x, in GenerateAnimationInfo()
1351 info->gx_animation_start_position.gx_point_y, in GenerateAnimationInfo()

12