Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dartist.c492 bool update_start, int skip_pix, int max_pix) in draw_line() argument
583 } while (x <= x2 && (max_pix == -1 || --max_pix > 0)); in draw_line()