Searched refs:dpy_refresh (Results 1 – 7 of 7) sorted by relevance
65 dcl->dpy_refresh = coredisplay_refresh; in coredisplay_init()
99 dcl->dpy_refresh = android_display_refresh; in android_display_init()
175 void (*dpy_refresh)(struct DisplayState *s); member332 static inline void dpy_refresh(DisplayState *s) in dpy_refresh() function336 if (dcl->dpy_refresh) dcl->dpy_refresh(s); in dpy_refresh()
364 dcl->dpy_refresh = curses_refresh; in curses_display_init()
1542 dpy_refresh(ds); in gui_update()3151 if (dcl->dpy_refresh != NULL) { in main()
1748 dpy_refresh(ds); in gui_update()4423 if (dcl->dpy_refresh != NULL) { in main()
29 dpy_refresh: called periodically by the GUI timer.141 the listener's 'dpy_refresh' callback periodically. The point of this190 - the GUI timer kicks in, and calls the 'dpy_refresh()' callback of259 | 1/ listener.dpy_refresh()