Home
last modified time | relevance | path

Searched refs:min_ndx (Results 1 – 2 of 2) sorted by relevance

/dports/games/jfsw/jfsw-c434002/src/
H A Dmclip.c46 short min_ndx;
74 pp->posx -= ox[min_ndx] - x[min_ndx];
75 pp->posy -= oy[min_ndx] - y[min_ndx];
120 pp->posx -= ox[min_ndx] - x[min_ndx];
121 pp->posy -= oy[min_ndx] - y[min_ndx];
186 pp->posx -= ox[min_ndx] - x[min_ndx];
187 pp->posy -= oy[min_ndx] - y[min_ndx];
269 pp->posx -= ox[min_ndx] - x[min_ndx];
270 pp->posy -= oy[min_ndx] - y[min_ndx];
361 pp->posx += x[min_ndx] - ox[min_ndx]; in MultiClipMove()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dmclip.cpp47 short min_ndx;
75 pp->posx -= ox[min_ndx] - x[min_ndx];
76 pp->posy -= oy[min_ndx] - y[min_ndx];
121 pp->posx -= ox[min_ndx] - x[min_ndx];
122 pp->posy -= oy[min_ndx] - y[min_ndx];
187 pp->posx -= ox[min_ndx] - x[min_ndx];
188 pp->posy -= oy[min_ndx] - y[min_ndx];
270 pp->posx -= ox[min_ndx] - x[min_ndx];
271 pp->posy -= oy[min_ndx] - y[min_ndx];
360 pp->posx += x[min_ndx] - ox[min_ndx]; in MultiClipMove()
[all …]