Home
last modified time | relevance | path

Searched refs:_gx_system_timer_start (Results 1 – 23 of 23) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgx_scroll_wheel_event_process.c153 _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()
Dgx_single_line_text_input_event_process.c189 _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()
Dgx_vertical_list_slide_back_check.c105 _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()
Dgx_horizontal_list_slide_back_check.c109 _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()
Dgx_multi_line_text_input_event_process.c245 _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()
Dgxe_system_timer_start.c107 status = _gx_system_timer_start(owner, timer_id, initial_ticks, reschedule_ticks); in _gxe_system_timer_start()
Dgx_circular_gauge_animation_set.c92_gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, (UINT)delay, (UINT)delay); in _gx_circular_gauge_animation_set()
Dgx_multi_line_text_input_style_add.c90_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()
Dgx_single_line_text_input_style_add.c92_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()
Dgx_radial_slider_animation_start.c89 _gx_system_timer_start((GX_WIDGET *)slider, GX_RADIAL_SLIDER_TIMER, delay, delay); in _gx_radial_slider_animation_start()
Dgx_sprite_update.c120 _gx_system_timer_start(widget, GX_SPRITE_TIMER, delayval, 0); in _gx_sprite_update()
Dgx_sprite_start.c107 _gx_system_timer_start(widget, GX_SPRITE_TIMER, delayval, 0); in _gx_sprite_start()
Dgx_button_select.c112_gx_system_timer_start(widget, GX_BUTTON_TIMER, GX_REPEAT_BUTTON_INITIAL_TICS, GX_REPEAT_BUTTON_RE… in _gx_button_select()
Dgx_circular_gauge_angle_increment_calculate.c102_gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, (UINT)delay, (UINT)delay); in _gx_circular_gauge_angle_increment_calculate()
Dgx_scroll_wheel_selected_set.c115 _gx_system_timer_start((GX_WIDGET *)wheel, GX_ANIMATION_TIMER, 2, 2); in _gx_scroll_wheel_selected_set()
Dgx_animation_slide_landing_start.c110 _gx_system_timer_start(info -> gx_animation_parent, GX_ANIMATION_SLIDE_TIMER, in _gx_animation_slide_landing_start()
Dgx_system_timer_start.c84 UINT _gx_system_timer_start(GX_WIDGET *owner, UINT timer_id, UINT initial_ticks, UINT reschedule_t… in _gx_system_timer_start() function
Dgx_accordion_menu_event_process.c588 _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()
Dgx_vertical_list_event_process.c267 _gx_system_timer_start((GX_WIDGET *)list, GX_FLICK_TIMER, 1, 1); in _gx_vertical_list_event_process()
Dgx_horizontal_list_event_process.c271 _gx_system_timer_start((GX_WIDGET *)list, GX_FLICK_TIMER, 1, 1); in _gx_horizontal_list_event_process()
/GUIX-v6.4.1/common/inc/
Dgx_system.h153 UINT _gx_system_timer_start(GX_WIDGET *owner, UINT timer_id, UINT initial_ticks, UINT re…
Dgx_api.h3471 #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/
Dvalidation_guix_error_checking_api_coverage_no_output.c4221 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()