Searched refs:inter_x (Results 1 – 1 of 1) sorted by relevance
412 float inter_x[3]; in DrawGouraud() local422 GetScanlineIntersect(y, position1, position2, &inter_x[nIntersects]); in DrawGouraud()436 if (inter_x[0] < inter_x[1]) { in DrawGouraud()437 min_x = (int)floor(inter_x[0]); in DrawGouraud()438 max_x = (int)ceil(inter_x[1]); in DrawGouraud()442 min_x = (int)floor(inter_x[1]); in DrawGouraud()443 max_x = (int)ceil(inter_x[0]); in DrawGouraud()