| /GUIX-v6.2.1/common/src/ |
| D | gx_scrollbar_limit_check.c | 74 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()
|
| D | gx_scrollbar_value_set.c | 79 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()
|
| D | gx_scrollbar_value_calculate.c | 128 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()
|
| D | gxe_scrollbar_reset.c | 97 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()
|
| D | gx_scrollbar_thumb_position_calculate.c | 160 …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()
|
| D | gx_window_client_scroll.c | 95 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()
|
| D | gx_horizontal_list_scroll_info_get.c | 109 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()
|
| D | gx_vertical_list_scroll_info_get.c | 110 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()
|
| D | gx_window_scroll_info_get.c | 89 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()
|
| D | gx_tree_view_scroll_info_get.c | 111 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()
|
| D | gx_scrollbar_event_process.c | 157 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()
|
| D | gx_rich_text_view_scroll_info_get.c | 143 info -> gx_scroll_value = value; in _gx_rich_text_view_scroll_info_get()
|
| D | gx_multi_line_text_view_scroll_info_get.c | 146 info -> gx_scroll_value = value; in _gx_multi_line_text_view_scroll_info_get()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_bidi_text_draw_32bpp.c | 90 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()
|
| D | validation_guix_horizontal_list_scroll.c | 112 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()
|
| D | validation_guix_vertical_list_scroll.c | 113 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()
|
| D | validation_guix_all_widgets_tree_view.c | 140 … 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()
|
| D | validation_guix_scrollbar_reset.c | 78 …scroll_info.gx_scroll_value, scroll_info.gx_scroll_minimum,scroll_info.gx_scroll_maximum,scroll_in… in control_thread_entry()
|
| D | validation_guix_ml_text_view_16bpp_text_set.c | 81 while(info->gx_scroll_value < info->gx_scroll_maximum - info->gx_scroll_visible + 1) in control_thread_entry()
|
| D | validation_guix_ml_text_input_block_move.c | 130 … my_event.gx_event_payload.gx_event_intdata[1] = scroll->gx_scrollbar_info.gx_scroll_value; in control_thread_entry()
|
| D | validation_guix_ml_text_input_cache.c | 159 … my_event.gx_event_payload.gx_event_intdata[1] = scroll->gx_scrollbar_info.gx_scroll_value; in control_thread_entry()
|
| D | validation_guix_ml_text_input_select_copy_paste.c | 236 … my_event.gx_event_payload.gx_event_intdata[1] = scroll->gx_scrollbar_info.gx_scroll_value; in run_case()
|
| D | validation_guix_ml_text_input_api_select.c | 202 … my_event.gx_event_payload.gx_event_intdata[1] = scroll->gx_scrollbar_info.gx_scroll_value; in run_case()
|
| D | validation_guix_error_checking_api_coverage_no_output.c | 2213 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/ |
| D | gx_api.h | 1352 INT gx_scroll_value; member
|