Searched refs:get_real_resolution (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxmodes.c64 static void get_real_resolution(_THIS, int* w, int* h) function
271 get_real_resolution(this, &real_w, &real_h);
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11modes.c99 static void get_real_resolution(_THIS, int* w, int* h);
165 get_real_resolution(this, &w, &h);
207 get_real_resolution(this, &w, &h);
233 static void get_real_resolution(_THIS, int* w, int* h) function
246 fprintf(stderr, "XME: get_real_resolution: w = %d h = %d\n", *w, *h);
282 fprintf(stderr, "XRANDR: get_real_resolution: w = %d h = %d\n", *w, *h);
919 get_real_resolution(this, &real_w, &real_h);
980 get_real_resolution(this, &real_w, &real_h);
1066 get_real_resolution(this, &rw, &rh);

Completed in 122 milliseconds