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