Home
last modified time | relevance | path

Searched refs:xCurrentScroll (Results 1 – 14 of 14) sorted by relevance

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c47 static int xCurrentScroll; variable
253 xCurrentScroll = 0; in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
279 si.nPos = xCurrentScroll; in WndProc()
304 xCurrentScroll, in WndProc()
318 xNewPos = xCurrentScroll - 50; in WndProc()
321 xNewPos = xCurrentScroll + 50; in WndProc()
324 xNewPos = xCurrentScroll - 5; in WndProc()
327 xNewPos = xCurrentScroll + 5; in WndProc()
333 xNewPos = xCurrentScroll; in WndProc()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c47 static int xCurrentScroll; variable
253 xCurrentScroll = 0; in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
279 si.nPos = xCurrentScroll; in WndProc()
304 xCurrentScroll, in WndProc()
318 xNewPos = xCurrentScroll - 50; in WndProc()
321 xNewPos = xCurrentScroll + 50; in WndProc()
324 xNewPos = xCurrentScroll - 5; in WndProc()
327 xNewPos = xCurrentScroll + 5; in WndProc()
333 xNewPos = xCurrentScroll; in WndProc()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c47 static int xCurrentScroll; variable
253 xCurrentScroll = 0; in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
279 si.nPos = xCurrentScroll; in WndProc()
304 xCurrentScroll, in WndProc()
318 xNewPos = xCurrentScroll - 50; in WndProc()
321 xNewPos = xCurrentScroll + 50; in WndProc()
324 xNewPos = xCurrentScroll - 5; in WndProc()
327 xNewPos = xCurrentScroll + 5; in WndProc()
333 xNewPos = xCurrentScroll; in WndProc()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c47 static int xCurrentScroll; variable
253 xCurrentScroll = 0; in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
279 si.nPos = xCurrentScroll; in WndProc()
304 xCurrentScroll, in WndProc()
318 xNewPos = xCurrentScroll - 50; in WndProc()
321 xNewPos = xCurrentScroll + 50; in WndProc()
324 xNewPos = xCurrentScroll - 5; in WndProc()
327 xNewPos = xCurrentScroll + 5; in WndProc()
333 xNewPos = xCurrentScroll; in WndProc()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c47 static int xCurrentScroll; variable
253 xCurrentScroll = 0; in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
279 si.nPos = xCurrentScroll; in WndProc()
304 xCurrentScroll, in WndProc()
318 xNewPos = xCurrentScroll - 50; in WndProc()
321 xNewPos = xCurrentScroll + 50; in WndProc()
324 xNewPos = xCurrentScroll - 5; in WndProc()
327 xNewPos = xCurrentScroll + 5; in WndProc()
333 xNewPos = xCurrentScroll; in WndProc()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c47 static int xCurrentScroll; variable
253 xCurrentScroll = 0; in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
279 si.nPos = xCurrentScroll; in WndProc()
304 xCurrentScroll, in WndProc()
318 xNewPos = xCurrentScroll - 50; in WndProc()
321 xNewPos = xCurrentScroll + 50; in WndProc()
324 xNewPos = xCurrentScroll - 5; in WndProc()
327 xNewPos = xCurrentScroll + 5; in WndProc()
333 xNewPos = xCurrentScroll; in WndProc()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c47 static int xCurrentScroll; variable
253 xCurrentScroll = 0; in WndProc()
272 xCurrentScroll = min(xCurrentScroll, xMaxScroll); in WndProc()
279 si.nPos = xCurrentScroll; in WndProc()
304 xCurrentScroll, in WndProc()
318 xNewPos = xCurrentScroll - 50; in WndProc()
321 xNewPos = xCurrentScroll + 50; in WndProc()
324 xNewPos = xCurrentScroll - 5; in WndProc()
327 xNewPos = xCurrentScroll + 5; in WndProc()
333 xNewPos = xCurrentScroll; in WndProc()
[all …]
/dports/net/freerdp/freerdp-2.5.0/client/Windows/
H A Dwf_event.c445 xNewPos = wfc->xCurrentScroll - 50; in wf_event_proc()
450 xNewPos = wfc->xCurrentScroll + 50; in wf_event_proc()
455 xNewPos = wfc->xCurrentScroll - 5; in wf_event_proc()
460 xNewPos = wfc->xCurrentScroll + 5; in wf_event_proc()
474 xNewPos = wfc->xCurrentScroll; in wf_event_proc()
482 if (xNewPos == wfc->xCurrentScroll) in wf_event_proc()
486 xDelta = xNewPos - wfc->xCurrentScroll; in wf_event_proc()
488 wfc->xCurrentScroll = xNewPos; in wf_event_proc()
499 si.nPos = wfc->xCurrentScroll; in wf_event_proc()
725 *x += wfc->xCurrentScroll; in wf_scale_mouse_pos()
[all …]
H A Dwf_client.h121 int xCurrentScroll; member
H A Dwf_client.c124 updateRect.left -= MIN(updateRect.left, wfc->xCurrentScroll); in wf_end_paint()
125 updateRect.right -= MIN(updateRect.right, wfc->xCurrentScroll); in wf_end_paint()
929 wfc->xCurrentScroll = 0; in wf_size_scrollbars()
1000 wfc->xCurrentScroll = MIN(wfc->xCurrentScroll, wfc->xMaxScroll); in wf_size_scrollbars()
1006 si.nPos = wfc->xCurrentScroll; in wf_size_scrollbars()
H A Dwf_gdi.c255 source->left -= wfc->xCurrentScroll; in wf_scale_rect()
256 source->right -= wfc->xCurrentScroll; in wf_scale_rect()
/dports/net/freerdp/freerdp-2.5.0/client/Mac/
H A Dmfreerdp.h79 int xCurrentScroll; // current horizontal scroll value member
H A Dmf_client.m128 x = x + mfc->xCurrentScroll;
136 x = x * dw / ww + mfc->xCurrentScroll;
H A DMRDPView.m811 mfc->xCurrentScroll = xOffset;