Home
last modified time | relevance | path

Searched refs:centeryfrac (Results 1 – 25 of 87) sorted by relevance

1234

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_main.cpp126 fixed_t centeryfrac; variable
360 centeryfrac = centery<<FRACBITS; in R_SWRSetWindow()
563 centeryfrac = (viewheight << (FRACBITS-1)) + dy; in R_SetupFreelook()
564 centery = centeryfrac >> FRACBITS; in R_SetupFreelook()
565 globaluclip = FixedDiv (-centeryfrac, InvZtoScale); in R_SetupFreelook()
566 globaldclip = FixedDiv ((viewheight<<FRACBITS)-centeryfrac, InvZtoScale); in R_SetupFreelook()
577 den = centeryfrac - (i << FRACBITS) - FRACUNIT/2; in R_SetupFreelook()
591 den = (i << FRACBITS) - centeryfrac + FRACUNIT/2; in R_SetupFreelook()
600 den = (i << FRACBITS) - centeryfrac + FRACUNIT/2; in R_SetupFreelook()
H A Dr_things.cpp271 - FixedMul (centeryfrac, dc_iscale) - dc_texturemid; in R_DrawMaskedColumn()
1487 fixed_t centerhack = centeryfrac; in R_DrawPlayerSprites()
1491 centeryfrac = centery << FRACBITS; in R_DrawPlayerSprites()
1512 centeryfrac = centerhack; in R_DrawPlayerSprites()
1991 int clip = ((centeryfrac - FixedMul (spr->texturemid - in R_DrawSprite()
2013 h = (centeryfrac - FixedMul(h-viewz, scale)) >> FRACBITS; in R_DrawSprite()
2035 h = (centeryfrac - FixedMul (h-viewz, scale)) >> FRACBITS; in R_DrawSprite()
2052 h = (centeryfrac - FixedMul (h-viewz, scale)) >> FRACBITS; in R_DrawSprite()
2058 h = (centeryfrac - FixedMul (h-viewz, scale)) >> FRACBITS; in R_DrawSprite()
2361 y1 = (centeryfrac - FixedMul (ty+psize, yscale)) >> FRACBITS; in R_ProjectParticle()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_segs.c229 rlight->height = (centeryfrac) - FixedMul(leftheight , ds->scale1); in R_RenderMaskedSegRange()
230 rlight->heightstep = (centeryfrac) - FixedMul(rightheight, ds->scale2); in R_RenderMaskedSegRange()
448 sprtopscreen = centeryfrac - FixedMul(dc_texturemid, spryscale); in R_RenderMaskedSegRange()
2361 topfrac = bottomfrac = (centeryfrac>>4); in R_StoreWallRange()
2365 topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale); in R_StoreWallRange()
2368 bottomfrac = (centeryfrac>>4) - FixedMul (worldbottom, rw_scale); in R_StoreWallRange()
2420 rlight->height = (centeryfrac>>4) - FixedMul(leftheight, rw_scale); in R_StoreWallRange()
2440 rlight->botheight = (centeryfrac>>4) - FixedMul(leftheight, rw_scale); in R_StoreWallRange()
2463 ffloor[i].f_frac = (centeryfrac>>4); in R_StoreWallRange()
2483 pixhigh = (centeryfrac>>4) - FixedMul (worldhigh, rw_scale); in R_StoreWallRange()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_segs.c686 dm_top_patch = centeryfrac - FixedMul(dm_texturemid, dm_yscale); in R_DrawWallSplats()
733 dm_top_patch = centeryfrac - FixedMul(dm_texturemid, dm_yscale); in R_DrawWallSplats()
1048 rlight->height = (centeryfrac) - FixedMul((ff_light->height - viewz), dm_yscale); in R_RenderMaskedSegRange()
1267 dm_windowtop = centeryfrac - FixedMul(windowclip_top, dm_yscale); in R_RenderMaskedSegRange()
1268 dm_windowbottom = centeryfrac - FixedMul(windowclip_bottom, dm_yscale); in R_RenderMaskedSegRange()
1272 dm_top_patch = centeryfrac - FixedMul(dm_texturemid, dm_yscale); in R_RenderMaskedSegRange()
1801 topheight = (centeryfrac) - FixedMul(sec_ceilingheight_viewrel, dm_yscale); in R_RenderFog()
1840 dm_top_patch = (centeryfrac - FixedMul(dm_texturemid, dm_yscale)); in R_RenderFog()
1843 dm_windowtop = centeryfrac - FixedMul(windowclip_top, dm_yscale); in R_RenderFog()
1844 dm_windowbottom = centeryfrac - FixedMul(windowclip_bottom, dm_yscale); in R_RenderFog()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/r_2d/
H A Dr_things.cpp80 - FixedMul (centeryfrac, dc_iscale) - dc_texturemid; in R_DrawMaskedColumn()
99 + (dc_yl*dc_iscale) - FixedMul (centeryfrac-FRACUNIT, dc_iscale); in R_DrawMaskedColumn()
H A Dr_main.h37 extern fixed_t centeryfrac;
H A Dr_main.cpp45 fixed_t centeryfrac; variable
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_main.c68 fixed_t centerxfrac, centeryfrac; variable
437 centeryfrac = centery<<FRACBITS; in R_ExecuteSetViewSize()
554 centeryfrac = (viewheight << (FRACBITS-1)) + dy; in R_SetupFreelook()
555 centery = centeryfrac >> FRACBITS; in R_SetupFreelook()
560 centeryfrac = centery<<FRACBITS; in R_SetupFreelook()
H A Dr_segs.c314 int64_t t = ((int64_t) centeryfrac << FRACBITS) - in R_RenderMaskedSegRange()
859 topfrac = (centeryfrac >> invhgtbits) - FixedMul (worldtop, rw_scale); in R_StoreWallRange()
862 bottomfrac = (centeryfrac >> invhgtbits) - FixedMul (worldbottom, rw_scale); in R_StoreWallRange()
871 pixhigh = (centeryfrac >> invhgtbits) - FixedMul (worldhigh, rw_scale); in R_StoreWallRange()
876 pixlow = (centeryfrac >> invhgtbits) - FixedMul (worldlow, rw_scale); in R_StoreWallRange()
H A Dr_main.h51 extern fixed_t centeryfrac;
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dr_segs.c138 sprtopscreen = centeryfrac - FixedMul(dc_texturemid, spryscale); in R_RenderMaskedSegRange()
595 topfrac = (centeryfrac >> 4) - FixedMul(worldtop, rw_scale); in R_StoreWallRange()
598 bottomfrac = (centeryfrac >> 4) - FixedMul(worldbottom, rw_scale); in R_StoreWallRange()
607 pixhigh = (centeryfrac >> 4) - FixedMul(worldhigh, rw_scale); in R_StoreWallRange()
612 pixlow = (centeryfrac >> 4) - FixedMul(worldlow, rw_scale); in R_StoreWallRange()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dr_segs.c170 sprtopscreen = centeryfrac - FixedMul(dc_texturemid, spryscale); in R_RenderMaskedSegRange()
681 topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale); in R_StoreWallRange()
684 bottomfrac = (centeryfrac>>4) - FixedMul (worldbottom, rw_scale); in R_StoreWallRange()
693 pixhigh = (centeryfrac>>4) - FixedMul (worldhigh, rw_scale); in R_StoreWallRange()
699 pixlow = (centeryfrac>>4) - FixedMul (worldlow, rw_scale); in R_StoreWallRange()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dr_segs.c146 sprtopscreen = centeryfrac - FixedMul(dc_texturemid, spryscale); in R_RenderMaskedSegRange()
602 topfrac = (centeryfrac >> 4) - FixedMul(worldtop, rw_scale); in R_StoreWallRange()
605 bottomfrac = (centeryfrac >> 4) - FixedMul(worldbottom, rw_scale); in R_StoreWallRange()
614 pixhigh = (centeryfrac >> 4) - FixedMul(worldhigh, rw_scale); in R_StoreWallRange()
619 pixlow = (centeryfrac >> 4) - FixedMul(worldlow, rw_scale); in R_StoreWallRange()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dr_segs.c138 sprtopscreen = centeryfrac - FixedMul(dc_texturemid, spryscale); in R_RenderMaskedSegRange()
595 topfrac = (centeryfrac >> 4) - FixedMul(worldtop, rw_scale); in R_StoreWallRange()
598 bottomfrac = (centeryfrac >> 4) - FixedMul(worldbottom, rw_scale); in R_StoreWallRange()
607 pixhigh = (centeryfrac >> 4) - FixedMul(worldhigh, rw_scale); in R_StoreWallRange()
612 pixlow = (centeryfrac >> 4) - FixedMul(worldlow, rw_scale); in R_StoreWallRange()
/dports/games/uhexen/uhexen-0.601/src/
H A Dr_segs.c134 sprtopscreen = centeryfrac - FixedMul(dc_texturemid, spryscale); in R_RenderMaskedSegRange()
592 topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale); in R_StoreWallRange()
595 bottomfrac = (centeryfrac>>4) - FixedMul (worldbottom, rw_scale); in R_StoreWallRange()
604 pixhigh = (centeryfrac>>4) - FixedMul (worldhigh, rw_scale); in R_StoreWallRange()
609 pixlow = (centeryfrac>>4) - FixedMul (worldlow, rw_scale); in R_StoreWallRange()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_main.cpp90 fixed_t centeryfrac; variable
434 return FIXED2INT(centeryfrac - int64_t(FocalLengthY) * int64_t(z) / int64_t(y)); in R_ProjectPointY()
787 centeryfrac = centery<<FRACBITS; in R_ExecuteSetViewSize()
924 centeryfrac = (viewheight << (FRACBITS - 1)) + dy; in R_ViewShear()
925 centery = centeryfrac >> FRACBITS; in R_ViewShear()
933 den = centeryfrac - (i << FRACBITS) - FRACUNIT / 2; in R_ViewShear()
949 den = (i << FRACBITS) - centeryfrac + FRACUNIT / 2; in R_ViewShear()
959 den = (i << FRACBITS) - centeryfrac + FRACUNIT / 2; in R_ViewShear()
/dports/games/heretic/glheretic-1.2/
H A Dr_segs.c134 sprtopscreen = centeryfrac - FixedMul(dc_texturemid, spryscale); in R_RenderMaskedSegRange()
606 topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale); in R_StoreWallRange()
609 bottomfrac = (centeryfrac>>4) - FixedMul (worldbottom, rw_scale); in R_StoreWallRange()
618 pixhigh = (centeryfrac>>4) - FixedMul (worldhigh, rw_scale); in R_StoreWallRange()
623 pixlow = (centeryfrac>>4) - FixedMul (worldlow, rw_scale); in R_StoreWallRange()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dr_segs.c147 sprtopscreen = centeryfrac - FixedMul(dc_texturemid, spryscale); in R_RenderMaskedSegRange()
623 topfrac = (centeryfrac >> 4) - FixedMul(worldtop, rw_scale); in R_StoreWallRange()
626 bottomfrac = (centeryfrac >> 4) - FixedMul(worldbottom, rw_scale); in R_StoreWallRange()
635 pixhigh = (centeryfrac >> 4) - FixedMul(worldhigh, rw_scale); in R_StoreWallRange()
640 pixlow = (centeryfrac >> 4) - FixedMul(worldlow, rw_scale); in R_StoreWallRange()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_segs.c178 sprtopscreen = centeryfrac - FixedMul(dc_texturemid, spryscale); in R_RenderMaskedSegRange()
692 topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale); in R_StoreWallRange()
695 bottomfrac = (centeryfrac>>4) - FixedMul (worldbottom, rw_scale); in R_StoreWallRange()
704 pixhigh = (centeryfrac>>4) - FixedMul (worldhigh, rw_scale); in R_StoreWallRange()
710 pixlow = (centeryfrac>>4) - FixedMul (worldlow, rw_scale); in R_StoreWallRange()
H A Dr_main.h44 extern fixed_t centeryfrac;
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dr_segs.c178 sprtopscreen = centeryfrac - FixedMul(dc_texturemid, spryscale); in R_RenderMaskedSegRange()
692 topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale); in R_StoreWallRange()
695 bottomfrac = (centeryfrac>>4) - FixedMul (worldbottom, rw_scale); in R_StoreWallRange()
704 pixhigh = (centeryfrac>>4) - FixedMul (worldhigh, rw_scale); in R_StoreWallRange()
710 pixlow = (centeryfrac>>4) - FixedMul (worldlow, rw_scale); in R_StoreWallRange()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_segs.c283 int64_t t = ((int64_t) centeryfrac << FRACBITS) - in R_RenderMaskedSegRange()
867 …topfrac = ((int64_t)centeryfrac>>invhgtbits) - (((int64_t)worldtop * rw_scale)>>FRACBITS); // [cri… in R_StoreWallRange()
870 …bottomfrac = ((int64_t)centeryfrac>>invhgtbits) - (((int64_t)worldbottom * rw_scale)>>FRACBITS); /… in R_StoreWallRange()
879 …pixhigh = ((int64_t)centeryfrac>>invhgtbits) - (((int64_t)worldhigh * rw_scale)>>FRACBITS); // [cr… in R_StoreWallRange()
885 …pixlow = ((int64_t)centeryfrac>>invhgtbits) - (((int64_t)worldlow * rw_scale)>>FRACBITS); // [cris… in R_StoreWallRange()
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_segs.c214 int_64_t t = ((int_64_t) centeryfrac << FRACBITS) - in R_RenderMaskedSegRange()
769 topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale); in R_StoreWallRange()
772 bottomfrac = (centeryfrac>>4) - FixedMul (worldbottom, rw_scale); in R_StoreWallRange()
781 pixhigh = (centeryfrac>>4) - FixedMul (worldhigh, rw_scale); in R_StoreWallRange()
786 pixlow = (centeryfrac>>4) - FixedMul (worldlow, rw_scale); in R_StoreWallRange()
H A Dr_main.h57 extern fixed_t centeryfrac;
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_segs.c261 int_64_t t = ((int_64_t) centeryfrac << FRACBITS) - in R_RenderMaskedSegRange()
842 topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale); in R_StoreWallRange()
845 bottomfrac = (centeryfrac>>4) - FixedMul (worldbottom, rw_scale); in R_StoreWallRange()
854 pixhigh = (centeryfrac>>4) - FixedMul (worldhigh, rw_scale); in R_StoreWallRange()
859 pixlow = (centeryfrac>>4) - FixedMul (worldlow, rw_scale); in R_StoreWallRange()

1234