Home
last modified time | relevance | path

Searched refs:yMaxScroll (Results 1 – 11 of 11) sorted by relevance

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c49 static int yMaxScroll; variable
256 yMaxScroll = screendepth; in WndProc()
282 yMaxScroll = max(screendepth, yNewSize); in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
288 si.nMax = yMaxScroll; in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c49 static int yMaxScroll; variable
256 yMaxScroll = screendepth; in WndProc()
282 yMaxScroll = max(screendepth, yNewSize); in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
288 si.nMax = yMaxScroll; in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c49 static int yMaxScroll; variable
256 yMaxScroll = screendepth; in WndProc()
282 yMaxScroll = max(screendepth, yNewSize); in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
288 si.nMax = yMaxScroll; in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c49 static int yMaxScroll; variable
256 yMaxScroll = screendepth; in WndProc()
282 yMaxScroll = max(screendepth, yNewSize); in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
288 si.nMax = yMaxScroll; in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c49 static int yMaxScroll; variable
256 yMaxScroll = screendepth; in WndProc()
282 yMaxScroll = max(screendepth, yNewSize); in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
288 si.nMax = yMaxScroll; in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c49 static int yMaxScroll; variable
256 yMaxScroll = screendepth; in WndProc()
282 yMaxScroll = max(screendepth, yNewSize); in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
288 si.nMax = yMaxScroll; in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c49 static int yMaxScroll; variable
256 yMaxScroll = screendepth; in WndProc()
282 yMaxScroll = max(screendepth, yNewSize); in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
288 si.nMax = yMaxScroll; in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
/dports/net/freerdp/freerdp-2.5.0/client/Mac/
H A Dmfreerdp.h86 int yMaxScroll; // maximum vertical scroll value member
/dports/net/freerdp/freerdp-2.5.0/client/Windows/
H A Dwf_client.h127 int yMaxScroll; member
H A Dwf_client.c1015 wfc->yMaxScroll = MAX(wfc->context.settings->DesktopHeight - client_height, 0); in wf_size_scrollbars()
1016 wfc->yCurrentScroll = MIN(wfc->yCurrentScroll, wfc->yMaxScroll); in wf_size_scrollbars()
H A Dwf_event.c548 yNewPos = MIN(wfc->yMaxScroll, yNewPos); in wf_event_proc()