Lines Matching defs:width_cur
1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur;
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;
1248 width_cur = UDL_CMD_WIDTH_MAX;
1250 width_cur = width;
1253 udl_fill_line(sc, rgb16, soff, width_cur);
1257 x += width_cur;
1258 width -= width_cur;
1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height;
1280 width_cur = UDL_CMD_WIDTH_MAX;
1282 width_cur = width;
1286 soff, width_cur);
1290 x += width_cur;
1291 width -= width_cur;
1442 int width_cur;
1468 width_cur = udl_cmd_add_buf_comp(sc, buf, width);
1470 *widthp = width_cur;
1471 buf += width_cur;
1472 off += width_cur;
1473 width -= width_cur;