Home
last modified time | relevance | path

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

/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dscrollbar.c313 if (hdWindow->page->scrolling->height <= hdWindow->scrollheight) in showScrollBars()
428 gWindow->scrollheight = gWindow->page->bot_scroll_margin - in calculateScrollBarMeasures()
430 gWindow->scrollheight = gWindow->scrollheight - gWindow->scrollheight % line_height; in calculateScrollBarMeasures()
437 if (gWindow->scrollheight >= gWindow->page->scrolling->height) { in calculateScrollBarMeasures()
476 (gWindow->page->scrolling->height - gWindow->scrollheight)) in calculateScrollBarMeasures()
478 -(gWindow->page->scrolling->height - gWindow->scrollheight); in calculateScrollBarMeasures()
526 gWindow->scrollwidth, gWindow->scrollheight - line_height + 1, in scrollUp()
570 (gWindow->page->scrolling->height - gWindow->scrollheight)) { in scrollDown()
583 gWindow->scrollheight - line_height, in scrollDown()
604 (gWindow->page->scrolling->height - gWindow->scrollheight)) in scrollDownPage()
[all …]
H A Ddisplay.c106 wc.height = gWindow->scrollheight; in show_page()
107 if (gWindow->page->scrolling->height <= gWindow->scrollheight) { in show_page()
116 wc.height = gWindow->scrollheight = 1; in show_page()
198 if (height > gWindow->scrollheight) { in expose_page()
199 gWindow->scrollheight = 1; in expose_page()
271 gWindow->scrollheight - node->y + line_height - y_off, in paste_page()
282 if (height > gWindow->scrollheight) { in paste_page()
283 gWindow->scrollheight = 1; in paste_page()
H A Dextent.h75 <= gWindow->scrollheight && \
H A Dshow-types.c569 else if (dest_y + node->image.xi->height > gWindow->scrollheight) { in show_image()
572 src_height = gWindow->scrollheight - dest_y; in show_image()
H A Dhyper.h341 int scrollheight; /* the height of the scrolling area */ member
/dports/japanese/kterm/kterm-6.2.0.fb6/
H A Dutil.c63 register int scrollheight; local
78 scrollheight = i;
96 scrollheight += i;
112 scrollheight -= i;
226 scrollheight = i;
236 scrollheight -= i;
320 scrollheight -= i;
392 scrollheight -= i;
460 scrollheight = i - n;
468 scrollheight = i;
[all …]
H A Dscrollbar.c282 register int scrolltop, scrollheight, refreshtop; local
302 scrollheight = screen->max_row - lines + 1;
307 refreshtop = scrollheight;
316 scrolling_copy_area(screen, scrolltop, scrollheight, -i);
/dports/games/vultures-eye/vulture-2.3.67/vulture/winclass/
H A Dmenuwin.cpp321 int scrollheight = 0; in layout() local
348 scrollheight = scrollarea->get_scrollheight(); in layout()
351 h = scrollheight + buttonheight; in layout()
355 scrollheight = h - buttonheight; in layout()
356 scrollarea->set_height(scrollheight); in layout()
H A Dscrollwin.cpp207 void scrollwin::set_height(int scrollheight) in set_height() argument
211 h = scrollheight; in set_height()
218 if (inner_height > scrollheight) { in set_height()
/dports/x11/xterm/xterm-370/
H A Dutil.c193 int scrollheight; in FlushScroll() local
230 scrollheight = i; in FlushScroll()
247 scrollheight += i; in FlushScroll()
266 scrollheight -= i; in FlushScroll()
276 scrollheight, in FlushScroll()
667 int scrollheight; in xtermScroll() local
689 scrollheight = i; in xtermScroll()
712 scrollheight, in xtermScroll()
929 scrollheight, in RevScroll()
1392 scrollheight = i; in DeleteLine()
[all …]
H A Dscrollbar.c402 int scrolltop, scrollheight, refreshtop; in WindowScroll() local
409 scrollheight = screen->max_row - lines + 1; in WindowScroll()
414 refreshtop = scrollheight; in WindowScroll()
416 scrolling_copy_area(xw, scrolltop, scrollheight, -i); in WindowScroll()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextOutP.h130 int scrollheight; /* Total height of text we have to display. */ member
H A DTextOut.c1620 if (new_sliderSize > data->scrollheight) new_sliderSize = data->scrollheight;
1634 if ((maximum != data->scrollheight ||
1975 if (newheight != data->scrollheight &&
1978 else data->scrollheight = 1;
2010 else data->scrollheight = 1;
4418 if (new_sliderSize > data->scrollheight)
4419 new_sliderSize = data->scrollheight;
4423 nav_data.maximum.y = data->scrollheight;
4796 if (new_size > data->scrollheight) new_size = data->scrollheight;
4809 nav_data.maximum.y = data->scrollheight;
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dsegac2_vidhrdw.c101 static UINT8 scrollheight; /* height of the scroll area in tiles */ variable
270 state_save_register_UINT8("C2_Video", 0, "scrollheight", &scrollheight, 1); in VIDEO_START()
893 scrollheight = size_table[(regdat & 0x30) >> 4]; in vdp_register_w()
1180 int temp = ((columnvscroll / 8) & (scrollheight - 1)) * scrollwidth; in get_scroll_tiles()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dsegac2_vidhrdw.c102 static UINT8 scrollheight; /* height of the scroll area in tiles */ variable
271 state_save_register_UINT8("C2_Video", 0, "scrollheight", &scrollheight, 1); in VIDEO_START()
892 scrollheight = size_table[(regdat & 0x30) >> 4]; in vdp_register_w()
1179 int temp = ((columnvscroll / 8) & (scrollheight - 1)) * scrollwidth; in get_scroll_tiles()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/drivers/win32/
H A Dwin_con.c910 int scrollheight; in Client_OnSize() local
920 scrollheight = 0; in Client_OnSize()
922 scrollheight = sbi.rcScrollBar.bottom - sbi.rcScrollBar.top; in Client_OnSize()
924 canvasRows = (h - scrollheight) / cyChar; in Client_OnSize()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/drivers/win32/
H A Dwin_con.c910 int scrollheight; in Client_OnSize() local
920 scrollheight = 0; in Client_OnSize()
922 scrollheight = sbi.rcScrollBar.bottom - sbi.rcScrollBar.top; in Client_OnSize()
924 canvasRows = (h - scrollheight) / cyChar; in Client_OnSize()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/drivers/win32/
H A Dwin_con.c891 int scrollheight; in Client_OnSize() local
901 scrollheight = 0; in Client_OnSize()
903 scrollheight = sbi.rcScrollBar.bottom - sbi.rcScrollBar.top; in Client_OnSize()
905 canvasRows = (h - scrollheight) / cyChar; in Client_OnSize()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/drivers/win32/
H A Dwin_con.c910 int scrollheight; in Client_OnSize() local
920 scrollheight = 0; in Client_OnSize()
922 scrollheight = sbi.rcScrollBar.bottom - sbi.rcScrollBar.top; in Client_OnSize()
924 canvasRows = (h - scrollheight) / cyChar; in Client_OnSize()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/drivers/win32/
H A Dwin_con.c910 int scrollheight; in Client_OnSize() local
920 scrollheight = 0; in Client_OnSize()
922 scrollheight = sbi.rcScrollBar.bottom - sbi.rcScrollBar.top; in Client_OnSize()
924 canvasRows = (h - scrollheight) / cyChar; in Client_OnSize()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/drivers/win32/
H A Dwin_con.c910 int scrollheight; in Client_OnSize() local
920 scrollheight = 0; in Client_OnSize()
922 scrollheight = sbi.rcScrollBar.bottom - sbi.rcScrollBar.top; in Client_OnSize()
924 canvasRows = (h - scrollheight) / cyChar; in Client_OnSize()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/drivers/win32/
H A Dwin_con.c891 int scrollheight; in Client_OnSize() local
901 scrollheight = 0; in Client_OnSize()
903 scrollheight = sbi.rcScrollBar.bottom - sbi.rcScrollBar.top; in Client_OnSize()
905 canvasRows = (h - scrollheight) / cyChar; in Client_OnSize()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dlazpaint.prj658 scrollheight=0
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dmenus.cpp5021 const int32_t scrollheight = klabs(format->bottomcutoff) - format->pos.y; in Menu_RunScrollbar() local
5023 int32_t scrollregionend = scrolly + scrollheight; in Menu_RunScrollbar()
5051 Menu_BlackRectangle(scrollx, scrolly, scrollwidth, scrollheight, 1|32); in Menu_RunScrollbar()
5068 … else if (!Menu_MouseOutsideBounds(&m_mousepos, scrollx, scrolly, scrollwidth, scrollheight)) in Menu_RunScrollbar()
5070 if (m_mousepos.y > scrolly + ((scrollheight>>17)<<16)) in Menu_RunScrollbar()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dmenus.cpp5710 const int32_t scrollheight = klabs(format->bottomcutoff) - format->pos.y; in Menu_RunScrollbar() local
5712 int32_t scrollregionend = scrolly + scrollheight; in Menu_RunScrollbar()
5740 Menu_BlackRectangle(scrollx, scrolly, scrollwidth, scrollheight, 1|32); in Menu_RunScrollbar()
5757 … else if (!Menu_MouseOutsideBounds(&m_mousepos, scrollx, scrolly, scrollwidth, scrollheight)) in Menu_RunScrollbar()
5759 if (m_mousepos.y > scrolly + scrollheight/2) in Menu_RunScrollbar()