Searched refs:GX_MARK_TIMER (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| 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() 213 _gx_system_timer_stop((GX_WIDGET *)text_input, GX_MARK_TIMER); in _gx_single_line_text_input_pen_drag_process() 393 _gx_system_timer_stop((GX_WIDGET *)text_input, GX_MARK_TIMER); in _gx_single_line_text_input_event_process() 402 if (event_ptr -> gx_event_payload.gx_event_timer_id == GX_MARK_TIMER) in _gx_single_line_text_input_event_process()
|
| 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() 269 _gx_system_timer_stop((GX_WIDGET *)text_input, GX_MARK_TIMER); in _gx_multi_line_text_input_pen_drag_process() 455 _gx_system_timer_stop((GX_WIDGET *)text_input, GX_MARK_TIMER); in _gx_multi_line_text_input_event_process() 466 if (event_ptr -> gx_event_payload.gx_event_timer_id == GX_MARK_TIMER) in _gx_multi_line_text_input_event_process()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_single_line_text_input.h | 55 #define GX_MARK_TIMER 3 macro
|
| D | gx_multi_line_text_input.h | 49 #define GX_MARK_TIMER 3 macro
|