Searched refs:_gx_system_input_capture_stack (Results 1 – 9 of 9) sorted by relevance
87 stackptr = _gx_system_input_capture_stack + _gx_system_capture_count; in _gx_system_input_capture()
100 target = *_gx_system_input_capture_stack; in _gx_system_event_send()
95 stack = _gx_system_input_capture_stack; in _gx_system_input_release()
230 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()
226 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()
142 target = *_gx_system_input_capture_stack; in _gx_system_event_dispatch()
115 memset(_gx_system_input_capture_stack, 0, sizeof(GX_WIDGET *) * GX_MAX_INPUT_CAPTURE_NESTING); in _gx_system_initialize()
140 stackptr = _gx_system_input_capture_stack; in _gx_animation_drag_event_check()
332 SYSTEM_DECLARE GX_WIDGET *_gx_system_input_capture_stack[GX_MAX_INPUT_CAPTURE_NESTING]; variable