Home
last modified time | relevance | path

Searched refs:cursor_alloc (Results 1 – 7 of 7) sorted by relevance

/qemu/ui/
A Dcursor.c48 c = cursor_alloc(width, height); in cursor_parse_xpm()
93 QEMUCursor *cursor_alloc(uint16_t width, uint16_t height) in cursor_alloc() function
/qemu/hw/display/
A Dqxl-render.c252 c = cursor_alloc(cursor->header.width, cursor->header.height); in qxl_cursor()
A Dvhost-user-gpu.c135 s->current_cursor = cursor_alloc(64, 64); in vhost_user_gpu_handle_cursor()
A Dati.c161 s->cursor = cursor_alloc(64, 64); in ati_cursor_define()
A Dvmware_vga.c524 qc = cursor_alloc(c->width, c->height); in vmsvga_cursor_define()
A Dvirtio-gpu.c97 s->current_cursor = cursor_alloc(64, 64); in update_cursor()
/qemu/include/ui/
A Dconsole.h166 QEMUCursor *cursor_alloc(uint16_t width, uint16_t height);

Completed in 23 milliseconds