HomeSort by: relevance | last modified time | path
    Searched defs:width_cur (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/usb/
udl.c 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; local in function:udl_copy_rect
1218 width_cur = UDL_CMD_WIDTH_MAX;
1220 width_cur = width;
1223 udl_copy_line(sc, soff, doff, width_cur);
1228 sx += width_cur;
1229 dx += width_cur;
1230 width -= width_cur;
1238 int sbase, soff, ebase, eoff, width_cur; local in function:udl_fill_rect
1248 width_cur = UDL_CMD_WIDTH_MAX;
1250 width_cur = width
1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height; local in function:udl_draw_rect
1442 int width_cur; local in function:udl_draw_line_comp
    [all...]
udl.c 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; local in function:udl_copy_rect
1218 width_cur = UDL_CMD_WIDTH_MAX;
1220 width_cur = width;
1223 udl_copy_line(sc, soff, doff, width_cur);
1228 sx += width_cur;
1229 dx += width_cur;
1230 width -= width_cur;
1238 int sbase, soff, ebase, eoff, width_cur; local in function:udl_fill_rect
1248 width_cur = UDL_CMD_WIDTH_MAX;
1250 width_cur = width
1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height; local in function:udl_draw_rect
1442 int width_cur; local in function:udl_draw_line_comp
    [all...]
udl.c 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; local in function:udl_copy_rect
1218 width_cur = UDL_CMD_WIDTH_MAX;
1220 width_cur = width;
1223 udl_copy_line(sc, soff, doff, width_cur);
1228 sx += width_cur;
1229 dx += width_cur;
1230 width -= width_cur;
1238 int sbase, soff, ebase, eoff, width_cur; local in function:udl_fill_rect
1248 width_cur = UDL_CMD_WIDTH_MAX;
1250 width_cur = width
1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height; local in function:udl_draw_rect
1442 int width_cur; local in function:udl_draw_line_comp
    [all...]
udl.c 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; local in function:udl_copy_rect
1218 width_cur = UDL_CMD_WIDTH_MAX;
1220 width_cur = width;
1223 udl_copy_line(sc, soff, doff, width_cur);
1228 sx += width_cur;
1229 dx += width_cur;
1230 width -= width_cur;
1238 int sbase, soff, ebase, eoff, width_cur; local in function:udl_fill_rect
1248 width_cur = UDL_CMD_WIDTH_MAX;
1250 width_cur = width
1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height; local in function:udl_draw_rect
1442 int width_cur; local in function:udl_draw_line_comp
    [all...]

Completed in 134 milliseconds