Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C160 static long xsi[8], ysi[8], *horizlookup, *horizlookup2, horizycent; variable
1983 horizycent = ((ydim*4)>>1); in setgamemode()
1992 horizycent = ((ydim*4)>>1); //HACK for switching to this mode in setgamemode()
2028 r = horizlookup2[yp-globalhoriz+horizycent]; in hline()
2041 r = horizlookup2[yp-globalhoriz+horizycent]; in slowhline()
4160 v = mulscale20(globalzd,horizlookup[y-globalhoriz+horizycent]); in ceilspritehline()
6406 horizlookup2[horizycent-1] = divscale26(131072,j); in dosetaspect()
6408 if (i != (horizycent-1)) in dosetaspect()
6410 horizlookup[i] = divscale28(1,i-(horizycent-1)); in dosetaspect()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C159 static long xsi[8], ysi[8], *horizlookup, *horizlookup2, horizycent; variable
2119 horizycent = ((ydim*4)>>1); in setgamemode()
2128 horizycent = ((ydim*4)>>1); //HACK for switching to this mode in setgamemode()
2164 r = horizlookup2[yp-globalhoriz+horizycent]; in hline()
2178 r = horizlookup2[yp-globalhoriz+horizycent]; in slowhline()
4200 v = mulscale20(globalzd,horizlookup[y-globalhoriz+horizycent]); in ceilspritehline()
6446 horizlookup2[horizycent-1] = divscale26(131072,j); in dosetaspect()
6448 if (i != (horizycent-1)) in dosetaspect()
6450 horizlookup[i] = divscale28(1,i-(horizycent-1)); in dosetaspect()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp1358 static int32_t xsi[8], ysi[8], horizycent; variable
2180 int32_t const r = horizlookup2[yp-globalhoriz+horizycent]; in hline()
2196 int32_t const r = horizlookup2[yp-globalhoriz+horizycent]; in slowhline()
3278 v = mulscale20(globalzd,horizlookup[y-globalhoriz+horizycent]); in ceilspritehline()
7937 horizycent = (ydim*4)>>1; in dosetaspect()
7938 horizlookup2[horizycent-1] = divscale32(131072,j); in dosetaspect()
7940 for (i=0; i < horizycent-1; i++) in dosetaspect()
7942 horizlookup[i] = divscale28(1, i-(horizycent-1)); in dosetaspect()
7946 for (i=horizycent; i < ydim*4-1; i++) in dosetaspect()
7948 horizlookup[i] = divscale28(1, i-(horizycent-1)); in dosetaspect()
[all …]
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c462 static int xsi[8], ysi[8], *horizlookup=0, *horizlookup2=0, horizycent; variable
965 r = horizlookup2[yp-globalhoriz+horizycent]; in hline()
983 r = horizlookup2[yp-globalhoriz+horizycent]; in slowhline()
1991 v = mulscale20(globalzd,horizlookup[y-globalhoriz+horizycent]); in ceilspritehline()
4854 horizlookup2[horizycent-1] = divscale26(131072,j); in dosetaspect()
4856 if (i != (horizycent-1)) in dosetaspect()
4858 horizlookup[i] = divscale28(1,i-(horizycent-1)); in dosetaspect()
7610 horizycent = ((ydim*4)>>1); in setgamemode()