Lines Matching refs:QEMUCursor
8 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()
126 int cursor_get_mono_bpl(QEMUCursor *c) in cursor_get_mono_bpl()
131 void cursor_set_mono(QEMUCursor *c, in cursor_set_mono()
200 void cursor_get_mono_mask(QEMUCursor *c, int transparent, uint8_t *mask) in cursor_get_mono_mask()