Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_window_client_scroll.c81 INT scroll_value; in _gx_window_client_scroll() local
95 scroll_value = scroll -> gx_scrollbar_info.gx_scroll_value; in _gx_window_client_scroll()
96 scroll_value = scroll_value - x_scroll; in _gx_window_client_scroll()
101 _gx_scrollbar_value_set(scroll, scroll_value); in _gx_window_client_scroll()
112 scroll_value = scroll -> gx_scrollbar_info.gx_scroll_value; in _gx_window_client_scroll()
113 scroll_value = scroll_value - y_scroll; in _gx_window_client_scroll()
114 _gx_scrollbar_value_set(scroll, scroll_value); in _gx_window_client_scroll()
Dgx_horizontal_list_page_index_set.c78 INT scroll_value; in _gx_horizontal_list_page_index_set() local
88 scroll_value = child -> gx_widget_size.gx_rectangle_left; in _gx_horizontal_list_page_index_set()
89scroll_value += (index - list -> gx_horizontal_list_top_index) * list -> gx_horizontal_list_child_… in _gx_horizontal_list_page_index_set()
90 scroll_value = list -> gx_window_client.gx_rectangle_left - scroll_value; in _gx_horizontal_list_page_index_set()
93 _gx_horizontal_list_scroll(list, scroll_value); in _gx_horizontal_list_page_index_set()
Dgx_vertical_list_page_index_set.c75 INT scroll_value; in _gx_vertical_list_page_index_set() local
84 scroll_value = child -> gx_widget_size.gx_rectangle_top; in _gx_vertical_list_page_index_set()
85scroll_value += (index - list -> gx_vertical_list_top_index) * list -> gx_vertical_list_child_heig… in _gx_vertical_list_page_index_set()
86 scroll_value = list -> gx_window_client.gx_rectangle_top - scroll_value; in _gx_vertical_list_page_index_set()
89 _gx_vertical_list_scroll(list, scroll_value); in _gx_vertical_list_page_index_set()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_ml_text_input_block_move.c72 INT scroll_value; member
128 my_event.gx_event_payload.gx_event_intdata[0] = test->scroll_value; in control_thread_entry()
Dvalidation_guix_ml_text_input_cache.c73 INT scroll_value; member
157 my_event.gx_event_payload.gx_event_intdata[0] = test->scroll_value; in control_thread_entry()
Dvalidation_guix_ml_text_input_select_copy_paste.c73 INT scroll_value; member
235 my_event.gx_event_payload.gx_event_intdata[0] = test->scroll_value; in run_case()
Dvalidation_guix_ml_text_input_api_select.c75 INT scroll_value; member
201 my_event.gx_event_payload.gx_event_intdata[0] = test->scroll_value; in run_case()
Dvalidation_guix_ml_text_input_event_process.c75 INT scroll_value; member