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 D | SDL_cgxmodes.c | 64 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 D | SDL_x11modes.c | 99 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 299 milliseconds