Home
last modified time | relevance | path

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

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c46 static int xMaxScroll; variable
252 xMaxScroll = screenwidth; in WndProc()
271 xMaxScroll = max(screenwidth, xNewSize); in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
277 si.nMax = xMaxScroll; in WndProc()
336 xNewPos = min(xMaxScroll, xNewPos); in WndProc()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c46 static int xMaxScroll; variable
252 xMaxScroll = screenwidth; in WndProc()
271 xMaxScroll = max(screenwidth, xNewSize); in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
277 si.nMax = xMaxScroll; in WndProc()
336 xNewPos = min(xMaxScroll, xNewPos); in WndProc()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c46 static int xMaxScroll; variable
252 xMaxScroll = screenwidth; in WndProc()
271 xMaxScroll = max(screenwidth, xNewSize); in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
277 si.nMax = xMaxScroll; in WndProc()
336 xNewPos = min(xMaxScroll, xNewPos); in WndProc()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c46 static int xMaxScroll; variable
252 xMaxScroll = screenwidth; in WndProc()
271 xMaxScroll = max(screenwidth, xNewSize); in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
277 si.nMax = xMaxScroll; in WndProc()
336 xNewPos = min(xMaxScroll, xNewPos); in WndProc()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c46 static int xMaxScroll; variable
252 xMaxScroll = screenwidth; in WndProc()
271 xMaxScroll = max(screenwidth, xNewSize); in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
277 si.nMax = xMaxScroll; in WndProc()
336 xNewPos = min(xMaxScroll, xNewPos); in WndProc()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c46 static int xMaxScroll; variable
252 xMaxScroll = screenwidth; in WndProc()
271 xMaxScroll = max(screenwidth, xNewSize); in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
277 si.nMax = xMaxScroll; in WndProc()
336 xNewPos = min(xMaxScroll, xNewPos); in WndProc()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c46 static int xMaxScroll; variable
252 xMaxScroll = screenwidth; in WndProc()
271 xMaxScroll = max(screenwidth, xNewSize); in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
277 si.nMax = xMaxScroll; in WndProc()
336 xNewPos = min(xMaxScroll, xNewPos); in WndProc()
/dports/net/freerdp/freerdp-2.5.0/client/Mac/
H A Dmfreerdp.h80 int xMaxScroll; // maximum horizontal scroll value member
/dports/net/freerdp/freerdp-2.5.0/client/Windows/
H A Dwf_client.h122 int xMaxScroll; member
H A Dwf_client.c999 wfc->xMaxScroll = MAX(wfc->context.settings->DesktopWidth - client_width, 0); in wf_size_scrollbars()
1000 wfc->xCurrentScroll = MIN(wfc->xCurrentScroll, wfc->xMaxScroll); in wf_size_scrollbars()
H A Dwf_event.c479 xNewPos = MIN(wfc->xMaxScroll, xNewPos); in wf_event_proc()