Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_segs.c818 ADJUST (spr_topclip); in expand_openings()
1113 dm_ceilingclip = ds->spr_topclip; in R_RenderMaskedSegRange()
1493 dm_ceilingclip = ds->spr_topclip; in R_RenderThickSideRange()
2502 ds_p->spr_topclip = clip_screen_bot_max; // clip all in R_StoreWallRange()
2510 ds_p->spr_topclip = ds_p->spr_bottomclip = NULL; in R_StoreWallRange()
2555 ds_p->spr_topclip = clip_screen_bot_max; // clip all in R_StoreWallRange()
2574 ds_p->spr_topclip = clip_screen_bot_max; // clip all in R_StoreWallRange()
3208 && !ds_p->spr_topclip) in R_StoreWallRange()
3211 ds_p->spr_topclip = lastopening - start; in R_StoreWallRange()
H A Dr_defs.h827 short* spr_topclip; // owned array [x1..x2] member
H A Dr_things.c3122 cliptop[x] = ds->spr_topclip[x]; in R_DrawSprite()
3132 cliptop[x] = ds->spr_topclip[x]; in R_DrawSprite()