Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dg364fb.c82 uint8_t *data_display, *dd; in g364fb_draw_graphic8() local
130 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()
H A Dmacfb.c313 uint8_t *data_display; in macfb_draw_graphic() local
315 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()