Home
last modified time | relevance | path

Searched refs:gx_scroll_visible (Results 1 – 21 of 21) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_tree_view_scroll_info_get.c85 …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()
Dgx_horizontal_list_scroll_info_get.c105 …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()
Dgx_vertical_list_scroll_info_get.c106 …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()
Dgx_rich_text_view_scroll_info_get.c116 … 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()
Dgx_multi_line_text_view_scroll_info_get.c119 … 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()
Dgx_scrollbar_limit_check.c75 …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()
Dgx_scrollbar_thumb_position_calculate.c127 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()
Dgx_window_scroll_info_get.c88 …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()
Dgx_scrollbar_value_calculate.c89 scroll -> gx_scrollbar_info.gx_scroll_visible + 1; in _gx_scrollbar_value_calculate()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_scrollbar_reset.c78 …ll_info.gx_scroll_minimum,scroll_info.gx_scroll_maximum,scroll_info.gx_scroll_visible,scroll_info.… 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_bidi_text_draw_32bpp.c90 while(info->gx_scroll_value < info -> gx_scroll_maximum - info -> gx_scroll_visible + 1) 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()
Dvalidation_guix_vertical_list_scroll.c113 while(info->gx_scroll_value < info->gx_scroll_maximum - info->gx_scroll_visible + 1) in control_thread_entry()
/GUIX-v6.2.1/common/inc/
Dgx_api.h1355 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/
Ddemo_guix_jpeg_decode_24xrgb.pbw9480 "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/
Ddemo_guix_jpeg_decode_8bit_palette.pbw9480 "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/
Ddemo_guix_jpeg_decode_1555xrgb.pbw9480 "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/
Ddemo_guix_jpeg_decode_565rgb.pbw9480 "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/
Ddemo_guix_jpeg_decode_565rgb_rotated_ccw.pbw9480 "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/
Ddemo_guix_jpeg_decode_565rgb_rotated_cw.pbw9480 "ID": "c:@S@GX_SCROLL_INFO_STRUCT@FI@gx_scroll_visible",
9483 "display": "gx_scroll_visible",
9489 "name": "gx_scroll_visible",