Lines Matching refs:QEMUCursor
159 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,
176 void cursor_get_mono_mask(QEMUCursor *c, int transparent, uint8_t *mask);
236 QEMUCursor *cursor);
323 void dpy_cursor_define(QemuConsole *con, QEMUCursor *cursor);
399 QEMUCursor *qemu_console_get_cursor(QemuConsole *con);