Home
last modified time | relevance | path

Searched refs:_gx_widget_scroll_shift (Results 1 – 11 of 11) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_animation_slide_landing.c201 _gx_widget_scroll_shift(target_1, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()
205_gx_widget_scroll_shift(target_2, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()
273 _gx_widget_scroll_shift(target_1, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()
Dgx_window_scroll.c113 _gx_widget_scroll_shift(child, x_scroll, y_scroll, GX_TRUE); in _gx_window_scroll()
Dgx_animation_drag_tracking.c198_gx_widget_scroll_shift(target_2, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX… in _gx_animation_drag_tracking()
201_gx_widget_scroll_shift(target_1, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX… in _gx_animation_drag_tracking()
Dgx_widget_scroll_shift.c141 UINT _gx_widget_scroll_shift(GX_WIDGET *widget, INT xShift, INT yShift, GX_BOOL clip) in _gx_widget_scroll_shift() function
Dgx_tree_view_scroll.c114 _gx_widget_scroll_shift(child, x_scroll, y_scroll, GX_TRUE); in _gx_tree_view_scroll()
Dgx_accordion_menu_event_process.c93 _gx_widget_scroll_shift(child, 0, shift, GX_TRUE); in _gx_accordion_menu_shift_helper()
98 _gx_widget_scroll_shift((GX_WIDGET *)&menu -> gx_menu_list, 0, shift, GX_TRUE); in _gx_accordion_menu_shift_helper()
110 _gx_widget_scroll_shift(child, 0, shift, GX_TRUE); in _gx_accordion_menu_shift_helper()
Dgx_generic_scroll_wheel_scroll.c136 _gx_widget_scroll_shift(child, 0, shift, GX_TRUE); in _gx_generic_scroll_wheel_scroll()
Dgx_horizontal_list_scroll.c252 _gx_widget_scroll_shift(child, amount, 0, GX_TRUE); in _gx_horizontal_list_scroll()
Dgx_vertical_list_scroll.c251 _gx_widget_scroll_shift(child, 0, amount, GX_TRUE); in _gx_vertical_list_scroll()
Dgx_animation_update.c232_gx_widget_scroll_shift(target, (GX_VALUE)x_trans, (GX_VALUE)y_trans, GX_TRUE); in _gx_animation_update()
/GUIX-v6.2.1/common/inc/
Dgx_widget.h109 UINT _gx_widget_scroll_shift(GX_WIDGET *widget, INT xShift, INT yShift, GX_BOOL clip);