Home
last modified time | relevance | path

Searched refs:_gx_system_input_capture_stack (Results 1 – 9 of 9) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_system_input_capture.c87 stackptr = _gx_system_input_capture_stack + _gx_system_capture_count; in _gx_system_input_capture()
Dgx_system_event_send.c100 target = *_gx_system_input_capture_stack; in _gx_system_event_send()
Dgx_system_input_release.c95 stack = _gx_system_input_capture_stack; in _gx_system_input_release()
Dgx_horizontal_list_event_process.c230 stackptr = _gx_system_input_capture_stack; in _gx_horizontal_list_event_process()
231 stacktop = _gx_system_input_capture_stack + _gx_system_capture_count; in _gx_horizontal_list_event_process()
Dgx_vertical_list_event_process.c226 stackptr = _gx_system_input_capture_stack; in _gx_vertical_list_event_process()
227 stacktop = _gx_system_input_capture_stack + _gx_system_capture_count; in _gx_vertical_list_event_process()
Dgx_system_event_dispatch.c142 target = *_gx_system_input_capture_stack; in _gx_system_event_dispatch()
Dgx_system_initialize.c115 memset(_gx_system_input_capture_stack, 0, sizeof(GX_WIDGET *) * GX_MAX_INPUT_CAPTURE_NESTING); in _gx_system_initialize()
Dgx_animation_drag_event_process.c140 stackptr = _gx_system_input_capture_stack; in _gx_animation_drag_event_check()
/GUIX-v6.2.1/common/inc/
Dgx_system.h332 SYSTEM_DECLARE GX_WIDGET *_gx_system_input_capture_stack[GX_MAX_INPUT_CAPTURE_NESTING]; variable