Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dg364fb.c87 int xcursor, ycursor; in g364fb_draw_graphic8() local
122 xcursor = s->cursor_position >> 12; in g364fb_draw_graphic8()
125 xcursor = ycursor = -65; in g364fb_draw_graphic8()
143 (x >= xcursor && x < xcursor + 64))) { in g364fb_draw_graphic8()
145 int xdiff = x - xcursor; in g364fb_draw_graphic8()