Searched refs:xShift (Results 1 – 6 of 6) sorted by relevance
/GUIX-v6.2.1/common/src/ |
D | gx_widget_scroll_shift.c | 75 static VOID _gx_widget_scroll_shift_helper(GX_WIDGET *widget, INT xShift, INT yShift) in _gx_widget_scroll_shift_helper() argument 79 _gx_utility_rectangle_shift(&widget -> gx_widget_size, (GX_VALUE)xShift, (GX_VALUE)yShift); in _gx_widget_scroll_shift_helper() 84 _gx_utility_rectangle_shift(&win -> gx_window_client, (GX_VALUE)xShift, (GX_VALUE)yShift); in _gx_widget_scroll_shift_helper() 90 _gx_system_dirty_entry_shift(widget, xShift, yShift); in _gx_widget_scroll_shift_helper() 141 UINT _gx_widget_scroll_shift(GX_WIDGET *widget, INT xShift, INT yShift, GX_BOOL clip) in _gx_widget_scroll_shift() argument 147 if (xShift == 0 && yShift == 0) in _gx_widget_scroll_shift() 152 _gx_widget_scroll_shift_helper(widget, xShift, yShift); in _gx_widget_scroll_shift() 160 _gx_widget_scroll_shift_helper(child, xShift, yShift); in _gx_widget_scroll_shift()
|
D | gx_window_root_event_process.c | 79 GX_VALUE xShift; in _gx_window_root_event_process() local 93 xShift = (GX_VALUE)(event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_x - in _gx_window_root_event_process() 100 (GX_VALUE)(event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_x - xShift); in _gx_window_root_event_process() 105 _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 xShift; in _gx_window_event_process() local 113 xShift = (GX_VALUE)(event_ptr -> gx_event_payload.gx_event_pointdata.gx_point_x - in _gx_window_event_process() 120 _gx_widget_shift(widget, xShift, yShift, GX_TRUE); in _gx_window_event_process()
|
D | gx_system_dirty_partial_add.c | 77 VOID _gx_system_dirty_entry_shift(GX_WIDGET *widget, INT xShift, INT yShift) in _gx_system_dirty_entry_shift() argument 125 …_gx_utility_rectangle_shift(&dirty_entry -> gx_dirty_area_rectangle, (GX_VALUE)xShift, (GX_VALUE)y… in _gx_system_dirty_entry_shift()
|
/GUIX-v6.2.1/common/inc/ |
D | gx_system.h | 93 VOID _gx_system_dirty_entry_shift(GX_WIDGET *widget, INT xShift, INT yShift);
|
D | gx_widget.h | 109 UINT _gx_widget_scroll_shift(GX_WIDGET *widget, INT xShift, INT yShift, GX_BOOL clip);
|