/GUIX-v6.4.1/common/src/ |
D | gx_scroll_wheel_event_process.c | 153 _gx_system_timer_start((GX_WIDGET *)wheel, GX_SNAP_TIMER, 1, 1); in _gx_scroll_wheel_timer_event_handler() 180 _gx_system_timer_start((GX_WIDGET *)wheel, GX_SNAP_TIMER, 1, 1); in _gx_scroll_wheel_timer_event_handler() 328 _gx_system_timer_start((GX_WIDGET *) wheel, GX_FLICK_TIMER, in _gx_scroll_wheel_flick_event_handler() 394 _gx_system_timer_start((GX_WIDGET *)wheel, GX_SNAP_TIMER, 1, 1); in _gx_scroll_wheel_pen_up_event_handler()
|
D | gx_single_line_text_input_event_process.c | 189 _gx_system_timer_start((GX_WIDGET *)text_input, GX_MARK_TIMER, in _gx_single_line_text_input_pen_drag_process() 202 _gx_system_timer_start((GX_WIDGET *)text_input, GX_MARK_TIMER, in _gx_single_line_text_input_pen_drag_process() 323 …_gx_system_timer_start((GX_WIDGET *)text_input, ID_TEXT_INPUT_TIMER, GX_CURSOR_BLINK_INTERVAL, GX_… in _gx_single_line_text_input_event_process() 364 … _gx_system_timer_start(widget, ID_TEXT_INPUT_TIMER, (UINT)blink_interval, (UINT)blink_interval); in _gx_single_line_text_input_event_process()
|
D | gx_vertical_list_slide_back_check.c | 105 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_vertical_list_slide_back_check() 117 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_vertical_list_slide_back_check()
|
D | gx_horizontal_list_slide_back_check.c | 109 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_horizontal_list_slide_back_check() 121 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_horizontal_list_slide_back_check()
|
D | gx_multi_line_text_input_event_process.c | 245 _gx_system_timer_start((GX_WIDGET *)text_input, GX_MARK_TIMER, in _gx_multi_line_text_input_pen_drag_process() 258 _gx_system_timer_start((GX_WIDGET *)text_input, GX_MARK_TIMER, in _gx_multi_line_text_input_pen_drag_process() 392 …_gx_system_timer_start(widget, ID_TEXT_INPUT_TIMER, GX_CURSOR_BLINK_INTERVAL, GX_CURSOR_BLINK_INTE… in _gx_multi_line_text_input_event_process() 425 … _gx_system_timer_start(widget, ID_TEXT_INPUT_TIMER, (UINT)blink_interval, (UINT)blink_interval); in _gx_multi_line_text_input_event_process()
|
D | gxe_system_timer_start.c | 107 status = _gx_system_timer_start(owner, timer_id, initial_ticks, reschedule_ticks); in _gxe_system_timer_start()
|
D | gx_circular_gauge_animation_set.c | 92 … _gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, (UINT)delay, (UINT)delay); in _gx_circular_gauge_animation_set()
|
D | gx_multi_line_text_input_style_add.c | 90 …_gx_system_timer_start((GX_WIDGET *)text_input, ID_TEXT_INPUT_TIMER, (UINT)blink_interval, (UINT)b… in _gx_multi_line_text_input_style_add()
|
D | gx_single_line_text_input_style_add.c | 92 …_gx_system_timer_start((GX_WIDGET *)text_input, ID_TEXT_INPUT_TIMER, (UINT)blink_interval, (UINT)b… in _gx_single_line_text_input_style_add()
|
D | gx_radial_slider_animation_start.c | 89 _gx_system_timer_start((GX_WIDGET *)slider, GX_RADIAL_SLIDER_TIMER, delay, delay); in _gx_radial_slider_animation_start()
|
D | gx_sprite_update.c | 120 _gx_system_timer_start(widget, GX_SPRITE_TIMER, delayval, 0); in _gx_sprite_update()
|
D | gx_sprite_start.c | 107 _gx_system_timer_start(widget, GX_SPRITE_TIMER, delayval, 0); in _gx_sprite_start()
|
D | gx_button_select.c | 112 …_gx_system_timer_start(widget, GX_BUTTON_TIMER, GX_REPEAT_BUTTON_INITIAL_TICS, GX_REPEAT_BUTTON_RE… in _gx_button_select()
|
D | gx_circular_gauge_angle_increment_calculate.c | 102 … _gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, (UINT)delay, (UINT)delay); in _gx_circular_gauge_angle_increment_calculate()
|
D | gx_scroll_wheel_selected_set.c | 115 _gx_system_timer_start((GX_WIDGET *)wheel, GX_ANIMATION_TIMER, 2, 2); in _gx_scroll_wheel_selected_set()
|
D | gx_animation_slide_landing_start.c | 110 _gx_system_timer_start(info -> gx_animation_parent, GX_ANIMATION_SLIDE_TIMER, in _gx_animation_slide_landing_start()
|
D | gx_system_timer_start.c | 84 UINT _gx_system_timer_start(GX_WIDGET *owner, UINT timer_id, UINT initial_ticks, UINT reschedule_t… in _gx_system_timer_start() function
|
D | gx_accordion_menu_event_process.c | 588 _gx_system_timer_start((GX_WIDGET *)accordion, GX_MENU_CLOSE_TIMER, 1, 1); in _gx_accordion_menu_pen_up_event_process() 596 _gx_system_timer_start((GX_WIDGET *)accordion, GX_MENU_OPEN_TIMER, 1, 1); in _gx_accordion_menu_pen_up_event_process()
|
D | gx_vertical_list_event_process.c | 267 _gx_system_timer_start((GX_WIDGET *)list, GX_FLICK_TIMER, 1, 1); in _gx_vertical_list_event_process()
|
D | gx_horizontal_list_event_process.c | 271 _gx_system_timer_start((GX_WIDGET *)list, GX_FLICK_TIMER, 1, 1); in _gx_horizontal_list_event_process()
|
/GUIX-v6.4.1/common/inc/ |
D | gx_system.h | 153 UINT _gx_system_timer_start(GX_WIDGET *owner, UINT timer_id, UINT initial_ticks, UINT re…
|
D | gx_api.h | 3471 #define gx_system_timer_start(a, b, c, d) _gx_system_timer_start((GX_WIDGET … 4278 UINT _gx_system_timer_start(GX_WIDGET *owner, UINT timer_id, UINT initial_ticks, UINT reschedule_ti…
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/ |
D | validation_guix_error_checking_api_coverage_no_output.c | 4221 status = _gx_system_timer_start(0, 0, 0, 0); // owner is NULL in control_thread_entry() 4224 status = _gx_system_timer_start(&widget, 0, 0, 0); // Unavailable to own a timer. in control_thread_entry()
|