Home
last modified time | relevance | path

Searched defs:rdraw_viewheight (Results 1 – 6 of 6) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_draw8.c950 … if (ds_x2 < ds_x1 || ds_x1 < 0 || ds_x2 >= rdraw_viewwidth || (unsigned) ds_y > rdraw_viewheight) in R_DrawSpan_8() local
990 … if (ds_x2 < ds_x1 || ds_x1 < 0 || ds_x2 >= rdraw_viewwidth || (unsigned) ds_y > rdraw_viewheight) in R_DrawTranslucentSpan_8() local
H A Dr_plane.c240 || (unsigned)y>rdraw_viewheight) // [WDJ] ?? y>=rdraw_viewheight in R_MapPlane() local
H A Dr_draw.c100 int rdraw_viewheight; // was viewheight variable
H A Dr_draw16.c805 … if (ds_x2 < ds_x1 || ds_x1 < 0 || ds_x2 >= rdraw_viewwidth || (unsigned) ds_y > rdraw_viewheight) in R_DrawTranslucentSpan_16() local
H A Dr_draw32.c788 … if (ds_x2 < ds_x1 || ds_x1 < 0 || ds_x2 >= rdraw_viewwidth || (unsigned) ds_y > rdraw_viewheight) in R_DrawTranslucentSpan_32() local
H A Dr_draw24.c777 … if (ds_x2 < ds_x1 || ds_x1 < 0 || ds_x2 >= rdraw_viewwidth || (unsigned) ds_y > rdraw_viewheight) in R_DrawTranslucentSpan_24() local