Home
last modified time | relevance | path

Searched refs:QEMUCursor (Results 1 – 14 of 14) sorted by relevance

/qemu/ui/
H A Dcursor.c8 static QEMUCursor *cursor_parse_xpm(const char *xpm[]) in cursor_parse_xpm()
10 QEMUCursor *c; in cursor_parse_xpm()
83 QEMUCursor *cursor_builtin_hidden(void) in cursor_builtin_hidden()
88 QEMUCursor *cursor_builtin_left_ptr(void) in cursor_builtin_left_ptr()
93 QEMUCursor *cursor_alloc(uint16_t width, uint16_t height) in cursor_alloc()
95 QEMUCursor *c; in cursor_alloc()
103 c = g_malloc0(sizeof(QEMUCursor) + datasize); in cursor_alloc()
110 QEMUCursor *cursor_ref(QEMUCursor *c) in cursor_ref()
116 void cursor_unref(QEMUCursor *c) in cursor_unref()
126 int cursor_get_mono_bpl(QEMUCursor *c) in cursor_get_mono_bpl()
[all …]
H A Dspice-display.c256 QEMUCursor *c, in qemu_spice_create_cursor_update()
462 QEMUCursor *c = ssd->cursor; in qemu_spice_cursor_refresh_bh()
764 QEMUCursor *c) in display_mouse_define()
H A Dconsole.c51 QEMUCursor *cursor;
982 void dpy_cursor_define(QemuConsole *c, QEMUCursor *cursor) in dpy_cursor_define()
1358 QEMUCursor *qemu_console_get_cursor(QemuConsole *con) in qemu_console_get_cursor()
H A Dsdl2.c758 QEMUCursor *c) in sdl_mouse_define()
H A Ddbus-listener.c738 QEMUCursor *c) in dbus_cursor_define()
H A Dvnc.c991 QEMUCursor *c = qemu_console_get_cursor(vs->vd->dcl.con); in vnc_cursor_define()
1027 QEMUCursor *c) in vnc_dpy_cursor_define()
H A Dgtk.c471 QEMUCursor *c) in gd_cursor_define()
/qemu/include/ui/
H A Dconsole.h161 typedef struct QEMUCursor {
166 } QEMUCursor;
168 QEMUCursor *cursor_alloc(uint16_t width, uint16_t height);
169 QEMUCursor *cursor_ref(QEMUCursor *c);
170 void cursor_unref(QEMUCursor *c);
171 QEMUCursor *cursor_builtin_hidden(void);
172 QEMUCursor *cursor_builtin_left_ptr(void);
173 void cursor_print_ascii_art(QEMUCursor *c, const char *prefix);
174 int cursor_get_mono_bpl(QEMUCursor *
160 typedef struct QEMUCursor { global() struct
165 } QEMUCursor; global() typedef
[all...]
H A Dspice-display.h115 QEMUCursor *cursor;
/qemu/include/qemu/
H A Dtypedefs.h93 typedef struct QEMUCursor QEMUCursor;
92 typedef struct QEMUCursor QEMUCursor; global() typedef
/qemu/hw/display/
H A Dqxl-render.c245 static QEMUCursor *qxl_cursor(PCIQXLDevice *qxl, QXLCursor *cursor, in qxl_cursor()
248 QEMUCursor *c; in qxl_cursor()
304 QEMUCursor *c; in qxl_render_cursor()
H A Dati_int.h97 QEMUCursor *cursor;
H A Dvmware_vga.c521 QEMUCursor *qc; in vmsvga_cursor_define()
/qemu/include/hw/virtio/
H A Dvirtio-gpu.h83 QEMUCursor *current_cursor;