| /GUIX-v6.2.1/common/src/ |
| D | gx_tree_view_scroll_info_get.c | 85 …info -> gx_scroll_visible = (GX_VALUE)(client -> gx_rectangle_bottom - client -> gx_rectangle_top … in _gx_tree_view_scroll_info_get() 87 if (tree -> gx_tree_view_tree_height < info -> gx_scroll_visible) in _gx_tree_view_scroll_info_get() 89 info -> gx_scroll_maximum = info -> gx_scroll_minimum + info -> gx_scroll_visible - 1; in _gx_tree_view_scroll_info_get() 99 else if (value > info -> gx_scroll_maximum - info -> gx_scroll_visible + 1) in _gx_tree_view_scroll_info_get() 101 value = info -> gx_scroll_maximum - info -> gx_scroll_visible + 1; in _gx_tree_view_scroll_info_get() 117 …info -> gx_scroll_visible = (GX_VALUE)(client -> gx_rectangle_right - client -> gx_rectangle_left … in _gx_tree_view_scroll_info_get() 119 if (tree -> gx_tree_view_tree_width < info -> gx_scroll_visible) in _gx_tree_view_scroll_info_get() 121 info -> gx_scroll_maximum = info -> gx_scroll_minimum + info -> gx_scroll_visible - 1; in _gx_tree_view_scroll_info_get() 131 else if (value > info -> gx_scroll_maximum - info -> gx_scroll_visible + 1) in _gx_tree_view_scroll_info_get() 133 value = info -> gx_scroll_maximum - info -> gx_scroll_visible + 1; in _gx_tree_view_scroll_info_get()
|
| D | gx_horizontal_list_scroll_info_get.c | 105 …info -> gx_scroll_visible = (GX_VALUE)(list -> gx_window_client.gx_rectangle_right - list -> gx_wi… in _gx_horizontal_list_scroll_info_get() 107 if (info -> gx_scroll_maximum <= info -> gx_scroll_visible) in _gx_horizontal_list_scroll_info_get() 111 info -> gx_scroll_maximum = info -> gx_scroll_visible; in _gx_horizontal_list_scroll_info_get() 133 if (value > info -> gx_scroll_maximum - info -> gx_scroll_visible + 1) in _gx_horizontal_list_scroll_info_get() 135 value = info -> gx_scroll_maximum - info -> gx_scroll_visible + 1; in _gx_horizontal_list_scroll_info_get()
|
| D | gx_vertical_list_scroll_info_get.c | 106 …info -> gx_scroll_visible = (GX_VALUE)(list -> gx_window_client.gx_rectangle_bottom - list -> gx_w… in _gx_vertical_list_scroll_info_get() 108 if (info -> gx_scroll_maximum <= info -> gx_scroll_visible) in _gx_vertical_list_scroll_info_get() 112 info -> gx_scroll_maximum = info->gx_scroll_visible; in _gx_vertical_list_scroll_info_get() 134 if (value > info -> gx_scroll_maximum - info -> gx_scroll_visible + 1) in _gx_vertical_list_scroll_info_get() 136 value = info -> gx_scroll_maximum - info -> gx_scroll_visible + 1; in _gx_vertical_list_scroll_info_get()
|
| D | gx_rich_text_view_scroll_info_get.c | 116 … info -> gx_scroll_visible = (GX_VALUE)(client.gx_rectangle_bottom - client.gx_rectangle_top + 1); in _gx_rich_text_view_scroll_info_get() 118 if (text_height < info -> gx_scroll_visible) in _gx_rich_text_view_scroll_info_get() 120 info -> gx_scroll_maximum = info -> gx_scroll_minimum + info -> gx_scroll_visible - 1; in _gx_rich_text_view_scroll_info_get() 130 else if (value > info -> gx_scroll_maximum - info -> gx_scroll_visible + 1) in _gx_rich_text_view_scroll_info_get() 132 value = info -> gx_scroll_maximum - info -> gx_scroll_visible + 1; in _gx_rich_text_view_scroll_info_get()
|
| D | gx_multi_line_text_view_scroll_info_get.c | 119 … info -> gx_scroll_visible = (GX_VALUE)(client.gx_rectangle_bottom - client.gx_rectangle_top + 1); in _gx_multi_line_text_view_scroll_info_get() 121 if (text_height < info -> gx_scroll_visible) in _gx_multi_line_text_view_scroll_info_get() 123 info -> gx_scroll_maximum = info -> gx_scroll_minimum + info -> gx_scroll_visible - 1; in _gx_multi_line_text_view_scroll_info_get() 133 else if (value > info -> gx_scroll_maximum - info -> gx_scroll_visible + 1) in _gx_multi_line_text_view_scroll_info_get() 135 value = info -> gx_scroll_maximum - info -> gx_scroll_visible + 1; in _gx_multi_line_text_view_scroll_info_get()
|
| D | gx_scrollbar_limit_check.c | 75 …ar -> gx_scrollbar_info.gx_scroll_maximum - scrollbar -> gx_scrollbar_info.gx_scroll_visible) + 1)) in _gx_scrollbar_limit_check() 78 …bar -> gx_scrollbar_info.gx_scroll_maximum - scrollbar -> gx_scrollbar_info.gx_scroll_visible) + 1; in _gx_scrollbar_limit_check()
|
| D | gx_scrollbar_thumb_position_calculate.c | 127 thumb_length = travelsize * scroll -> gx_scrollbar_info.gx_scroll_visible; in _gx_scrollbar_thumb_position_calculate() 161 range -= scroll -> gx_scrollbar_info.gx_scroll_visible; 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_scroll_info_get.c | 88 …return_scroll_info -> gx_scroll_visible = (GX_VALUE)(return_scroll_info -> gx_scroll_maximum - ret… in _gx_window_scroll_info_get() 112 …return_scroll_info -> gx_scroll_visible = (GX_VALUE)(return_scroll_info -> gx_scroll_maximum - ret… in _gx_window_scroll_info_get()
|
| D | gx_scrollbar_value_calculate.c | 89 scroll -> gx_scrollbar_info.gx_scroll_visible + 1; in _gx_scrollbar_value_calculate()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_scrollbar_reset.c | 78 …ll_info.gx_scroll_minimum,scroll_info.gx_scroll_maximum,scroll_info.gx_scroll_visible,scroll_info.… 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_bidi_text_draw_32bpp.c | 90 while(info->gx_scroll_value < info -> gx_scroll_maximum - info -> gx_scroll_visible + 1) 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()
|
| 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()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_api.h | 1355 GX_VALUE gx_scroll_visible; member
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_24xrgb.pbw | 9480 "ID": "c:@S@GX_SCROLL_INFO_STRUCT@FI@gx_scroll_visible", 9483 "display": "gx_scroll_visible", 9489 "name": "gx_scroll_visible",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_8bit_palette/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_8bit_palette.pbw | 9480 "ID": "c:@S@GX_SCROLL_INFO_STRUCT@FI@gx_scroll_visible", 9483 "display": "gx_scroll_visible", 9489 "name": "gx_scroll_visible",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_1555xrgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_1555xrgb.pbw | 9480 "ID": "c:@S@GX_SCROLL_INFO_STRUCT@FI@gx_scroll_visible", 9483 "display": "gx_scroll_visible", 9489 "name": "gx_scroll_visible",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb.pbw | 9480 "ID": "c:@S@GX_SCROLL_INFO_STRUCT@FI@gx_scroll_visible", 9483 "display": "gx_scroll_visible", 9489 "name": "gx_scroll_visible",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_ccw/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_ccw.pbw | 9480 "ID": "c:@S@GX_SCROLL_INFO_STRUCT@FI@gx_scroll_visible", 9483 "display": "gx_scroll_visible", 9489 "name": "gx_scroll_visible",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_cw/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_cw.pbw | 9480 "ID": "c:@S@GX_SCROLL_INFO_STRUCT@FI@gx_scroll_visible", 9483 "display": "gx_scroll_visible", 9489 "name": "gx_scroll_visible",
|