Home
last modified time | relevance | path

Searched refs:globaldclip (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
566 globaldclip = FixedDiv ((viewheight<<FRACBITS)-centeryfrac, InvZtoScale); in R_SetupFreelook()
H A Dr_segs.cpp67 extern fixed_t globaluclip, globaldclip;
366 if (MulScale12 (globaldclip, ds->sz1) < -textop && in R_RenderMaskedSegRange()
367 MulScale12 (globaldclip, ds->sz2) < -textop) in R_RenderMaskedSegRange()
2635 s3 = MulScale16 (globaldclip, wallc->sz1); s4 = MulScale16 (globaldclip, wallc->sz2); in OWallMost()
2811 s3 = MulScale12 (globaldclip, wallc->sz1); s4 = MulScale12 (globaldclip, wallc->sz2); in WallMost()
H A Dr_things.cpp89 extern fixed_t globaluclip, globaldclip;
875 MulScale12 (globaldclip, tz) < viewz - gzt) in R_ProjectSprite()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C167 long globaluclip, globaldclip, globvis; variable
429 globaldclip = (ydimen-globalhoriz)*xdimscale; in drawrooms()
7978 s3 = mulscale20(globaldclip,yb1[w]); s4 = mulscale20(globaldclip,yb2[w]); in owallmost()
8113 s3 = mulscale20(globaldclip,yb1[w]); s4 = mulscale20(globaldclip,yb2[w]); in wallmost()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C166 long globaluclip, globaldclip, globvis; variable
435 globaldclip = (ydimen-globalhoriz)*xdimscale; in drawrooms()
7996 s3 = mulscale20(globaldclip,yb1[w]); s4 = mulscale20(globaldclip,yb2[w]); in owallmost()
8131 s3 = mulscale20(globaldclip,yb1[w]); s4 = mulscale20(globaldclip,yb2[w]); in wallmost()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c469 int globaluclip, globaldclip, globvis; variable
1122 s3 = mulscale20(globaldclip,yb1[w]); s4 = mulscale20(globaldclip,yb2[w]); in owallmost()
1266 s3 = mulscale20(globaldclip,yb1[w]); s4 = mulscale20(globaldclip,yb2[w]); in wallmost()
5547 globaldclip = (ydimen-globalhoriz)*xdimscale; in drawrooms()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp1368 static int32_t globaluclip, globaldclip; variable
2393 const zint_t s3 = mulscale20z(globaldclip,yb1[w]), s4 = mulscale20z(globaldclip,yb2[w]); in owallmost()
2533 const zint_t s3 = mulscale20(globaldclip,yb1[w]), s4 = mulscale20(globaldclip,yb2[w]); in wallmost()
8862 globaldclip = (ydimen-globalhoriz)*xdimscale; in renderDrawRoomsQ16()