Searched refs:xr (Results 1 – 1 of 1) sorted by relevance
1845 struct seg {int y, xl, xr, dy;}; member1851 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}1854 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
Completed in 11 milliseconds