Home
last modified time | relevance | path

Searched refs:pviewx (Results 1 – 3 of 3) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_plane.cpp137 fixed_t pviewx, pviewy; variable
222 ds_xfrac = FixedMul (distance, basexfrac) + pviewx; in R_MapPlane()
391 u = SQWORD(uz*z) + pviewx; in R_MapTiltedPlane()
429 u = SQWORD(startu) + pviewx; in R_MapTiltedPlane()
464 u = SQWORD(startu) + pviewx; in R_MapTiltedPlane()
1520 pviewx = xs_RoundToInt(pl->xoffs + viewx * cosine - viewy * sine); in R_DrawNormalPlane()
1525 pviewx = pl->xoffs + viewx; in R_DrawNormalPlane()
1529 pviewx = FixedMul (xscale, pviewx); in R_DrawNormalPlane()
1648 pviewx = MulScale (pl->xoffs, pl->xscale, ds_xbits); in R_DrawTiltedPlane()
/dports/games/zdoom/zdoom-2.8.1/src/asm_ia32/
H A Dtmap2.asm59 %define pviewx _pviewx
81 EXTERN pviewx
538 add ecx,[pviewx]
601 add edx,[pviewx]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_main.c342 angle_t R_PointToAngle2(fixed_t pviewx, fixed_t pviewy, fixed_t x, fixed_t y) in R_PointToAngle2() argument
344 return (y -= pviewy, (x -= pviewx) || y) ? in R_PointToAngle2()