Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dg364fb.c146 uint16_t curs = s->cursor[(y - ycursor) * 8 + xdiff / 8]; in g364fb_draw_graphic8() local
147 int op = (curs >> ((xdiff & 7) * 2)) & 3; in g364fb_draw_graphic8()