Home
last modified time | relevance | path

Searched refs:new_vx (Results 1 – 10 of 10) sorted by relevance

/dports/devel/atlas-devel/Atlas-C++-0.6.4/benchmark/
H A DCall_Move.cpp8 void move(double new_vx, double new_vy, double new_vz,
16 void NPC::move(double new_vx, double new_vy, double new_vz, in move() argument
20 vx = new_vx; in move()
/dports/games/briquolo/briquolo-0.5.7/src/
H A DElementCollision.cpp180 float new_vx, new_vy; in _CircleCollisionWithRot() local
190 _Rebond(x-bx, y-by, v1x, v1y, new_vx, new_vy); in _CircleCollisionWithRot()
194 col.VitesseX = new_vx; in _CircleCollisionWithRot()
250 float new_vx, new_vy; in _CircleCollisionWithoutRot() local
253 _Rebond(x-c2ix, y-c2iy, v1x, v1y, new_vx, new_vy); in _CircleCollisionWithoutRot()
258 col.VitesseX = new_vx; in _CircleCollisionWithoutRot()
342 float new_vx, new_vy; in _SegmentCollision() local
343 _Rebond(a, b, v1x, v1y, new_vx, new_vy); in _SegmentCollision()
348 col.VitesseX = new_vx; in _SegmentCollision()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dfunctions.c1016 int new_vx = 0, new_vy = 0; in movecursor_func_handler() local
1018 new_vx = in movecursor_func_handler()
1024 if (new_vx != scr->Vx || new_vy != scr->Vy) in movecursor_func_handler()
1025 MoveViewport (new_vx, new_vy, True); in movecursor_func_handler()
2035 int new_vx = Scr.Vx; in wait_func_handler() local
2046 new_vx = style->ViewportX; in wait_func_handler()
2048 new_vx = asw->status->viewport_x; in wait_func_handler()
2093 new_vx = Scr.Vx; in wait_func_handler()
2100 new_vx, new_vy, asw->status->viewport_x, in wait_func_handler()
2153 int new_vx, new_vy, flags; in deskviewport_func_handler() local
[all …]
H A Dpager.c353 ChangeDeskAndViewport (int new_desk, int new_vx, int new_vy, in ChangeDeskAndViewport() argument
361 new_desk, new_vx, new_vy, Scr.CurrentDesk, in ChangeDeskAndViewport()
364 if (new_vx > Scr.VxMax) in ChangeDeskAndViewport()
365 new_vx = Scr.VxMax; in ChangeDeskAndViewport()
366 else if (new_vx < 0) in ChangeDeskAndViewport()
367 new_vx = 0; in ChangeDeskAndViewport()
373 dvx = Scr.Vx - new_vx; in ChangeDeskAndViewport()
403 Scr.Vx = new_vx; in ChangeDeskAndViewport()
H A Dasinternals.h758 void ChangeDeskAndViewport ( int new_desk, int new_vx, int new_vy, Bool force_grab);
H A Dwinstatus.c1552 int new_vx = in init_aswindow_status() local
1558 MoveViewport (new_vx, new_vy, False); in init_aswindow_status()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Dcurve.h65 void setXVector(VectorPtr new_vx);
H A Dcurve.cpp328 void Curve::setXVector(VectorPtr new_vx) { in setXVector() argument
329 if (new_vx) { in setXVector()
330 _inputVectors[XVECTOR] = new_vx; in setXVector()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Pager/
H A DPager.c2047 void switch_deskviewport (int new_desk, int new_vx, int new_vy) in switch_deskviewport() argument
2049 Bool view_changed = (new_vx != Scr.Vx || new_vy != Scr.Vy); in switch_deskviewport()
2052 Scr.Vx = new_vx; in switch_deskviewport()
2917 int new_desk, new_vx = -1, new_vy = -1; in release_pressure() local
2924 new_vx = in release_pressure()
2929 new_vx = in release_pressure()
2932 new_vx *= Scr.MyDisplayWidth; in release_pressure()
2936 if (new_vx >= 0 && new_vy >= 0) in release_pressure()
2938 new_vx, new_vy); in release_pressure()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/WinList2/
H A DWinList.c159 void switch_deskviewport( int new_desk, int new_vx, int new_vy );
1693 switch_deskviewport( int new_desk, int new_vx, int new_vy ) in switch_deskviewport() argument
1695 Bool view_changed = (new_vx != Scr.Vx || new_vy != Scr.Vy) ; in switch_deskviewport()
1698 Scr.Vx = new_vx; in switch_deskviewport()