Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.h185 void (*dpy_enablezoom)(struct DisplayState *s, int width, int height); member
371 static inline void dpy_enablezoom(struct DisplayState *s, int width, int height) in dpy_enablezoom() function
375 if (dcl->dpy_enablezoom) dcl->dpy_enablezoom(s, width, height); in dpy_enablezoom()