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