Home
last modified time | relevance | path

Searched refs:hot_y (Results 1 – 21 of 21) sorted by relevance

/qemu/ui/
H A Dspice-display.c273 ccmd->u.set.position.y = ssd->ptr_y + ssd->hot_y; in qemu_spice_create_cursor_update()
281 cursor->header.hot_spot_y = c->hot_y; in qemu_spice_create_cursor_update()
290 ccmd->u.position.y = ssd->ptr_y + ssd->hot_y; in qemu_spice_create_cursor_update()
773 ssd->hot_y = c->hot_y; in display_mouse_define()
976 uint32_t hot_x, uint32_t hot_y) in qemu_spice_gl_cursor_dmabuf() argument
983 ssd->hot_y = hot_y; in qemu_spice_gl_cursor_dmabuf()
H A Ddbus-listener.c485 uint32_t hot_x, uint32_t hot_y) in dbus_cursor_dmabuf() argument
525 hot_y, in dbus_cursor_dmabuf()
756 c->hot_y, in dbus_cursor_define()
H A Degl-headless.c105 uint32_t hot_x, uint32_t hot_y) in egl_cursor_dmabuf()
100 egl_cursor_dmabuf(DisplayChangeListener * dcl,QemuDmaBuf * dmabuf,bool have_hot,uint32_t hot_x,uint32_t hot_y) egl_cursor_dmabuf() argument
H A Dgtk-egl.c302 uint32_t hot_x, uint32_t hot_y) in gd_egl_cursor_dmabuf()
290 gd_egl_cursor_dmabuf(DisplayChangeListener * dcl,QemuDmaBuf * dmabuf,bool have_hot,uint32_t hot_x,uint32_t hot_y) gd_egl_cursor_dmabuf() argument
H A Dconsole.c1103 bool have_hot, uint32_t hot_x, uint32_t hot_y) in dpy_gl_cursor_dmabuf() argument
1114 have_hot, hot_x, hot_y); in dpy_gl_cursor_dmabuf()
H A Dsdl2.c778 c->hot_x, c->hot_y); in sdl_mouse_define()
H A Dvnc.c1003 vnc_framebuffer_update(vs, c->hot_x, c->hot_y, c->width, c->height, in vnc_cursor_define()
1015 vnc_framebuffer_update(vs, c->hot_x, c->hot_y, c->width, c->height, in vnc_cursor_define()
H A Dgtk.c487 pixbuf, c->hot_x, c->hot_y); in gd_cursor_define()
/qemu/hw/vfio/
H A Ddisplay.c198 if (dmabuf->hot_x != plane->x_hot || dmabuf->hot_y != plane->y_hot) { in vfio_display_update_cursor()
200 dmabuf->hot_y = plane->y_hot; in vfio_display_update_cursor()
318 cursor->hot_y != 0xffffffff); in vfio_display_dmabuf_update()
320 cursor->hot_x, cursor->hot_y); in vfio_display_dmabuf_update()
/qemu/include/ui/
H A Dconsole.h163 int hot_x, hot_y;
260 uint32_t hot_x, uint32_t hot_y);
340 bool have_hot, uint32_t hot_x, uint32_t hot_y);
162 int hot_x, hot_y; global() member
H A Dspice-display.h112 int16_t hot_x, hot_y; member
H A Dgtk.h184 uint32_t hot_x, uint32_t hot_y);
/qemu/hw/display/
H A Dvhost-user-gpu.c51 uint32_t hot_y; member
139 s->current_cursor->hot_y = up->hot_y; in vhost_user_gpu_handle_cursor()
H A Dvmware_vga.c509 int hot_y; member
528 qc->hot_y = c->hot_y; in vmsvga_cursor_define()
691 cursor.hot_y = vmsvga_fifo_read(s); in vmsvga_fifo_run()
H A Dqxl-render.c261 c->hot_y = cursor->header.hot_spot_y; in qxl_cursor()
H A Dvirtio-gpu.c100 s->current_cursor->hot_y = cursor->hot_y; in update_cursor()
1181 VMSTATE_UINT32(cursor.hot_y, struct virtio_gpu_scanout),
/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h56 uint32_t hot_y; member
H A Dvhost-user-gpu.c993 .hot_y = cursor->hot_y, in vg_process_cursor_cmd()
/qemu/docs/interop/
H A Dvhost-user-gpu.rst76 | pos | hot_x | hot_y | cursor |
81 :hot_x/hot_y: ``u32``, the cursor hot location
/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h161 uint32_t hot_y; /* update only */ member
/qemu/include/hw/vfio/
H A Dvfio-common.h153 uint32_t hot_x, hot_y, hot_updates; member