Searched refs:xdiff (Results 1 – 1 of 1) sorted by relevance
145 int xdiff = x - xcursor; in g364fb_draw_graphic8() local146 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()