Home
last modified time | relevance | path

Searched refs:yCurrentScroll (Results 1 – 18 of 18) sorted by relevance

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c50 static int yCurrentScroll; variable
257 yCurrentScroll = 0; in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
290 si.nPos = yCurrentScroll; in WndProc()
305 yCurrentScroll, SRCCOPY)) in WndProc()
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c50 static int yCurrentScroll; variable
257 yCurrentScroll = 0; in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
290 si.nPos = yCurrentScroll; in WndProc()
305 yCurrentScroll, SRCCOPY)) in WndProc()
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c50 static int yCurrentScroll; variable
257 yCurrentScroll = 0; in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
290 si.nPos = yCurrentScroll; in WndProc()
305 yCurrentScroll, SRCCOPY)) in WndProc()
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c50 static int yCurrentScroll; variable
257 yCurrentScroll = 0; in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
290 si.nPos = yCurrentScroll; in WndProc()
305 yCurrentScroll, SRCCOPY)) in WndProc()
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c50 static int yCurrentScroll; variable
257 yCurrentScroll = 0; in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
290 si.nPos = yCurrentScroll; in WndProc()
305 yCurrentScroll, SRCCOPY)) in WndProc()
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c50 static int yCurrentScroll; variable
257 yCurrentScroll = 0; in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
290 si.nPos = yCurrentScroll; in WndProc()
305 yCurrentScroll, SRCCOPY)) in WndProc()
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c50 static int yCurrentScroll; variable
257 yCurrentScroll = 0; in WndProc()
283 yCurrentScroll = min(yCurrentScroll, yMaxScroll); in WndProc()
290 si.nPos = yCurrentScroll; in WndProc()
305 yCurrentScroll, SRCCOPY)) in WndProc()
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DExpandBar.java55 int yCurrentScroll; field in ExpandBar
369 if (item != null) item.resizeControl (yCurrentScroll); in layoutItems()
475 yCurrentScroll = (int)adjustment.value; in setScrollbar()
478 if (yCurrentScroll > 0 && height > maxHeight) { in setScrollbar()
479 yCurrentScroll = Math.max (0, yCurrentScroll + maxHeight - height); in setScrollbar()
482 maxHeight += yCurrentScroll; in setScrollbar()
483 adjustment.value = Math.min (yCurrentScroll, maxHeight); in setScrollbar()
544 yCurrentScroll = bar.getSelection(); in updateScrollBarValue()
/dports/net/freerdp/freerdp-2.5.0/client/Windows/
H A Dwf_event.c514 yNewPos = wfc->yCurrentScroll - 50; in wf_event_proc()
519 yNewPos = wfc->yCurrentScroll + 50; in wf_event_proc()
524 yNewPos = wfc->yCurrentScroll - 5; in wf_event_proc()
529 yNewPos = wfc->yCurrentScroll + 5; in wf_event_proc()
543 yNewPos = wfc->yCurrentScroll; in wf_event_proc()
551 if (yNewPos == wfc->yCurrentScroll) in wf_event_proc()
555 yDelta = yNewPos - wfc->yCurrentScroll; in wf_event_proc()
557 wfc->yCurrentScroll = yNewPos; in wf_event_proc()
568 si.nPos = wfc->yCurrentScroll; in wf_event_proc()
726 *y += wfc->yCurrentScroll; in wf_scale_mouse_pos()
[all …]
H A Dwf_client.h126 int yCurrentScroll; member
H A Dwf_client.c129 updateRect.top -= MIN(updateRect.top, wfc->yCurrentScroll); in wf_end_paint()
130 updateRect.bottom -= MIN(updateRect.bottom, wfc->yCurrentScroll); in wf_end_paint()
930 wfc->yCurrentScroll = 0; in wf_size_scrollbars()
1016 wfc->yCurrentScroll = MIN(wfc->yCurrentScroll, wfc->yMaxScroll); in wf_size_scrollbars()
1022 si.nPos = wfc->yCurrentScroll; in wf_size_scrollbars()
H A Dwf_gdi.c253 source->bottom -= wfc->yCurrentScroll; in wf_scale_rect()
254 source->top -= wfc->yCurrentScroll; in wf_scale_rect()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/expand/org/eclipse/swt/widgets/
H A DExpandBar.java53 int yCurrentScroll; field in ExpandBar
341 int y = spacing - yCurrentScroll; in layoutItems()
416 if (yCurrentScroll > 0 && height > maxHeight) { in setScrollbar()
417 yCurrentScroll = Math.max (0, yCurrentScroll + maxHeight - height); in setScrollbar()
420 maxHeight += yCurrentScroll; in setScrollbar()
422 int selection = Math.min (yCurrentScroll, maxHeight); in setScrollbar()
574 yCurrentScroll = verticalBar.getSelection();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DExpandBar.java55 int yCurrentScroll; field in ExpandBar
438 int y = spacing - yCurrentScroll; in layoutItems()
535 if (yCurrentScroll > 0 && height > maxHeight) { in setScrollbar()
536 yCurrentScroll = Math.max (0, yCurrentScroll + maxHeight - height); in setScrollbar()
539 maxHeight += yCurrentScroll; in setScrollbar()
547 info.nPos = Math.min (yCurrentScroll, info.nMax); in setScrollbar()
613 updateY = Math.min (yCurrentScroll, -focusItem.y); in showFocus()
627 yCurrentScroll = Math.max (0, yCurrentScroll - updateY); in showFocus()
632 info.nPos = yCurrentScroll; in showFocus()
864 int updateY = yCurrentScroll - info.nPos; in wmScroll()
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/setupgui/windows/
H A Dodbcdialogparams.cpp693 static int yCurrentScroll = 0; // current vertical scroll value variable
705 yNewPos = yCurrentScroll - 50; in FormMain_OnScroll()
710 yNewPos = yCurrentScroll + 50; in FormMain_OnScroll()
715 yNewPos = yCurrentScroll - 5; in FormMain_OnScroll()
720 yNewPos = yCurrentScroll + 5; in FormMain_OnScroll()
729 yNewPos = yCurrentScroll; in FormMain_OnScroll()
739 yCurrentScroll = yNewPos; in FormMain_OnScroll()
/dports/net/freerdp/freerdp-2.5.0/client/Mac/
H A Dmfreerdp.h85 int yCurrentScroll; // current vertical scroll value member
H A Dmf_client.m127 y = y + mfc->yCurrentScroll;
135 y = y * dh / wh + mfc->yCurrentScroll;
H A DMRDPView.m810 mfc->yCurrentScroll = yOffset;