Home
last modified time | relevance | path

Searched refs:pixman_image_get_height (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/include/ui/
H A Dsurface.h75 return pixman_image_get_height(s->image); in surface_height()
H A Dpixman-minimal.h219 static inline int pixman_image_get_height(pixman_image_t *i) in pixman_image_get_height() function
/openbmc/qemu/ui/
H A Dui-qmp-cmds.c232 int height = pixman_image_get_height(image); in png_save()
302 int height = pixman_image_get_height(image); in ppm_save()
H A Dvnc.c726 assert(pixman_image_get_height(vs->vd->server) < 65536 && in vnc_desktop_resize()
727 pixman_image_get_height(vs->vd->server) >= 0); in vnc_desktop_resize()
729 vs->client_height = pixman_image_get_height(vs->vd->server); in vnc_desktop_resize()
1174 height = pixman_image_get_height(vd->server); in vnc_update_client()
1802 int height = pixman_image_get_height(vs->vd->server); in pointer_event()
2694 assert(pixman_image_get_height(vs->vd->server) < 65536 && in protocol_client_init()
2695 pixman_image_get_height(vs->vd->server) >= 0); in protocol_client_init()
3006 int height = MIN(pixman_image_get_height(vd->guest.fb), in vnc_update_stats()
3007 pixman_image_get_height(vd->server)); in vnc_update_stats()
3099 int height = MIN(pixman_image_get_height(vd->guest.fb), in vnc_refresh_server_surface()
[all …]
H A Dqemu-pixman.c213 pixman_image_get_height(image), in qemu_pixman_mirror_create()
H A Dgtk.c540 pixman_image_get_height(vc->gfx.convert), in gd_switch()
546 pixman_image_get_height(vc->gfx.convert)); in gd_switch()
H A Dspice-display.c395 surface_height(surface) == pixman_image_get_height(ssd->surface) && in qemu_spice_display_switch()
H A Dcocoa.m469 int h = pixman_image_get_height(pixman_image);
623 int h = pixman_image_get_height(image);
/openbmc/qemu/hw/display/
H A Dramfb.c43 pixman_image_get_height(image); in ramfb_unmap_display_surface()
H A Dvirtio-gpu.c66 pixman_image_get_height(res->image) != s->current_cursor->height) { in virtio_gpu_update_cursor_data()
731 fb.height = pixman_image_get_height(res->image); in virtio_gpu_set_scanout()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c648 * pixman_image_get_height(res->image)); in vg_transfer_to_host_2d()
956 g_return_if_fail(pixman_image_get_height(res->image) == 64); in update_cursor_data_simple()