Home
last modified time | relevance | path

Searched refs:spritetopoffset (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dr_data.c161 fixed_t* spritetopoffset; variable
666 spritetopoffset = Z_Malloc (numspritelumps*sizeof(*spritetopoffset), PU_STATIC, 0); in R_InitSpriteLumps()
676 spritetopoffset[i] = SHORT(patch->topoffset)<<FRACBITS; in R_InitSpriteLumps()
H A Dr_state.h44 extern fixed_t* spritetopoffset;
H A Dr_things.c548 vis->gzt = thing->z + spritetopoffset[lump]; in R_ProjectSprite()
687 vis->texturemid = (BASEYCENTER<<FRACBITS)+FRACUNIT/2-(psp->sy-spritetopoffset[lump]); in R_DrawPSprite()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_state.h44 extern fixed_t* spritetopoffset;
H A Dr_data.c168 fixed_t* spritetopoffset; variable
1030 spritetopoffset = Z_Malloc (numspritelumps*sizeof(*spritetopoffset), PU_STATIC, 0); in R_InitSpriteLumps()
1040 spritetopoffset[i] = SHORT(patch->topoffset)<<FRACBITS; in R_InitSpriteLumps()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_state.h44 extern fixed_t* spritetopoffset;
H A Dr_data.c157 fixed_t* spritetopoffset; variable
670 spritetopoffset = Z_Malloc (numspritelumps*sizeof(*spritetopoffset), PU_STATIC, 0); in R_InitSpriteLumps()
686 spritetopoffset[i] = SHORT(patch->topoffset)<<FRACBITS; in R_InitSpriteLumps()
H A Dr_things.c611 vis->gzt = vis->gz + spritetopoffset[lump]; in R_ProjectSprite()
770 vis->texturemid = ((BASEYCENTER<<FRACBITS)/*+FRACUNIT/2*/)-(psp->sy-spritetopoffset[lump]) in R_DrawPSprite()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dr_state.h44 extern fixed_t* spritetopoffset;
H A Dr_data.c157 fixed_t* spritetopoffset; variable
673 spritetopoffset = Z_Malloc (numspritelumps*sizeof(*spritetopoffset), PU_STATIC, 0); in R_InitSpriteLumps()
689 spritetopoffset[i] = SHORT(patch->topoffset)<<FRACBITS; in R_InitSpriteLumps()
H A Dr_things.c611 vis->gzt = vis->gz + spritetopoffset[lump]; in R_ProjectSprite()
770 vis->texturemid = ((BASEYCENTER<<FRACBITS)+FRACUNIT/2)-(psp->sy-spritetopoffset[lump]) in R_DrawPSprite()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dr_data.c64 fixed_t *spritetopoffset; variable
462 spritetopoffset = Z_Malloc(numspritelumps * sizeof(fixed_t), PU_STATIC, 0); in R_InitSpriteLumps()
471 spritetopoffset[i] = SHORT(patch->topoffset) << FRACBITS; in R_InitSpriteLumps()
H A Dr_things.c560 vis->gzt = thing->z + spritetopoffset[lump]; in R_ProjectSprite()
732 - (psp->sy - spritetopoffset[lump]); in R_DrawPSprite()
/dports/games/uhexen/uhexen-0.601/src/
H A Dr_data.c56 fixed_t *spritetopoffset; variable
450 spritetopoffset = Z_Malloc (numspritelumps*4, PU_STATIC, 0); in R_InitSpriteLumps()
458 spritetopoffset[i] = SHORT(patch->topoffset)<<FRACBITS; in R_InitSpriteLumps()
H A Dr_things.c555 vis->gzt = thing->z + spritetopoffset[lump]; in R_ProjectSprite()
725 -(psp->sy-spritetopoffset[lump]); in R_DrawPSprite()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dr_data.c64 fixed_t *spritetopoffset; variable
466 spritetopoffset = Z_Malloc(numspritelumps * sizeof(fixed_t), PU_STATIC, 0); in R_InitSpriteLumps()
475 spritetopoffset[i] = SHORT(patch->topoffset) << FRACBITS; in R_InitSpriteLumps()
H A Dr_things.c560 vis->gzt = thing->z + spritetopoffset[lump]; in R_ProjectSprite()
731 - (psp->sy - spritetopoffset[lump]); in R_DrawPSprite()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dr_data.c70 fixed_t *spritetopoffset; variable
495 spritetopoffset = Z_Malloc(numspritelumps * sizeof(fixed_t), PU_STATIC, 0); in R_InitSpriteLumps()
508 spritetopoffset[i] = SHORT(patch->topoffset) << FRACBITS; in R_InitSpriteLumps()
H A Dr_things.c608 vis->gzt = interpz + spritetopoffset[lump]; in R_ProjectSprite()
776 spritetopoffset[lump]); in R_DrawPSprite()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dr_data.c69 fixed_t *spritetopoffset; variable
497 spritetopoffset = Z_Malloc(numspritelumps * sizeof(fixed_t), PU_STATIC, 0); in R_InitSpriteLumps()
510 spritetopoffset[i] = SHORT(patch->topoffset) << FRACBITS; in R_InitSpriteLumps()
H A Dr_local.h385 extern fixed_t *spritetopoffset;
H A Dr_things.c551 vis->gzt = thing->z + spritetopoffset[lump]; in R_ProjectSprite()
718 spritetopoffset[lump]); in R_DrawPSprite()
/dports/games/heretic/glheretic-1.2/
H A Dr_data.c79 fixed_t *spritetopoffset; variable
517 spritetopoffset = Z_Malloc(numspritelumps * sizeof(void *), PU_STATIC, 0); in R_InitSpriteLumps()
533 spritetopoffset[i] = SHORT(patch->topoffset)<<FRACBITS; in R_InitSpriteLumps()
H A Dr_things.c558 vis->gzt = thing->z + spritetopoffset[lump]; in R_ProjectSprite()
734 vis->texturemid = (BASEYCENTER<<FRACBITS)+FRACUNIT/2-(psp->sy-spritetopoffset[lump]); in R_DrawPSprite()
H A Dr_local.h421 extern fixed_t *spritetopoffset;

12