Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dartist.c494 bool update_start, int skip_pix, int max_pix) in draw_line() argument
508 if (update_start) { in draw_line()
620 static void draw_line_size(ARTISTState *s, bool update_start) in draw_line_size() argument
627 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_size()
630 static void draw_line_xy(ARTISTState *s, bool update_start) in draw_line_xy() argument
679 static void draw_line_end(ARTISTState *s, bool update_start) in draw_line_end() argument
686 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_end()