Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_main.c1288 float HWR_ClipViewSegment(int x, polyvertex_t * v1, polyvertex_t * v2) in HWR_ClipViewSegment() function
2192 highfrac = HWR_ClipViewSegment(start->first + 1, in HWR_ClipSolidWallSegment()
2217 lowfrac = HWR_ClipViewSegment(next->last - 1, in HWR_ClipSolidWallSegment()
2219 highfrac = HWR_ClipViewSegment((next + 1)->first + 1, in HWR_ClipSolidWallSegment()
2258 lowfrac = HWR_ClipViewSegment(next->last - 1, in HWR_ClipSolidWallSegment()
2323 highfrac = HWR_ClipViewSegment(min(start->first + 1, start->last), in HWR_ClipPassWallSegment()
2344 lowfrac = HWR_ClipViewSegment(max(start->last - 1, start->first), in HWR_ClipPassWallSegment()
2346 highfrac = HWR_ClipViewSegment(min((start + 1)->first + 1, (start + 1)->last), in HWR_ClipPassWallSegment()
2378 lowfrac = HWR_ClipViewSegment(max(start->last - 1, start->first), in HWR_ClipPassWallSegment()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c823 static float HWR_ClipViewSegment(INT32 x, polyvertex_t *v1, polyvertex_t *v2) in HWR_ClipViewSegment() function
2049 …highfrac = HWR_ClipViewSegment(start->first+1, (polyvertex_t *)gl_curline->pv1, (polyvertex_t *)gl… in HWR_ClipSolidWallSegment()
2073 …lowfrac = HWR_ClipViewSegment(next->last-1, (polyvertex_t *)gl_curline->pv1, (polyvertex_t *)gl_c… in HWR_ClipSolidWallSegment()
2074 …highfrac = HWR_ClipViewSegment((next+1)->first+1, (polyvertex_t *)gl_curline->pv1, (polyvertex_t *… in HWR_ClipSolidWallSegment()
2108 …lowfrac = HWR_ClipViewSegment(next->last-1, (polyvertex_t *)gl_curline->pv1, (polyvertex_t *)gl_c… in HWR_ClipSolidWallSegment()
2170 highfrac = HWR_ClipViewSegment(min(start->first + 1, in HWR_ClipPassWallSegment()
2191 …lowfrac = HWR_ClipViewSegment(max(start->last-1,start->first), (polyvertex_t *)gl_curline->pv1, (… in HWR_ClipPassWallSegment()
2192 …highfrac = HWR_ClipViewSegment(min((start+1)->first+1,(start+1)->last), (polyvertex_t *)gl_curline… in HWR_ClipPassWallSegment()
2221 lowfrac = HWR_ClipViewSegment(max(start->last - 1, in HWR_ClipPassWallSegment()