Searched refs:dpy_text_cursor (Results 1 – 4 of 4) sorted by relevance
100 dcl->dpy_text_cursor = NULL; in android_display_init()
180 void (*dpy_text_cursor)(struct DisplayState *s, int x, int y); member365 if (dcl->dpy_text_cursor) dcl->dpy_text_cursor(s, x, y); in dpy_cursor()
365 dcl->dpy_text_cursor = curses_cursor_position; in curses_display_init()
33 dpy_text_cursor: the hardware placed the text cursor at a given (x,y).