Home
last modified time | relevance | path

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

/qemu/ui/
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 …]
A Dspice-display.c256 QEMUCursor *c, in qemu_spice_create_cursor_update()
463 QEMUCursor *c = ssd->cursor; in qemu_spice_cursor_refresh_bh()
765 QEMUCursor *c) in display_mouse_define()
A Dconsole.c52 QEMUCursor *cursor;
961 void dpy_cursor_define(QemuConsole *c, QEMUCursor *cursor) in dpy_cursor_define()
1324 QEMUCursor *qemu_console_get_cursor(QemuConsole *con) in qemu_console_get_cursor()
A Dcocoa.m84 static void cocoa_cursor_define(DisplayChangeListener *dcl, QEMUCursor *cursor);
317 QEMUCursor *cursor;
465 - (void)setCursor:(QEMUCursor *)given_cursor
2114 static void cocoa_cursor_define(DisplayChangeListener *dcl, QEMUCursor *cursor)
A Dsdl2.c761 QEMUCursor *c) in sdl_mouse_define()
A Ddbus-listener.c807 QEMUCursor *c) in dbus_cursor_define()
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()
A Dgtk.c471 QEMUCursor *c) in gd_cursor_define()
/qemu/include/ui/
A Dconsole.h159 typedef struct QEMUCursor { struct
164 } QEMUCursor; argument
166 QEMUCursor *cursor_alloc(uint16_t width, uint16_t height);
167 QEMUCursor *cursor_ref(QEMUCursor *c);
168 void cursor_unref(QEMUCursor *c);
169 QEMUCursor *cursor_builtin_hidden(void);
170 QEMUCursor *cursor_builtin_left_ptr(void);
172 int cursor_get_mono_bpl(QEMUCursor *c);
173 void cursor_set_mono(QEMUCursor *c,
236 QEMUCursor *cursor);
[all …]
A Dspice-display.h115 QEMUCursor *cursor;
/qemu/include/qemu/
A Dtypedefs.h94 typedef struct QEMUCursor QEMUCursor; typedef
/qemu/hw/display/
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()
A Dati_int.h97 QEMUCursor *cursor;
A Dvmware_vga.c521 QEMUCursor *qc; in vmsvga_cursor_define()
/qemu/include/hw/virtio/
A Dvirtio-gpu.h81 QEMUCursor *current_cursor;

Completed in 44 milliseconds