Lines Matching refs:root_window
84 GX_WINDOW_ROOT *root_window = GX_NULL; in _gx_system_event_dispatch() local
115 root_window = _gx_system_top_root_find(&out_event); in _gx_system_event_dispatch()
117 if (root_window) in _gx_system_event_dispatch()
122 display = root_window -> gx_window_root_canvas -> gx_canvas_display; in _gx_system_event_dispatch()
147 root_window = (GX_WINDOW_ROOT *)target -> gx_widget_parent; in _gx_system_event_dispatch()
148 while (root_window && root_window -> gx_widget_parent) in _gx_system_event_dispatch()
150 root_window = (GX_WINDOW_ROOT *)root_window -> gx_widget_parent; in _gx_system_event_dispatch()
157 root_window = _gx_system_top_root_find(&out_event); in _gx_system_event_dispatch()
160 if (root_window) in _gx_system_event_dispatch()
166 display = root_window -> gx_window_root_canvas -> gx_canvas_display; in _gx_system_event_dispatch()
175 …(GX_VALUE)(pen_pos.gx_point_x - root_window -> gx_window_root_canvas -> gx_canvas_display_offset_x… in _gx_system_event_dispatch()
177 …(GX_VALUE)(pen_pos.gx_point_y - root_window -> gx_window_root_canvas -> gx_canvas_display_offset_y… in _gx_system_event_dispatch()
182 … target = _gx_system_top_widget_find((GX_WIDGET *)root_window, pen_pos, GX_STATUS_SELECTABLE); in _gx_system_event_dispatch()