Searched refs:data_display (Results 1 – 2 of 2) sorted by relevance
82 uint8_t *data_display, *dd; in g364fb_draw_graphic8() local130 data_display = dd = surface_data(surface); in g364fb_draw_graphic8()182 data_display = dd = data_display + surface_stride(surface); in g364fb_draw_graphic8()206 data_display += dy * surface_stride(surface); in g364fb_draw_graphic8()207 dd = data_display + x * w; in g364fb_draw_graphic8()
313 uint8_t *data_display; in macfb_draw_graphic() local315 data_display = surface_data(surface) + y * surface_stride(surface); in macfb_draw_graphic()316 macfb_draw_line(s, data_display, page, s->width); in macfb_draw_graphic()