udl.c | 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; local in function:udl_copy_rect 1209 ebase = (sy + height) * sc->sc_width; 1214 eoff = ebase + sx; 1238 int sbase, soff, ebase, eoff, width_cur; local in function:udl_fill_rect 1241 ebase = (y + height) * sc->sc_width; 1245 eoff = ebase + x; 1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height; local in function:udl_draw_rect 1273 ebase = (y + height) * sc->sc_width; 1277 eoff = ebase + x;
|