Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dartist.c224 int start = starty * buf->width; in artist_invalidate_lines()
227 if (starty + height > buf->height) { in artist_invalidate_lines()
228 height = buf->height - starty; in artist_invalidate_lines()
479 for (y = starty; y < starty + height; y++) { in fill_window()
638 endy = starty; in draw_line_xy()
650 endy = starty + linexy; in draw_line_xy()
654 endy = starty; in draw_line_xy()
655 starty -= linexy; in draw_line_xy()
666 if (starty < 0) { in draw_line_xy()
667 starty = 0; in draw_line_xy()
[all …]