Home
last modified time | relevance | path

Searched refs:scroll_value (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_window_client_scroll.c82 INT scroll_value; in _gx_window_client_scroll() local
96 scroll_value = scroll -> gx_scrollbar_info.gx_scroll_value; in _gx_window_client_scroll()
97 scroll_value = scroll_value - x_scroll; in _gx_window_client_scroll()
102 _gx_scrollbar_value_set(scroll, scroll_value); in _gx_window_client_scroll()
113 scroll_value = scroll -> gx_scrollbar_info.gx_scroll_value; in _gx_window_client_scroll()
114 scroll_value = scroll_value - y_scroll; in _gx_window_client_scroll()
115 _gx_scrollbar_value_set(scroll, scroll_value); in _gx_window_client_scroll()
Dgx_horizontal_list_page_index_set.c79 INT scroll_value; in _gx_horizontal_list_page_index_set() local
89 scroll_value = child -> gx_widget_size.gx_rectangle_left; in _gx_horizontal_list_page_index_set()
90scroll_value += (index - list -> gx_horizontal_list_top_index) * list -> gx_horizontal_list_child_… in _gx_horizontal_list_page_index_set()
91 scroll_value = list -> gx_window_client.gx_rectangle_left - scroll_value; in _gx_horizontal_list_page_index_set()
94 _gx_horizontal_list_scroll(list, scroll_value); in _gx_horizontal_list_page_index_set()
Dgx_vertical_list_page_index_set.c76 INT scroll_value; in _gx_vertical_list_page_index_set() local
85 scroll_value = child -> gx_widget_size.gx_rectangle_top; in _gx_vertical_list_page_index_set()
86scroll_value += (index - list -> gx_vertical_list_top_index) * list -> gx_vertical_list_child_heig… in _gx_vertical_list_page_index_set()
87 scroll_value = list -> gx_window_client.gx_rectangle_top - scroll_value; in _gx_vertical_list_page_index_set()
90 _gx_vertical_list_scroll(list, scroll_value); in _gx_vertical_list_page_index_set()