Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_scale.c221 dc_yh = ((bottomscreen-1)>>SFRACBITS); in ScaleTransparentPost()
266 dc_yh = ((bottomscreen-1)>>SFRACBITS); in ScaleMaskedPost()
300 dc_yh = ((bottomscreen-1)>>SFRACBITS); in ScaleClippedPost()
330 dc_yh = ((bottomscreen-1)>>SFRACBITS); in ScaleSolidMaskedPost()
367 dc_yh = ((bottomscreen-1)>>SFRACBITS); in ScaleTransparentClippedPost()
488 …sprite->viewx=(sprite->viewx<<SFRACBITS)-(sprite->viewheight<<(SFRACBITS-HEIGHTFRACTION-1))+(SFRAC… in ScaleShape()
658 sprite->viewx=(sprite->viewx<<SFRACBITS)-(sprite->viewheight<<(SFRACBITS-HEIGHTFRACTION-1)); in ScaleTransparentShape()
757 …sprite->viewx=(sprite->viewx<<SFRACBITS)-(sprite->viewheight<<(SFRACBITS-HEIGHTFRACTION-1))+(SFRAC… in ScaleSolidShape()
851 xcent=(xcent<<SFRACBITS)-(h<<SFRACBITS); in ScaleWeapon()
1041 xcent=(xcent<<SFRACBITS)-(height<<(SFRACBITS-1)); in DrawPositionedScaledSprite()
[all …]
H A Dcin_main.c269 *dest = cin_source[(frac>>SFRACBITS)]; in R_DrawFilmColumn()
H A Drt_draw.c1824 dc_texturemid = (pheight<<SFRACBITS)+(SFRACUNIT>>1); in DrawWallPost()
1827 dc_yh = ((bottomscreen-1)>>SFRACBITS)+1; in DrawWallPost()
1858 dc_texturemid = (pheight<<SFRACBITS)+(SFRACUNIT>>1); in DrawWallPost()
1861 dc_yl = (topscreen+SFRACUNIT-1)>>SFRACBITS; in DrawWallPost()
1862 dc_yh = ((bottomscreen-1)>>SFRACBITS)+1; in DrawWallPost()
1894 dc_texturemid-=(nominalheight<<SFRACBITS); in DrawWallPost()
1897 dc_yl = (topscreen+SFRACUNIT-1)>>SFRACBITS; in DrawWallPost()
1898 dc_yh = ((bottomscreen-1)>>SFRACBITS); in DrawWallPost()
2506 dc_yh = ((bottomscreen-1)>>SFRACBITS)+1; in InterpolateDoor()
3821 dc_yl = (sprtopoffset+SFRACUNIT-1)>>SFRACBITS;
[all …]
H A Drt_def.h219 #define SFRACBITS 16 macro