Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.h186 void (*dpy_getresolution)(int *width, int *height); member
380 static inline void dpy_getresolution(struct DisplayState *s, int *width, int *height) in dpy_getresolution() function
384 if (dcl->dpy_getresolution) dcl->dpy_getresolution(width, height); in dpy_getresolution()