HomeSort by relevance Sort by last modified time
    Searched refs:get_real_resolution (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
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/
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);
    [all...]

Completed in 59 milliseconds