Home
last modified time | relevance | path

Searched refs:mostbuf (Results 1 – 7 of 7) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_segs.h34 int OWallMost (short *mostbuf, fixed_t z, const FWallCoords *wallc);
35 int WallMost (short *mostbuf, const secplane_t &plane, const FWallCoords *wallc);
H A Dr_segs.cpp2732 if (mostbuf[ix1] < 0) mostbuf[ix1] = 0; in OWallMost()
2733 else if (mostbuf[ix1] > viewheight) mostbuf[ix1] = (short)viewheight; in OWallMost()
2734 if (mostbuf[ix2-1] < 0) mostbuf[ix2-1] = 0; in OWallMost()
2735 else if (mostbuf[ix2-1] > viewheight) mostbuf[ix2-1] = (short)viewheight; in OWallMost()
2820 memset (&mostbuf[ix1], -1, (ix2-ix1)*sizeof(mostbuf[0])); in WallMost()
2846 memset (&mostbuf[xcross], 0, (wallc->sx2-xcross)*sizeof(mostbuf[0])); in WallMost()
2851 memset (&mostbuf[wallc->sx1], 0, (xcross-wallc->sx1)*sizeof(mostbuf[0])); in WallMost()
2890 if (mostbuf[ix1] < 0) mostbuf[ix1] = 0; in WallMost()
2891 else if (mostbuf[ix1] > viewheight) mostbuf[ix1] = (short)viewheight; in WallMost()
2892 if (mostbuf[ix2-1] < 0) mostbuf[ix2-1] = 0; in WallMost()
[all …]
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine_priv.h58 int wallmost(short *mostbuf, int w, int sectnum, unsigned char dastat);
H A Dengine.c1131 for (i=ix1; i<=ix2; i++) mostbuf[i] = 0; in owallmost()
1138 for (i=ix1; i<=ix2; i++) mostbuf[i] = ydimen; in owallmost()
1186 if (mostbuf[ix1] < 0) mostbuf[ix1] = 0; in owallmost()
1187 if (mostbuf[ix1] > ydimen) mostbuf[ix1] = ydimen; in owallmost()
1188 if (mostbuf[ix2] < 0) mostbuf[ix2] = 0; in owallmost()
1189 if (mostbuf[ix2] > ydimen) mostbuf[ix2] = ydimen; in owallmost()
1276 for (i=ix1; i<=ix2; i++) mostbuf[i] = 0; in wallmost()
1343 if (mostbuf[ix1] < 0) mostbuf[ix1] = 0; in wallmost()
1344 if (mostbuf[ix1] > ydimen) mostbuf[ix1] = ydimen; in wallmost()
1345 if (mostbuf[ix2] < 0) mostbuf[ix2] = 0; in wallmost()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C7986 clearbufbyte(&mostbuf[ix1],(ix2-ix1+1)*sizeof(mostbuf[0]),0L); in owallmost()
8005 clearbufbyte(&mostbuf[xcross+1],(xb2[w]-xcross)*sizeof(mostbuf[0]),0L); in owallmost()
8036 if (mostbuf[ix1] < 0) mostbuf[ix1] = 0; in owallmost()
8037 if (mostbuf[ix1] > ydimen) mostbuf[ix1] = ydimen; in owallmost()
8038 if (mostbuf[ix2] < 0) mostbuf[ix2] = 0; in owallmost()
8039 if (mostbuf[ix2] > ydimen) mostbuf[ix2] = ydimen; in owallmost()
8122 clearbufbyte(&mostbuf[ix1],(ix2-ix1+1)*sizeof(mostbuf[0]),0L); in wallmost()
8184 if (mostbuf[ix1] < 0) mostbuf[ix1] = 0; in wallmost()
8185 if (mostbuf[ix1] > ydimen) mostbuf[ix1] = ydimen; in wallmost()
8186 if (mostbuf[ix2] < 0) mostbuf[ix2] = 0; in wallmost()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C8004 clearbufbyte(&mostbuf[ix1],(ix2-ix1+1)*sizeof(mostbuf[0]),0L); in owallmost()
8023 clearbufbyte(&mostbuf[xcross+1],(xb2[w]-xcross)*sizeof(mostbuf[0]),0L); in owallmost()
8054 if (mostbuf[ix1] < 0) mostbuf[ix1] = 0; in owallmost()
8055 if (mostbuf[ix1] > ydimen) mostbuf[ix1] = ydimen; in owallmost()
8056 if (mostbuf[ix2] < 0) mostbuf[ix2] = 0; in owallmost()
8057 if (mostbuf[ix2] > ydimen) mostbuf[ix2] = ydimen; in owallmost()
8140 clearbufbyte(&mostbuf[ix1],(ix2-ix1+1)*sizeof(mostbuf[0]),0L); in wallmost()
8202 if (mostbuf[ix1] < 0) mostbuf[ix1] = 0; in wallmost()
8203 if (mostbuf[ix1] > ydimen) mostbuf[ix1] = ydimen; in wallmost()
8204 if (mostbuf[ix2] < 0) mostbuf[ix2] = 0; in wallmost()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp2357 mostbuf[ix1] = clamp(mostbuf[ix1], 0, ydimen); in wallmosts_finish()
2358 mostbuf[ix2] = clamp(mostbuf[ix2], 0, ydimen); in wallmosts_finish()
2402 mostbuf[i] = 0; in owallmost()
2409 mostbuf[i] = ydimen; in owallmost()
2423 mostbuf[i] = 0; in owallmost()
2429 mostbuf[i] = 0; in owallmost()
2443 mostbuf[i] = ydimen; in owallmost()
2542 mostbuf[i] = 0; in wallmost()
2549 mostbuf[i] = ydimen; in wallmost()
2571 mostbuf[i] = 0; in wallmost()
[all …]