Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Djazz_led.c86 int posy, int posx1, int posx2, in draw_horizontal_line() argument
93 d = surface_data(ds) + surface_stride(ds) * posy + bpp * posx1; in draw_horizontal_line()
96 for (x = posx1; x <= posx2; x++) { in draw_horizontal_line()
102 for (x = posx1; x <= posx2; x++) { in draw_horizontal_line()
108 for (x = posx1; x <= posx2; x++) { in draw_horizontal_line()