Home
last modified time | relevance | path

Searched refs:gx_animation_steps (Results 1 – 25 of 38) sorted by relevance

12

/GUIX-v6.2.1/common/src/
Dgx_animation_update.c124 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()
Dgx_animation_slide_landing.c133 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()
Dgxe_animation_drag_enable.c92 (info -> gx_animation_steps < 2)) in _gxe_animation_drag_enable()
Dgx_animation_drag_enable.c90 animation -> gx_animation_total_steps = info -> gx_animation_steps; in _gx_animation_drag_enable()
Dgxe_animation_start.c94 if (info->gx_animation_steps < 2 || info->gx_animation_frame_interval < 1) in _gxe_animation_start()
Dgx_animation_slide_landing_start.c116 info -> gx_animation_steps = animation -> gx_animation_total_steps; in _gx_animation_slide_landing_start()
Dgx_animation_start.c101 animation -> gx_animation_total_steps = info -> gx_animation_steps; in _gx_animation_start()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_animation_stop.c88 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()
Dvalidation_guix_animation_update.c80 info.gx_animation_steps = 10; in control_thread_entry()
110 info.gx_animation_steps = 10; in control_thread_entry()
Dvalidation_guix_animation_complete.c90 info.gx_animation_steps = 10; in control_thread_entry()
127 info.gx_animation_steps = 2; in control_thread_entry()
Dvalidation_guix_animation_complete_push_stack.c95 info.gx_animation_steps = 10; in control_thread_entry()
Dvalidation_guix_animation_delete_no_output.c83 info.gx_animation_steps = 200; in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_canvas_animation.c85 info.gx_animation_steps = 10; in control_thread_entry()
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dscreen_base.c159 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()
Dpasscode_screen.c77 info.gx_animation_steps = 600 / GX_SYSTEM_TIMER_MS; in on_clear()
/GUIX-v6.2.1/test/example_internal/screen_drag_animation/
Ddemo_screen_drag_animation.c201 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/
Ddemo_guix_industrial.c342 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/
Dpage_2_clock_4_screen.c44 …info.gx_animation_steps = GX_ABS(info.gx_animation_end_position.gx_point_x - info.gx_animation_sta… in clock_slide_animation_start()
Dpage_2_clock_5_screen.c59 …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/
Ddemo_screen_drag_animation_with_block_move.c90 info.gx_animation_steps = 20; in enable_screen_drag_animation()
/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dvolume_screen_base.c97 info.gx_animation_steps = 20; in volume_progress_bar_animation_start()
/GUIX-v6.2.1/tutorials/demo_guix_transitions/
Ddemo_guix_transitions.c194 transition_animation_info.gx_animation_steps = 10; in InitSlideTransition()
/GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_canvas/
Ddemo_screen_drag_animation_with_canvas.c99 info.gx_animation_steps = 20; in enable_screen_drag_animation()
/GUIX-v6.2.1/test/example_internal/non_linear_animation/
Ddemo_guix_non_linear_animation.c71 animation_info.gx_animation_steps = TOTAL_STEPS; in animation_start()
/GUIX-v6.2.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c154 animation_info.gx_animation_steps = ANIMATION_TOTAL_STEPS; in animation_start()

12