Home
last modified time | relevance | path

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

/openbmc/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()
61 void cursor_print_ascii_art(QEMUCursor *c, const char *prefix) in cursor_print_ascii_art()
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()
[all …]
H 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()
H 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()
H 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)
H A Dsdl2.c761 QEMUCursor *c) in sdl_mouse_define()
H A Ddbus-listener.c807 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()
/openbmc/qemu/include/ui/
H 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);
171 void cursor_print_ascii_art(QEMUCursor *c, const char *prefix);
172 int cursor_get_mono_bpl(QEMUCursor *c);
173 void cursor_set_mono(QEMUCursor *c,
[all …]
H A Dspice-display.h115 QEMUCursor *cursor;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h94 typedef struct QEMUCursor QEMUCursor; typedef
/openbmc/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()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h81 QEMUCursor *current_cursor;