Searched refs:stackptr (Results 1 – 4 of 4) sorted by relevance
109 GX_WIDGET **stackptr; in _gx_horizontal_list_event_process() local229 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()
105 GX_WIDGET **stackptr; in _gx_vertical_list_event_process() local225 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()
94 GX_WIDGET **stackptr; in _gx_animation_drag_event_check() local139 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()
78 GX_WIDGET **stackptr; in _gx_system_input_capture() local86 stackptr = _gx_system_input_capture_stack + _gx_system_capture_count; in _gx_system_input_capture()87 *stackptr = owner; in _gx_system_input_capture()