Home
last modified time | relevance | path

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

/qemu/include/ui/
H A Dpixman-minimal.h93 typedef struct pixman_image pixman_image_t; typedef
95 typedef void (*pixman_image_destroy_func_t)(pixman_image_t *image, void *data);
161 pixman_image_t *i = g_new0(pixman_image_t, 1); in pixman_image_create_bits()
182 static inline pixman_image_t *pixman_image_ref(pixman_image_t *i) in pixman_image_ref()
188 static inline bool pixman_image_unref(pixman_image_t *i) in pixman_image_unref()
205 static inline void pixman_image_set_destroy_function(pixman_image_t *i, in pixman_image_set_destroy_function()
214 static inline uint32_t *pixman_image_get_data(pixman_image_t *i) in pixman_image_get_data()
219 static inline int pixman_image_get_height(pixman_image_t *i) in pixman_image_get_height()
224 static inline int pixman_image_get_width(pixman_image_t *i) in pixman_image_get_width()
229 static inline int pixman_image_get_stride(pixman_image_t *i) in pixman_image_get_stride()
[all …]
H A Dqemu-pixman.h82 pixman_image_t *qemu_pixman_linebuf_create(pixman_format_code_t format,
84 void qemu_pixman_linebuf_fill(pixman_image_t *linebuf, pixman_image_t *fb,
86 pixman_image_t *qemu_pixman_mirror_create(pixman_format_code_t format,
87 pixman_image_t *image);
89 pixman_image_t *qemu_pixman_glyph_from_vgafont(int height, const uint8_t *font,
91 void qemu_pixman_glyph_render(pixman_image_t *glyph,
92 pixman_image_t *surface,
98 void qemu_pixman_image_unref(pixman_image_t *image);
100 G_DEFINE_AUTOPTR_CLEANUP_FUNC(pixman_image_t, qemu_pixman_image_unref)
H A Dsurface.h19 pixman_image_t *image;
37 DisplaySurface *qemu_create_displaysurface_pixman(pixman_image_t *image);
H A Dspice-display.h93 pixman_image_t *surface;
94 pixman_image_t *mirror;
H A Dgtk.h42 pixman_image_t *convert;
/qemu/ui/
H A Dqemu-pixman.c192 pixman_image_t *qemu_pixman_linebuf_create(pixman_format_code_t format, in qemu_pixman_linebuf_create()
201 void qemu_pixman_linebuf_fill(pixman_image_t *linebuf, pixman_image_t *fb, in qemu_pixman_linebuf_fill()
208 pixman_image_t *qemu_pixman_mirror_create(pixman_format_code_t format, in qemu_pixman_mirror_create()
209 pixman_image_t *image) in qemu_pixman_mirror_create()
219 void qemu_pixman_image_unref(pixman_image_t *image) in qemu_pixman_image_unref()
228 pixman_image_t *qemu_pixman_glyph_from_vgafont(int height, const uint8_t *font, in qemu_pixman_glyph_from_vgafont()
231 pixman_image_t *glyph; in qemu_pixman_glyph_from_vgafont()
250 void qemu_pixman_glyph_render(pixman_image_t *glyph, in qemu_pixman_glyph_render()
251 pixman_image_t *surface, in qemu_pixman_glyph_render()
256 pixman_image_t *ifg = pixman_image_create_solid_fill(fgcol); in qemu_pixman_glyph_render()
[all …]
H A Dui-qmp-cmds.c229 static bool png_save(int fd, pixman_image_t *image, Error **errp) in png_save()
235 g_autoptr(pixman_image_t) linebuf = in png_save()
291 static bool png_save(int fd, pixman_image_t *image, Error **errp) in png_save()
299 static bool ppm_save(int fd, pixman_image_t *image, Error **errp) in ppm_save()
305 g_autoptr(pixman_image_t) linebuf = NULL; in ppm_save()
335 g_autoptr(pixman_image_t) image = NULL; in qmp_screendump()
H A Dvnc.h126 pixman_image_t *fb;
166 pixman_image_t *server; /* vnc server surface */
H A Dconsole.c465 win32_pixman_image_destroy(pixman_image_t *image, void *data) in win32_pixman_image_destroy()
529 DisplaySurface *qemu_create_displaysurface_pixman(pixman_image_t *image) in qemu_create_displaysurface_pixman()
546 pixman_image_t *glyph; in qemu_create_placeholder_surface()
H A Dcocoa.m298 pixman_image_t *pixman_image;
303 - (void) switchSurface:(pixman_image_t *)image; argument
620 - (void) switchSurface:(pixman_image_t *)image
1956 pixman_image_t *image = surface->image;
H A Dvnc-enc-tight.c1182 pixman_image_t *linebuf; in send_jpeg_rect()
1298 pixman_image_t *linebuf; in send_png_rect()
H A Ddbus-listener.c614 pixman_image_t *img; in dbus_gfx_update_sub()
H A Dconsole-vc.c155 static pixman_image_t *glyphs[256]; in vga_putcharxy()
H A Dspice-display.c129 pixman_image_t *dest; in qemu_spice_create_one_update()
H A Dvnc.c3110 pixman_image_t *tmpbuf = NULL; in vnc_refresh_server_surface()
/qemu/hw/display/
H A Dramfb.c39 static void ramfb_unmap_display_surface(pixman_image_t *image, void *unused) in ramfb_unmap_display_surface()
H A Dvirtio-gpu.c244 win32_pixman_image_destroy(pixman_image_t *image, void *data) in win32_pixman_image_destroy()
595 static void virtio_unref_resource(pixman_image_t *image, void *data) in virtio_unref_resource()
677 pixman_image_t *rect; in virtio_gpu_do_set_scanout()
H A Dvhost-user-gpu.c323 pixman_image_t *image = in vhost_user_gpu_handle_display()
/qemu/include/hw/virtio/
H A Dvirtio-gpu.h53 pixman_image_t *image;
/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c40 pixman_image_t *image;
837 pixman_image_t *img = in vg_resource_flush()