Home
last modified time | relevance | path

Searched refs:scroll_size (Results 1 – 25 of 102) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dmessage_box_view_unittest.cc55 gfx::Size scroll_size = message_box_->scroll_view_->size(); in TEST_F() local
56 scroll_size.Enlarge(0, box_border.top() + box_border.bottom()); in TEST_F()
57 EXPECT_EQ(scroll_size, message_box_->size()); in TEST_F()
66 gfx::Size scroll_size = message_box_->scroll_view_->size(); in TEST_F() local
68 gfx::Size content_size(std::max(scroll_size.width(), prompt_size.width()), in TEST_F()
69 scroll_size.height() + prompt_size.height()); in TEST_F()
85 gfx::Size(std::max(std::max(scroll_size.width(), prompt_size.width()), in TEST_F()
87 scroll_size.height() + prompt_size.height() + in TEST_F()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Source/
H A Dtngbarry.c93 pbatng->scroll_size.x = TNG_BA_SCROLL_X; in tng_buttonarray_init()
95 pbatng->scroll_size.x = 0; in tng_buttonarray_init()
97 pbatng->scroll_size.y = TNG_BA_SCROLL_Y; in tng_buttonarray_init()
99 pbatng->scroll_size.y = 0; in tng_buttonarray_init()
152 if (pbatng->scroll_size.y > 0) in tng_buttonarray_init2()
154 sloc.x = pbatng->scroll_size.x + TNG_BA_BORDER_WIDTH; in tng_buttonarray_init2()
157 ssize.y = pbatng->scroll_size.y; in tng_buttonarray_init2()
168 if (pbatng->scroll_size.x > 0) in tng_buttonarray_init2()
171 sloc.y = pbatng->scroll_size.y + TNG_BA_BORDER_WIDTH; in tng_buttonarray_init2()
172 ssize.x = pbatng->scroll_size.x; in tng_buttonarray_init2()
[all …]
/dports/chinese/tintin++/tt/src/
H A Dbuffer.c456 scroll_size = get_scroll_rows(ses); in show_buffer()
523 if (scroll_cut == scroll_size) in show_buffer()
533 else if (scroll_cut > scroll_size) in show_buffer()
681 int scroll_size; in DO_BUFFER() local
702 scroll_size = get_scroll_rows(ses); in DO_BUFFER()
705 while (scroll_size) in DO_BUFFER()
707 scroll_size--; in DO_BUFFER()
731 int scroll_size; in DO_BUFFER() local
751 scroll_size = get_scroll_rows(ses); in DO_BUFFER()
754 while (scroll_size) in DO_BUFFER()
[all …]
/dports/net/tintin++/tt/src/
H A Dbuffer.c456 scroll_size = get_scroll_rows(ses); in show_buffer()
523 if (scroll_cut == scroll_size) in show_buffer()
533 else if (scroll_cut > scroll_size) in show_buffer()
681 int scroll_size; in DO_BUFFER() local
702 scroll_size = get_scroll_rows(ses); in DO_BUFFER()
705 while (scroll_size) in DO_BUFFER()
707 scroll_size--; in DO_BUFFER()
731 int scroll_size; in DO_BUFFER() local
751 scroll_size = get_scroll_rows(ses); in DO_BUFFER()
754 while (scroll_size) in DO_BUFFER()
[all …]
/dports/sysutils/dvtm/dvtm-0.15/
H A Dvt.c343 b->scroll_above = b->scroll_size; in buffer_scroll()
345 if (s > 0 && b->scroll_size) { in buffer_scroll()
357 if (s < 0 && b->scroll_size) { in buffer_scroll()
444 if (scroll_size < 0) in buffer_init()
445 scroll_size = 0; in buffer_init()
446 if (scroll_size && !(b->scroll_buf = calloc(scroll_size, sizeof(Row)))) in buffer_init()
448 b->scroll_size = scroll_size; in buffer_init()
462 if (!b->scroll_size) in buffer_boundry()
467 *bs = &b->scroll_buf[(b->scroll_index - b->scroll_above + b->scroll_size) % b->scroll_size]; in buffer_boundry()
469 *be = &b->scroll_buf[(b->scroll_index-1 + b->scroll_size) % b->scroll_size]; in buffer_boundry()
[all …]
/dports/x11/xmessage/xmessage-1.0.5/
H A Dmakeform.c251 Dimension scroll_size, border_width; in make_queryform() local
280 XtVaGetValues(scroll, XtNheight, &scroll_size, in make_queryform()
283 height_addons = scroll_size + border_width; in make_queryform()
303 XtVaGetValues(scroll, XtNwidth, &scroll_size, in make_queryform()
306 width += scroll_size + border_width; in make_queryform()
/dports/devel/py-osprofiler/osprofiler-3.4.2/osprofiler/drivers/
H A Delasticsearch_driver.py95 scroll_size = len(response["hits"]["hits"])
98 while scroll_size > 0:
105 scroll_size = len(response["hits"]["hits"])
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkviewport.c189 int scroll_size; in viewport_set_adjustment_values() local
193 &scroll_size, NULL, NULL, NULL); in viewport_set_adjustment_values()
196 NULL, &scroll_size, NULL, NULL); in viewport_set_adjustment_values()
199 MAX (other_viewport_size, scroll_size), in viewport_set_adjustment_values()
/dports/sysutils/u-boot-tools/u-boot-2020.07/test/dm/
H A Dvideo.c197 int wrap_size, int scroll_size) in check_vidconsole_output() argument
222 ut_asserteq(scroll_size, compress_frame_buffer(dev)); in check_vidconsole_output()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/test/dm/
H A Dvideo.c203 int wrap_size, int scroll_size) in check_vidconsole_output() argument
228 ut_asserteq(scroll_size, compress_frame_buffer(dev)); in check_vidconsole_output()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/test/dm/
H A Dvideo.c203 int wrap_size, int scroll_size) in check_vidconsole_output() argument
228 ut_asserteq(scroll_size, compress_frame_buffer(dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/test/dm/
H A Dvideo.c203 int wrap_size, int scroll_size) in check_vidconsole_output() argument
228 ut_asserteq(scroll_size, compress_frame_buffer(dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/test/dm/
H A Dvideo.c203 int wrap_size, int scroll_size) in check_vidconsole_output() argument
228 ut_asserteq(scroll_size, compress_frame_buffer(dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/test/dm/
H A Dvideo.c212 int wrap_size, int scroll_size) in check_vidconsole_output() argument
237 ut_asserteq(scroll_size, compress_frame_buffer(uts, dev)); in check_vidconsole_output()

12345