Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dati.c196 static void ati_cursor_draw_line(VGACommonState *vga, uint8_t *d, int scr_y) in ati_cursor_draw_line() argument
204 scr_y < vga->hw_cursor_y || scr_y >= vga->hw_cursor_y + 64 || in ati_cursor_draw_line()
205 scr_y > s->regs.crtc_v_total_disp >> 16) { in ati_cursor_draw_line()
209 srcoff = s->cursor_offset + (scr_y - vga->hw_cursor_y) * 16; in ati_cursor_draw_line()
H A Dcirrus_vga.c2252 static void cirrus_cursor_draw_line(VGACommonState *s1, uint8_t *d1, int scr_y) in cirrus_cursor_draw_line() argument
2268 if (scr_y < s->vga.hw_cursor_y || in cirrus_cursor_draw_line()
2269 scr_y >= (s->vga.hw_cursor_y + h)) { in cirrus_cursor_draw_line()
2276 src += (scr_y - s->vga.hw_cursor_y) * 16; in cirrus_cursor_draw_line()
2284 src += (scr_y - s->vga.hw_cursor_y) * 4; in cirrus_cursor_draw_line()