Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_main.cpp124 fixed_t globaluclip, globaldclip; variable
565 globaluclip = FixedDiv (-centeryfrac, InvZtoScale); in R_SetupFreelook()
H A Dr_segs.cpp67 extern fixed_t globaluclip, globaldclip;
372 if (MulScale12 (globaluclip, ds->sz1) > texheight - textop && in R_RenderMaskedSegRange()
373 MulScale12 (globaluclip, ds->sz2) > texheight - textop) in R_RenderMaskedSegRange()
2634 s1 = MulScale16 (globaluclip, wallc->sz1); s2 = MulScale16 (globaluclip, wallc->sz2); in OWallMost()
2810 s1 = MulScale12 (globaluclip, wallc->sz1); s2 = MulScale12 (globaluclip, wallc->sz2); in WallMost()
H A Dr_things.cpp89 extern fixed_t globaluclip, globaldclip;
874 if (MulScale12 (globaluclip, tz) > viewz - gzb || in R_ProjectSprite()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C167 long globaluclip, globaldclip, globvis; variable
428 globaluclip = (0-globalhoriz)*xdimscale; in drawrooms()
7977 s1 = mulscale20(globaluclip,yb1[w]); s2 = mulscale20(globaluclip,yb2[w]); in owallmost()
8112 s1 = mulscale20(globaluclip,yb1[w]); s2 = mulscale20(globaluclip,yb2[w]); in wallmost()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C166 long globaluclip, globaldclip, globvis; variable
434 globaluclip = (0-globalhoriz)*xdimscale; in drawrooms()
7995 s1 = mulscale20(globaluclip,yb1[w]); s2 = mulscale20(globaluclip,yb2[w]); in owallmost()
8130 s1 = mulscale20(globaluclip,yb1[w]); s2 = mulscale20(globaluclip,yb2[w]); in wallmost()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c469 int globaluclip, globaldclip, globvis; variable
1121 s1 = mulscale20(globaluclip,yb1[w]); s2 = mulscale20(globaluclip,yb2[w]); in owallmost()
1265 s1 = mulscale20(globaluclip,yb1[w]); s2 = mulscale20(globaluclip,yb2[w]); in wallmost()
5546 globaluclip = (0-globalhoriz)*xdimscale; in drawrooms()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp1368 static int32_t globaluclip, globaldclip; variable
2392 const zint_t s1 = mulscale20z(globaluclip,yb1[w]), s2 = mulscale20z(globaluclip,yb2[w]); in owallmost()
2532 const zint_t s1 = mulscale20(globaluclip,yb1[w]), s2 = mulscale20(globaluclip,yb2[w]); in wallmost()
8861 globaluclip = (0-globalhoriz)*xdimscale; in renderDrawRoomsQ16()