Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dpolymost_priv.h9 extern double dxb1[MAXWALLSB], dxb2[MAXWALLSB];
H A Dpolymost.c95 double dxb1[MAXWALLSB], dxb2[MAXWALLSB]; variable
2886 b1f = bunchfirst[b1]; x1b1 = dxb1[b1f]; x2b2 = dxb2[bunchlast[b2]]; if (x1b1 >= x2b2) return(-1); in polymost_bunchfront()
2887 b2f = bunchfirst[b2]; x1b2 = dxb1[b2f]; x2b1 = dxb2[bunchlast[b1]]; if (x1b2 >= x2b1) return(-1); in polymost_bunchfront()
2964 dxb1[numscans] = (double)xp1*ghalfx/(double)yp1 + ghalfx; in polymost_scansector()
2965 else dxb1[numscans] = -1e32; in polymost_scansector()
2971 if (dxb1[numscans] < dxb2[numscans]) in polymost_scansector()
2980 if ((wall[thewall[z]].point2 != thewall[p2[z]]) || (dxb2[z] > dxb1[p2[z]])) in polymost_scansector()
H A Dengine.c5839 l = dxb1[j] <= (double)spritesx[i]/256.0 && (double)spritesx[i]/256.0 <= dxb2[j]; in drawmasks()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dpolymost.cpp41 static float dxb1[MAXWALLSB], dxb2[MAXWALLSB]; variable
6547 const float x1b1 = dxb1[b1f]; in polymost_bunchfront()
6553 const float x1b2 = dxb1[b2f]; in polymost_bunchfront()
6671 dxb1[numscans] = (p1.y >= SCISDIST) ? float(p1.x*ghalfx/p1.y + ghalfx) : -1e32f; in polymost_scansector()
6674 if (dxb1[numscans] < xbl) in polymost_scansector()
6675 dxb1[numscans] = xbl; in polymost_scansector()
6676 else if (dxb1[numscans] > xbr) in polymost_scansector()
6677 dxb1[numscans] = xbr; in polymost_scansector()
6683 if (nexttowardf(dxb1[numscans], dxb2[numscans]) < dxb2[numscans]) in polymost_scansector()
6701 …if ((wall[thewall[z]].point2 != thewall[bunchp2[z]]) || (dxb2[z] > nexttowardf(dxb1[bunchp2[z]], d… in polymost_scansector()