Home
last modified time | relevance | path

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

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