Searched refs:edge_by_slope (Results 1 – 1 of 1) sorted by relevance
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/ |
H A D | r_sky.c | 224 int edge_by_slope( byte pixel, int c1, int r1, int edgeinc, int rinc, unsigned int twm, byte buf[S… in edge_by_slope() function 711 …c3 = edge_by_slope( solid_pixel, c1, r1, 1, rinc, twm, buf, reg_slope, max_slope, (r1 - sl_horizo… in R_Generate_Sky() 712 …c4 = edge_by_slope( solid_pixel, c2, r1, -1, rinc, twm, buf, reg_slope, max_slope, (sl_horizon - r… in R_Generate_Sky()
|