Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_horizontal_list_event_process.c109 GX_WIDGET **stackptr; in _gx_horizontal_list_event_process() local
229 stackptr = _gx_system_input_capture_stack; in _gx_horizontal_list_event_process()
235 while (stackptr < stacktop) in _gx_horizontal_list_event_process()
237 if (*stackptr != GX_NULL && *stackptr != widget) in _gx_horizontal_list_event_process()
239 input_release_event.gx_event_target = *stackptr; in _gx_horizontal_list_event_process()
242 stackptr++; in _gx_horizontal_list_event_process()
Dgx_vertical_list_event_process.c105 GX_WIDGET **stackptr; in _gx_vertical_list_event_process() local
225 stackptr = _gx_system_input_capture_stack; in _gx_vertical_list_event_process()
231 while (stackptr < stacktop) in _gx_vertical_list_event_process()
233 if (*stackptr != GX_NULL && *stackptr != widget) in _gx_vertical_list_event_process()
235 input_release_event.gx_event_target = *stackptr; in _gx_vertical_list_event_process()
238 stackptr++; in _gx_vertical_list_event_process()
Dgx_animation_drag_event_process.c94 GX_WIDGET **stackptr; in _gx_animation_drag_event_check() local
139 stackptr = _gx_system_input_capture_stack; in _gx_animation_drag_event_check()
143 while (*stackptr) in _gx_animation_drag_event_check()
145 if (*stackptr != info -> gx_animation_parent) in _gx_animation_drag_event_check()
147 input_release_event.gx_event_target = *stackptr; in _gx_animation_drag_event_check()
150 stackptr++; in _gx_animation_drag_event_check()
Dgx_system_input_capture.c78 GX_WIDGET **stackptr; in _gx_system_input_capture() local
86 stackptr = _gx_system_input_capture_stack + _gx_system_capture_count; in _gx_system_input_capture()
87 *stackptr = owner; in _gx_system_input_capture()