Searched refs:qemu_rect_init (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | rect.h | 15 static inline void qemu_rect_init(QemuRect *rect, in qemu_rect_init() function 44 qemu_rect_init(res, 0, 0, 0, 0); in qemu_rect_intersect() 51 qemu_rect_init(res, x1, y1, x2 - x1, y2 - y1); in qemu_rect_intersect()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu.c | 556 qemu_rect_init(&flush_rect, rf.r.x, rf.r.y, rf.r.width, rf.r.height); in virtio_gpu_resource_flush() 565 qemu_rect_init(&rect, scanout->x, scanout->y, in virtio_gpu_resource_flush()
|