Searched refs:qemu_pixman_linebuf_fill (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/ui/ |
H A D | ui-qmp-cmds.c | 272 qemu_pixman_linebuf_fill(linebuf, image, width, 0, y); in png_save() 318 qemu_pixman_linebuf_fill(linebuf, image, width, 0, y); in ppm_save()
|
H A D | qemu-pixman.c | 202 void qemu_pixman_linebuf_fill(pixman_image_t *linebuf, pixman_image_t *fb, in qemu_pixman_linebuf_fill() function
|
H A D | vnc-enc-tight.c | 1216 qemu_pixman_linebuf_fill(linebuf, vs->vd->server, w, x, y + dy); in send_jpeg_rect() 1362 qemu_pixman_linebuf_fill(linebuf, vs->vd->server, w, x, y + dy); in send_png_rect()
|
H A D | vnc.c | 3159 qemu_pixman_linebuf_fill(tmpbuf, vd->guest.fb, width, 0, y); in vnc_refresh_server_surface()
|
/openbmc/qemu/include/ui/ |
H A D | qemu-pixman.h | 86 void qemu_pixman_linebuf_fill(pixman_image_t *linebuf, pixman_image_t *fb,
|