Home
last modified time | relevance | path

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

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