Home
last modified time | relevance | path

Searched refs:owallmost (Results 1 – 4 of 4) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C3370 owallmost(uwall,(long)(MAXWALLSB-1),z1-globalposz); in drawsprite()
3371 owallmost(dwall,(long)(MAXWALLSB-1),z2-globalposz); in drawsprite()
7971 owallmost(short *mostbuf, long w, long z) in owallmost() function
8054 if ((sector[sectnum].ceilingstat&2) == 0) return(owallmost(mostbuf,w,z)); in wallmost()
8059 if ((sector[sectnum].floorstat&2) == 0) return(owallmost(mostbuf,w,z)); in wallmost()
8063 if (i == sector[sectnum].wallptr) return(owallmost(mostbuf,w,z)); in wallmost()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C3409 owallmost(uwall,(long)(MAXWALLSB-1),z1-globalposz); in drawsprite()
3410 owallmost(dwall,(long)(MAXWALLSB-1),z2-globalposz); in drawsprite()
7989 owallmost(short *mostbuf, long w, long z) in owallmost() function
8072 if ((sector[sectnum].ceilingstat&2) == 0) return(owallmost(mostbuf,w,z)); in wallmost()
8077 if ((sector[sectnum].floorstat&2) == 0) return(owallmost(mostbuf,w,z)); in wallmost()
8081 if (i == sector[sectnum].wallptr) return(owallmost(mostbuf,w,z)); in wallmost()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c1114 static int owallmost(short *mostbuf, int w, int z) in owallmost() function
1207 if ((sector[sectnum].ceilingstat&2) == 0) return(owallmost(mostbuf,w,z)); in wallmost()
1212 if ((sector[sectnum].floorstat&2) == 0) return(owallmost(mostbuf,w,z)); in wallmost()
1216 if (i == sector[sectnum].wallptr) return(owallmost(mostbuf,w,z)); in wallmost()
3313 owallmost(uwall,(int)(MAXWALLSB-1),z1-globalposz); in drawsprite()
3314 owallmost(dwall,(int)(MAXWALLSB-1),z2-globalposz); in drawsprite()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp2389 static int32_t owallmost(int16_t *mostbuf, int32_t w, zint_t z) in owallmost() function
2485 return owallmost(mostbuf,w,z); in wallmost()
2491 return owallmost(mostbuf,w,z); in wallmost()
2496 return owallmost(mostbuf,w,z); in wallmost()
5569 owallmost(uwall, MAXWALLSB-1, z1-globalposz); in classicDrawSprite()
5570 owallmost(dwall, MAXWALLSB-1, z2-globalposz); in classicDrawSprite()