Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_things.h48 extern INT32 lengthcol;
H A Dr_segs.c91 bottomscreen = topscreen + spryscale * lengthcol; in R_Render2sidedMultiPatchColumn()
196 lengthcol = textures[texnum]->height; in R_RenderMaskedSegRange()
204 lengthcol = textures[texnum]->height; in R_RenderMaskedSegRange()
829 lengthcol = textures[texnum]->height; in R_RenderThickSideRange()
837 lengthcol = textures[texnum]->height; in R_RenderThickSideRange()
H A Dr_things.c673 INT32 lengthcol; // column->length : for flipped column function pointers and multi-patch on 2sided… variable
691 topdelta = lengthcol-column->length-topdelta; in R_DrawFlippedMaskedColumn()
893 lengthcol = patch->height; in R_DrawVisSprite()