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.h73 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 Dqemu-pixman.c214 pixman_image_get_height(image), in qemu_pixman_mirror_create()
301 size_t size = pixman_image_get_height(image) * pixman_image_get_stride(image); in qemu_pixman_shared_image_destroy()
H A Dvnc.c720 vs->client_height == pixman_image_get_height(vs->vd->server)) { in vnc_desktop_resize()
726 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()
1783 pixman_image_get_height(vs->vd->server), in check_pointer_type_change()
1802 int height = pixman_image_get_height(vs->vd->server); in pointer_event()
2098 pixman_image_get_height(vs->vd->server), in send_ext_key_event_ack()
2112 pixman_image_get_height(vs->vd->server), in send_ext_audio_ack()
2699 assert(pixman_image_get_height(vs->vd->server) < 65536 && in protocol_client_init()
[all …]
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.m531 int h = pixman_image_get_height(pixman_image);
717 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.c67 pixman_image_get_height(res->image) != s->current_cursor->height) { in virtio_gpu_update_cursor_data()
716 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()