Home
last modified time | relevance | path

Searched refs:stackptr (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_system_input_capture.c79 GX_WIDGET **stackptr; in _gx_system_input_capture() local
87 stackptr = _gx_system_input_capture_stack + _gx_system_capture_count; in _gx_system_input_capture()
88 *stackptr = owner; in _gx_system_input_capture()
Dgx_animation_drag_event_process.c95 GX_WIDGET **stackptr; in _gx_animation_drag_event_check() local
140 stackptr = _gx_system_input_capture_stack; in _gx_animation_drag_event_check()
144 while (*stackptr) in _gx_animation_drag_event_check()
146 if (*stackptr != info -> gx_animation_parent) in _gx_animation_drag_event_check()
148 input_release_event.gx_event_target = *stackptr; in _gx_animation_drag_event_check()
151 stackptr++; in _gx_animation_drag_event_check()
Dgx_horizontal_list_event_process.c110 GX_WIDGET **stackptr; in _gx_horizontal_list_event_process() local
230 stackptr = _gx_system_input_capture_stack; in _gx_horizontal_list_event_process()
236 while (stackptr < stacktop) in _gx_horizontal_list_event_process()
238 if (*stackptr != GX_NULL && *stackptr != widget) in _gx_horizontal_list_event_process()
240 input_release_event.gx_event_target = *stackptr; in _gx_horizontal_list_event_process()
243 stackptr++; in _gx_horizontal_list_event_process()
Dgx_vertical_list_event_process.c106 GX_WIDGET **stackptr; in _gx_vertical_list_event_process() local
226 stackptr = _gx_system_input_capture_stack; in _gx_vertical_list_event_process()
232 while (stackptr < stacktop) in _gx_vertical_list_event_process()
234 if (*stackptr != GX_NULL && *stackptr != widget) in _gx_vertical_list_event_process()
236 input_release_event.gx_event_target = *stackptr; in _gx_vertical_list_event_process()
239 stackptr++; in _gx_vertical_list_event_process()