Home
last modified time | relevance | path

Searched refs:startcolumn (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/display/
H A Dartist.c389 int line, endline, lineincr, startcolumn, endcolumn, columnincr, column; in block_move() local
423 startcolumn = width - 1; in block_move()
428 startcolumn = 0; in block_move()
434 src = source_x + ((line + source_y) * buf->width) + startcolumn; in block_move()
435 dst = dest_x + ((line + dest_y) * buf->width) + startcolumn; in block_move()
437 for (column = startcolumn; column != endcolumn; column += columnincr) { in block_move()