Searched refs:yShift (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gx_widget_scroll_shift.c | 74 static VOID _gx_widget_scroll_shift_helper(GX_WIDGET *widget, INT xShift, INT yShift) in _gx_widget_scroll_shift_helper() argument 78 _gx_utility_rectangle_shift(&widget -> gx_widget_size, (GX_VALUE)xShift, (GX_VALUE)yShift); in _gx_widget_scroll_shift_helper() 83 _gx_utility_rectangle_shift(&win -> gx_window_client, (GX_VALUE)xShift, (GX_VALUE)yShift); in _gx_widget_scroll_shift_helper() 89 _gx_system_dirty_entry_shift(widget, xShift, yShift); in _gx_widget_scroll_shift_helper() 140 UINT _gx_widget_scroll_shift(GX_WIDGET *widget, INT xShift, INT yShift, GX_BOOL clip) in _gx_widget_scroll_shift() argument 146 if (xShift == 0 && yShift == 0) in _gx_widget_scroll_shift() 151 _gx_widget_scroll_shift_helper(widget, xShift, yShift); in _gx_widget_scroll_shift() 159 _gx_widget_scroll_shift_helper(child, xShift, yShift); in _gx_widget_scroll_shift()
|
| D | gx_window_root_event_process.c | 79 GX_VALUE yShift; in _gx_window_root_event_process() local 94 yShift = (GX_VALUE)(event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_y - in _gx_window_root_event_process() 101 (GX_VALUE)(event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_y - yShift); in _gx_window_root_event_process() 104 _gx_canvas_shift(win -> gx_window_root_canvas, xShift, yShift); in _gx_window_root_event_process()
|
| D | gx_window_event_process.c | 86 GX_VALUE yShift; in _gx_window_event_process() local 114 yShift = (GX_VALUE)(event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_y - in _gx_window_event_process() 119 _gx_widget_shift(widget, xShift, yShift, GX_TRUE); in _gx_window_event_process()
|
| D | gx_system_dirty_partial_add.c | 76 VOID _gx_system_dirty_entry_shift(GX_WIDGET *widget, INT xShift, INT yShift) in _gx_system_dirty_entry_shift() argument 124 …ility_rectangle_shift(&dirty_entry -> gx_dirty_area_rectangle, (GX_VALUE)xShift, (GX_VALUE)yShift); in _gx_system_dirty_entry_shift()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_system.h | 92 VOID _gx_system_dirty_entry_shift(GX_WIDGET *widget, INT xShift, INT yShift);
|
| D | gx_widget.h | 108 UINT _gx_widget_scroll_shift(GX_WIDGET *widget, INT xShift, INT yShift, GX_BOOL clip);
|