Home
last modified time | relevance | path

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

12

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c361 int yNewPos; in WndProc() local
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
377 yNewPos = HIWORD(wParam); in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
382 yNewPos = max(0, yNewPos); in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
385 if (yNewPos == yCurrentScroll) in WndProc()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c361 int yNewPos; in WndProc() local
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
377 yNewPos = HIWORD(wParam); in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
382 yNewPos = max(0, yNewPos); in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
385 if (yNewPos == yCurrentScroll) in WndProc()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c361 int yNewPos; in WndProc() local
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
377 yNewPos = HIWORD(wParam); in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
382 yNewPos = max(0, yNewPos); in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
385 if (yNewPos == yCurrentScroll) in WndProc()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c361 int yNewPos; in WndProc() local
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
377 yNewPos = HIWORD(wParam); in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
382 yNewPos = max(0, yNewPos); in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
385 if (yNewPos == yCurrentScroll) in WndProc()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c361 int yNewPos; in WndProc() local
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
377 yNewPos = HIWORD(wParam); in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
382 yNewPos = max(0, yNewPos); in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
385 if (yNewPos == yCurrentScroll) in WndProc()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c361 int yNewPos; in WndProc() local
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
377 yNewPos = HIWORD(wParam); in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
382 yNewPos = max(0, yNewPos); in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
385 if (yNewPos == yCurrentScroll) in WndProc()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/window/
H A Dwin32.c361 int yNewPos; in WndProc() local
365 yNewPos = yCurrentScroll - 50; in WndProc()
368 yNewPos = yCurrentScroll + 50; in WndProc()
371 yNewPos = yCurrentScroll - 5; in WndProc()
374 yNewPos = yCurrentScroll + 5; in WndProc()
377 yNewPos = HIWORD(wParam); in WndProc()
380 yNewPos = yCurrentScroll; in WndProc()
382 yNewPos = max(0, yNewPos); in WndProc()
383 yNewPos = min(yMaxScroll, yNewPos); in WndProc()
385 if (yNewPos == yCurrentScroll) in WndProc()
[all …]
/dports/net/freerdp/freerdp-2.5.0/client/Windows/
H A Dwf_event.c508 int yNewPos; // new position in wf_event_proc() local
514 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()
534 yNewPos = HIWORD(wParam); in wf_event_proc()
539 yNewPos = HIWORD(wParam); in wf_event_proc()
543 yNewPos = wfc->yCurrentScroll; in wf_event_proc()
547 yNewPos = MAX(0, yNewPos); in wf_event_proc()
548 yNewPos = MIN(wfc->yMaxScroll, yNewPos); in wf_event_proc()
551 if (yNewPos == wfc->yCurrentScroll) in wf_event_proc()
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/setupgui/windows/
H A Dodbcdialogparams.cpp700 int yNewPos; // new position in FormMain_OnScroll() local
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()
725 yNewPos = pos; in FormMain_OnScroll()
729 yNewPos = yCurrentScroll; in FormMain_OnScroll()
732 si.nPos = yNewPos; in FormMain_OnScroll()
739 yCurrentScroll = yNewPos; in FormMain_OnScroll()
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/wince/
H A Dmhmap.c732 int yNewPos; in onMSNH_VScroll() local
741 yNewPos = data->yPos - data->yPageSize; in onMSNH_VScroll()
746 yNewPos = data->yPos + data->yPageSize; in onMSNH_VScroll()
751 yNewPos = data->yPos - 1; in onMSNH_VScroll()
756 yNewPos = data->yPos + 1; in onMSNH_VScroll()
761 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
765 yNewPos = data->yPos; in onMSNH_VScroll()
768 yNewPos = max(0, min(ROWNO - data->yPageSize + 1, yNewPos)); in onMSNH_VScroll()
769 if (yNewPos == data->yPos) in onMSNH_VScroll()
772 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/wince/
H A Dmhmap.c732 int yNewPos; in onMSNH_VScroll() local
741 yNewPos = data->yPos - data->yPageSize; in onMSNH_VScroll()
746 yNewPos = data->yPos + data->yPageSize; in onMSNH_VScroll()
751 yNewPos = data->yPos - 1; in onMSNH_VScroll()
756 yNewPos = data->yPos + 1; in onMSNH_VScroll()
761 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
765 yNewPos = data->yPos; in onMSNH_VScroll()
768 yNewPos = max(0, min(ROWNO - data->yPageSize + 1, yNewPos)); in onMSNH_VScroll()
769 if (yNewPos == data->yPos) in onMSNH_VScroll()
772 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/wince/
H A Dmhmap.c732 int yNewPos; in onMSNH_VScroll() local
741 yNewPos = data->yPos - data->yPageSize; in onMSNH_VScroll()
746 yNewPos = data->yPos + data->yPageSize; in onMSNH_VScroll()
751 yNewPos = data->yPos - 1; in onMSNH_VScroll()
756 yNewPos = data->yPos + 1; in onMSNH_VScroll()
761 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
765 yNewPos = data->yPos; in onMSNH_VScroll()
768 yNewPos = max(0, min(ROWNO - data->yPageSize + 1, yNewPos)); in onMSNH_VScroll()
769 if (yNewPos == data->yPos) in onMSNH_VScroll()
772 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/sys/wince/
H A Dmhmap.c696 int yNewPos; in onMSNH_VScroll() local
706 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
711 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
716 yNewPos = data->yPos-1; in onMSNH_VScroll()
721 yNewPos = data->yPos+1; in onMSNH_VScroll()
726 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
730 yNewPos = data->yPos; in onMSNH_VScroll()
733 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
734 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
736 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/nethack34/nethack-3.4.3/sys/wince/
H A Dmhmap.c696 int yNewPos; in onMSNH_VScroll() local
706 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
711 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
716 yNewPos = data->yPos-1; in onMSNH_VScroll()
721 yNewPos = data->yPos+1; in onMSNH_VScroll()
726 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
730 yNewPos = data->yPos; in onMSNH_VScroll()
733 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
734 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
736 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/wince/
H A Dmhmap.c696 int yNewPos; in onMSNH_VScroll() local
706 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
711 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
716 yNewPos = data->yPos-1; in onMSNH_VScroll()
721 yNewPos = data->yPos+1; in onMSNH_VScroll()
726 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
730 yNewPos = data->yPos; in onMSNH_VScroll()
733 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
734 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
736 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/wince/
H A Dmhmap.c696 int yNewPos; in onMSNH_VScroll() local
706 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
711 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
716 yNewPos = data->yPos-1; in onMSNH_VScroll()
721 yNewPos = data->yPos+1; in onMSNH_VScroll()
726 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
730 yNewPos = data->yPos; in onMSNH_VScroll()
733 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
734 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
736 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/wince/
H A Dmhmap.c696 int yNewPos; in onMSNH_VScroll() local
706 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
711 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
716 yNewPos = data->yPos-1; in onMSNH_VScroll()
721 yNewPos = data->yPos+1; in onMSNH_VScroll()
726 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
730 yNewPos = data->yPos; in onMSNH_VScroll()
733 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
734 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
736 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/wince/
H A Dmhmap.c696 int yNewPos; in onMSNH_VScroll() local
706 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
711 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
716 yNewPos = data->yPos-1; in onMSNH_VScroll()
721 yNewPos = data->yPos+1; in onMSNH_VScroll()
726 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
730 yNewPos = data->yPos; in onMSNH_VScroll()
733 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
734 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
736 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/nethack34/nethack-3.4.3/win/win32/
H A Dmhmap.c690 int yNewPos; in onMSNH_VScroll() local
700 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
705 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
710 yNewPos = data->yPos-1; in onMSNH_VScroll()
715 yNewPos = data->yPos+1; in onMSNH_VScroll()
720 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
724 yNewPos = data->yPos; in onMSNH_VScroll()
727 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
728 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
730 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/win/win32/
H A Dmhmap.c690 int yNewPos; in onMSNH_VScroll() local
700 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
705 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
710 yNewPos = data->yPos-1; in onMSNH_VScroll()
715 yNewPos = data->yPos+1; in onMSNH_VScroll()
720 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
724 yNewPos = data->yPos; in onMSNH_VScroll()
727 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
728 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
730 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/win/win32/
H A Dmhmap.c690 int yNewPos; in onMSNH_VScroll() local
700 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
705 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
710 yNewPos = data->yPos-1; in onMSNH_VScroll()
715 yNewPos = data->yPos+1; in onMSNH_VScroll()
720 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
724 yNewPos = data->yPos; in onMSNH_VScroll()
727 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
728 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
730 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/win32/
H A Dmhmap.c690 int yNewPos; in onMSNH_VScroll() local
700 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
705 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
710 yNewPos = data->yPos-1; in onMSNH_VScroll()
715 yNewPos = data->yPos+1; in onMSNH_VScroll()
720 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
724 yNewPos = data->yPos; in onMSNH_VScroll()
727 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
728 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
730 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/win32/
H A Dmhmap.c713 int yNewPos; in onMSNH_VScroll() local
723 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
728 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
733 yNewPos = data->yPos-1; in onMSNH_VScroll()
738 yNewPos = data->yPos+1; in onMSNH_VScroll()
743 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
747 yNewPos = data->yPos; in onMSNH_VScroll()
750 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
751 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
753 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/win32/
H A Dmhmap.c690 int yNewPos; in onMSNH_VScroll() local
700 yNewPos = data->yPos-data->yPageSize; in onMSNH_VScroll()
705 yNewPos = data->yPos+data->yPageSize; in onMSNH_VScroll()
710 yNewPos = data->yPos-1; in onMSNH_VScroll()
715 yNewPos = data->yPos+1; in onMSNH_VScroll()
720 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
724 yNewPos = data->yPos; in onMSNH_VScroll()
727 yNewPos = max(0, min(ROWNO-data->yPageSize+1, yNewPos)); in onMSNH_VScroll()
728 if( yNewPos == data->yPos ) return; in onMSNH_VScroll()
730 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/win/win32/
H A Dmhmap.c1084 int yNewPos; in onMSNH_VScroll() local
1095 yNewPos = data->yPos - data->yPageSize; in onMSNH_VScroll()
1100 yNewPos = data->yPos + data->yPageSize; in onMSNH_VScroll()
1105 yNewPos = data->yPos - 1; in onMSNH_VScroll()
1110 yNewPos = data->yPos + 1; in onMSNH_VScroll()
1115 yNewPos = HIWORD(wParam); in onMSNH_VScroll()
1119 yNewPos = data->yPos; in onMSNH_VScroll()
1122 yNewPos = max(0, min(data->yMax, yNewPos)); in onMSNH_VScroll()
1123 if (yNewPos == data->yPos) in onMSNH_VScroll()
1126 yDelta = yNewPos - data->yPos; in onMSNH_VScroll()
[all …]

12