Home
last modified time | relevance | path

Searched refs:texturehpeg (Results 1 – 2 of 2) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_main.c1561 fixed_t texturehpeg = gr_sidedef->textureoffset + gr_curline->offset; in HWR_StoreWallRange() local
1565 cliplow = texturehpeg + gr_curline->length * startfrac; in HWR_StoreWallRange()
1567 cliplow = texturehpeg; in HWR_StoreWallRange()
1570 cliphigh = texturehpeg + gr_curline->length * endfrac; in HWR_StoreWallRange()
1572 cliphigh = texturehpeg + gr_curline->length; in HWR_StoreWallRange()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c1109 fixed_t texturehpeg = gl_sidedef->textureoffset + gl_curline->offset; in HWR_ProcessSeg() local
1110 cliplow = (float)texturehpeg; in HWR_ProcessSeg()
1111 cliphigh = (float)(texturehpeg + (gl_curline->flength*FRACUNIT)); in HWR_ProcessSeg()