Searched refs:stackptr (Results 1 – 4 of 4) sorted by relevance
79 GX_WIDGET **stackptr; in _gx_system_input_capture() local87 stackptr = _gx_system_input_capture_stack + _gx_system_capture_count; in _gx_system_input_capture()88 *stackptr = owner; in _gx_system_input_capture()
95 GX_WIDGET **stackptr; in _gx_animation_drag_event_check() local140 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()
110 GX_WIDGET **stackptr; in _gx_horizontal_list_event_process() local230 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()
106 GX_WIDGET **stackptr; in _gx_vertical_list_event_process() local226 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()