Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dg364fb.c87 int xcursor, ycursor; in g364fb_draw_graphic8() local
123 ycursor = s->cursor_position & 0xfff; in g364fb_draw_graphic8()
125 xcursor = ycursor = -65; in g364fb_draw_graphic8()
142 if (unlikely((y >= ycursor && y < ycursor + 64) && in g364fb_draw_graphic8()
146 uint16_t curs = s->cursor[(y - ycursor) * 8 + xdiff / 8]; in g364fb_draw_graphic8()