udl.c | 1168 int i, soff, eoff; local in function:udl_draw_char 1171 eoff = (y + font->fontheight) * sc->sc_width + x; 1175 while (soff < eoff) { 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; local in function:udl_copy_rect 1214 eoff = ebase + sx; 1222 while (soff < eoff) { 1238 int sbase, soff, ebase, eoff, width_cur; local in function:udl_fill_rect 1245 eoff = ebase + x; 1252 while (soff < eoff) { 1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height local in function:udl_draw_rect 1300 int soff, eoff, x, y, width, height; local in function:udl_draw_rect_comp [all...] |