Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_segs.c819 ADJUST (spr_bottomclip); in expand_openings()
1112 dm_floorclip = ds->spr_bottomclip; in R_RenderMaskedSegRange()
1492 dm_floorclip = ds->spr_bottomclip; in R_RenderThickSideRange()
2503 ds_p->spr_bottomclip = clip_screen_top_min; // clip all in R_StoreWallRange()
2510 ds_p->spr_topclip = ds_p->spr_bottomclip = NULL; in R_StoreWallRange()
2547 ds_p->spr_bottomclip = clip_screen_top_min; // clip all in R_StoreWallRange()
2567 ds_p->spr_bottomclip = clip_screen_top_min; // clip all in R_StoreWallRange()
3216 && !ds_p->spr_bottomclip) in R_StoreWallRange()
3219 ds_p->spr_bottomclip = lastopening - start; in R_StoreWallRange()
H A Dr_defs.h828 short* spr_bottomclip; // owned array [x1..x2] member
H A Dr_things.c3115 clipbot[x] = ds->spr_bottomclip[x]; in R_DrawSprite()
3130 clipbot[x] = ds->spr_bottomclip[x]; in R_DrawSprite()