Searched refs:dpy_cursor (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ | ||
D | console.h | 246 static inline void dpy_cursor(struct DisplayState *s, int x, int y) { in dpy_cursor() function |
D | console.c | 1222 dpy_cursor(s->ds, s->x, s->y); in text_console_update() |