| /GUIX-v6.2.1/common/src/ |
| D | gx_animation_update.c | 124 info -> gx_animation_steps = (GX_UBYTE)(info -> gx_animation_steps - 1); in _gx_animation_update() 126 if (info -> gx_animation_steps <= 0) in _gx_animation_update() 146 … animation -> gx_animation_total_steps - info -> gx_animation_steps, in _gx_animation_update() 191 … animation -> gx_animation_total_steps - info -> gx_animation_steps, in _gx_animation_update() 206 … animation -> gx_animation_total_steps - info -> gx_animation_steps, in _gx_animation_update()
|
| D | gx_animation_slide_landing.c | 133 info -> gx_animation_steps = (GX_UBYTE)(info -> gx_animation_steps - 1); in _gx_animation_slide_landing() 142 … animation -> gx_animation_total_steps - info -> gx_animation_steps, in _gx_animation_slide_landing() 152 … animation -> gx_animation_total_steps - info -> gx_animation_steps, in _gx_animation_slide_landing() 182 …nfo -> gx_animation_style & GX_ANIMATION_EASING_FUNC_MASK) && (info -> gx_animation_steps != 0)) || in _gx_animation_slide_landing()
|
| D | gxe_animation_drag_enable.c | 92 (info -> gx_animation_steps < 2)) in _gxe_animation_drag_enable()
|
| D | gx_animation_drag_enable.c | 90 animation -> gx_animation_total_steps = info -> gx_animation_steps; in _gx_animation_drag_enable()
|
| D | gxe_animation_start.c | 94 if (info->gx_animation_steps < 2 || info->gx_animation_frame_interval < 1) in _gxe_animation_start()
|
| D | gx_animation_slide_landing_start.c | 116 info -> gx_animation_steps = animation -> gx_animation_total_steps; in _gx_animation_slide_landing_start()
|
| D | gx_animation_start.c | 101 animation -> gx_animation_total_steps = info -> gx_animation_steps; in _gx_animation_start()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_animation_stop.c | 88 info_1.gx_animation_steps = 10; in control_thread_entry() 103 info_2.gx_animation_steps = 6; in control_thread_entry() 118 info_3.gx_animation_steps = 3; in control_thread_entry()
|
| D | validation_guix_animation_update.c | 80 info.gx_animation_steps = 10; in control_thread_entry() 110 info.gx_animation_steps = 10; in control_thread_entry()
|
| D | validation_guix_animation_complete.c | 90 info.gx_animation_steps = 10; in control_thread_entry() 127 info.gx_animation_steps = 2; in control_thread_entry()
|
| D | validation_guix_animation_complete_push_stack.c | 95 info.gx_animation_steps = 10; in control_thread_entry()
|
| D | validation_guix_animation_delete_no_output.c | 83 info.gx_animation_steps = 200; in control_thread_entry()
|
| D | validation_guix_all_widgets_16bpp_canvas_animation.c | 85 info.gx_animation_steps = 10; in control_thread_entry()
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | screen_base.c | 159 info.gx_animation_steps = 400 / GX_SYSTEM_TIMER_MS; in footer_icons_animation_start() 230 info.gx_animation_steps = 100 / GX_SYSTEM_TIMER_MS; in title_animation_start() 263 slide_animation_info.gx_animation_steps = 400 / GX_SYSTEM_TIMER_MS; in slide_animation_start() 456 animation_info.gx_animation_steps = 600 / GX_SYSTEM_TIMER_MS; in screen_list_slide()
|
| D | passcode_screen.c | 77 info.gx_animation_steps = 600 / GX_SYSTEM_TIMER_MS; in on_clear()
|
| /GUIX-v6.2.1/test/example_internal/screen_drag_animation/ |
| D | demo_screen_drag_animation.c | 201 info.gx_animation_steps = 20; in h_menu_window_event_handler() 237 info.gx_animation_steps = 20; in v_menu_window_event_handler()
|
| /GUIX-v6.2.1/samples/demo_guix_industrial/ |
| D | demo_guix_industrial.c | 342 info.gx_animation_steps = 20; in screen_toggle_animation_start() 403 info.gx_animation_steps = 20; in screen_toggle_animation_start()
|
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | page_2_clock_4_screen.c | 44 …info.gx_animation_steps = GX_ABS(info.gx_animation_end_position.gx_point_x - info.gx_animation_sta… in clock_slide_animation_start()
|
| D | page_2_clock_5_screen.c | 59 …info.gx_animation_steps = GX_ABS(info.gx_animation_end_position.gx_point_x - info.gx_animation_sta… in clock_slide_animation_start()
|
| /GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_block_move/ |
| D | demo_screen_drag_animation_with_block_move.c | 90 info.gx_animation_steps = 20; in enable_screen_drag_animation()
|
| /GUIX-v6.2.1/samples/demo_guix_car_infotainment/ |
| D | volume_screen_base.c | 97 info.gx_animation_steps = 20; in volume_progress_bar_animation_start()
|
| /GUIX-v6.2.1/tutorials/demo_guix_transitions/ |
| D | demo_guix_transitions.c | 194 transition_animation_info.gx_animation_steps = 10; in InitSlideTransition()
|
| /GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_canvas/ |
| D | demo_screen_drag_animation_with_canvas.c | 99 info.gx_animation_steps = 20; in enable_screen_drag_animation()
|
| /GUIX-v6.2.1/test/example_internal/non_linear_animation/ |
| D | demo_guix_non_linear_animation.c | 71 animation_info.gx_animation_steps = TOTAL_STEPS; in animation_start()
|
| /GUIX-v6.2.1/tutorials/demo_guix_widget_animation/ |
| D | demo_guix_widget_animation.c | 154 animation_info.gx_animation_steps = ANIMATION_TOTAL_STEPS; in animation_start()
|