Home
last modified time | relevance | path

Searched refs:gx_scroll_value (Results 1 – 25 of 31) sorted by relevance

12

/GUIX-v6.2.1/common/src/
Dgx_scrollbar_limit_check.c74 if (scrollbar -> gx_scrollbar_info.gx_scroll_value > in _gx_scrollbar_limit_check()
77 scrollbar -> gx_scrollbar_info.gx_scroll_value = in _gx_scrollbar_limit_check()
81 …if (scrollbar -> gx_scrollbar_info.gx_scroll_value < scrollbar -> gx_scrollbar_info.gx_scroll_mini… in _gx_scrollbar_limit_check()
83 … scrollbar -> gx_scrollbar_info.gx_scroll_value = scrollbar -> gx_scrollbar_info.gx_scroll_minimum; in _gx_scrollbar_limit_check()
Dgx_scrollbar_value_set.c79 old_value = scrollbar -> gx_scrollbar_info.gx_scroll_value; in _gx_scrollbar_value_set()
81 scrollbar -> gx_scrollbar_info.gx_scroll_value = value; in _gx_scrollbar_value_set()
84 if (old_value != scrollbar ->gx_scrollbar_info.gx_scroll_value) in _gx_scrollbar_value_set()
88 … newevent.gx_event_payload.gx_event_intdata[0] = scrollbar -> gx_scrollbar_info.gx_scroll_value; in _gx_scrollbar_value_set()
Dgx_scrollbar_value_calculate.c128 oldval = scroll -> gx_scrollbar_info.gx_scroll_value; in _gx_scrollbar_value_calculate()
129 scroll -> gx_scrollbar_info.gx_scroll_value = newval; in _gx_scrollbar_value_calculate()
133 if (scroll -> gx_scrollbar_info.gx_scroll_value != oldval) in _gx_scrollbar_value_calculate()
137 newevent.gx_event_payload.gx_event_intdata[0] = scroll -> gx_scrollbar_info.gx_scroll_value; in _gx_scrollbar_value_calculate()
Dgxe_scrollbar_reset.c97 if ((info != GX_NULL) && ((info -> gx_scroll_value > info -> gx_scroll_maximum) || in _gxe_scrollbar_reset()
98 (info -> gx_scroll_value < info -> gx_scroll_minimum))) in _gxe_scrollbar_reset()
Dgx_scrollbar_thumb_position_calculate.c160 …space *= scroll -> gx_scrollbar_info.gx_scroll_value - scroll -> gx_scrollbar_info.gx_scroll_minim… in _gx_scrollbar_thumb_position_calculate()
169 …if((scroll -> gx_scrollbar_info.gx_scroll_value > scroll -> gx_scrollbar_info.gx_scroll_minimum) && in _gx_scrollbar_thumb_position_calculate()
170 …(scroll -> gx_scrollbar_info.gx_scroll_value + scroll -> gx_scrollbar_info.gx_scroll_visible - 1 <… in _gx_scrollbar_thumb_position_calculate()
Dgx_window_client_scroll.c95 scroll_value = scroll -> gx_scrollbar_info.gx_scroll_value; in _gx_window_client_scroll()
112 scroll_value = scroll -> gx_scrollbar_info.gx_scroll_value; in _gx_window_client_scroll()
Dgx_horizontal_list_scroll_info_get.c109 info -> gx_scroll_value = 0; in _gx_horizontal_list_scroll_info_get()
139 info -> gx_scroll_value = value; in _gx_horizontal_list_scroll_info_get()
Dgx_vertical_list_scroll_info_get.c110 info -> gx_scroll_value = 0; in _gx_vertical_list_scroll_info_get()
140 info -> gx_scroll_value = value; in _gx_vertical_list_scroll_info_get()
Dgx_window_scroll_info_get.c89 return_scroll_info -> gx_scroll_value = window -> gx_window_client.gx_rectangle_top; in _gx_window_scroll_info_get()
113 return_scroll_info -> gx_scroll_value = window -> gx_window_client.gx_rectangle_left; in _gx_window_scroll_info_get()
Dgx_tree_view_scroll_info_get.c111 info -> gx_scroll_value = value; in _gx_tree_view_scroll_info_get()
141 info -> gx_scroll_value = value; in _gx_tree_view_scroll_info_get()
Dgx_scrollbar_event_process.c157 temp_value = scrollbar -> gx_scrollbar_info.gx_scroll_value; in _gx_scrollbar_event_process()
165 …temp_value = scrollbar -> gx_scrollbar_info.gx_scroll_value + scrollbar -> gx_scrollbar_info.gx_sc… in _gx_scrollbar_event_process()
Dgx_rich_text_view_scroll_info_get.c143 info -> gx_scroll_value = value; in _gx_rich_text_view_scroll_info_get()
Dgx_multi_line_text_view_scroll_info_get.c146 info -> gx_scroll_value = value; in _gx_multi_line_text_view_scroll_info_get()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_bidi_text_draw_32bpp.c90 while(info->gx_scroll_value < info -> gx_scroll_maximum - info -> gx_scroll_visible + 1) in control_thread_entry()
111 if((info->gx_scroll_value % frame_offset) == 0) in control_thread_entry()
127 while(info->gx_scroll_value > info->gx_scroll_minimum) in control_thread_entry()
149 if((info->gx_scroll_value % frame_offset) == 0) in control_thread_entry()
Dvalidation_guix_horizontal_list_scroll.c112 while(info->gx_scroll_value < info->gx_scroll_maximum - info->gx_scroll_visible + 1) in control_thread_entry()
130 while(info->gx_scroll_value > info->gx_scroll_minimum) in control_thread_entry()
Dvalidation_guix_vertical_list_scroll.c113 while(info->gx_scroll_value < info->gx_scroll_maximum - info->gx_scroll_visible + 1) in control_thread_entry()
126 while(info->gx_scroll_value > info->gx_scroll_minimum) in control_thread_entry()
Dvalidation_guix_all_widgets_tree_view.c140 … my_event.gx_event_payload.gx_event_intdata[1] = scroll->gx_scrollbar_info.gx_scroll_value; in control_thread_entry()
155 … my_event.gx_event_payload.gx_event_intdata[1] = scroll->gx_scrollbar_info.gx_scroll_value; in control_thread_entry()
Dvalidation_guix_scrollbar_reset.c78 …scroll_info.gx_scroll_value, scroll_info.gx_scroll_minimum,scroll_info.gx_scroll_maximum,scroll_in… in control_thread_entry()
Dvalidation_guix_ml_text_view_16bpp_text_set.c81 while(info->gx_scroll_value < info->gx_scroll_maximum - info->gx_scroll_visible + 1) in control_thread_entry()
Dvalidation_guix_ml_text_input_block_move.c130 … my_event.gx_event_payload.gx_event_intdata[1] = scroll->gx_scrollbar_info.gx_scroll_value; in control_thread_entry()
Dvalidation_guix_ml_text_input_cache.c159 … my_event.gx_event_payload.gx_event_intdata[1] = scroll->gx_scrollbar_info.gx_scroll_value; in control_thread_entry()
Dvalidation_guix_ml_text_input_select_copy_paste.c236 … my_event.gx_event_payload.gx_event_intdata[1] = scroll->gx_scrollbar_info.gx_scroll_value; in run_case()
Dvalidation_guix_ml_text_input_api_select.c202 … my_event.gx_event_payload.gx_event_intdata[1] = scroll->gx_scrollbar_info.gx_scroll_value; in run_case()
Dvalidation_guix_error_checking_api_coverage_no_output.c2213 scroll_info.gx_scroll_minimum = scroll_info.gx_scroll_value + 1; in control_thread_entry()
2226 scroll_info.gx_scroll_value = 2; in control_thread_entry()
3926 scrollbar.gx_scrollbar_info.gx_scroll_value = 0; in control_thread_entry()
3936 scrollbar.gx_scrollbar_info.gx_scroll_value = 0; in control_thread_entry()
4263 scrollbar.gx_scrollbar_info.gx_scroll_value = 0; in control_thread_entry()
/GUIX-v6.2.1/common/inc/
Dgx_api.h1352 INT gx_scroll_value; member

12