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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 85 int window_w; member in struct:SDL_PrivateVideoData
182 #define window_w (this->hidden->window_w) macro
SDL_x11modes.c 943 window_w <= xinerama_info.width &&
953 set_best_resolution(this, window_w, window_h);
956 if ( window_w > real_w ) {
966 x = (real_w - window_w)/2;
1006 window_w <= xinerama_info.width &&
1017 real_w = MAX(window_w, MAX(real_w, screen_w));
    [all...]
SDL_x11video.c 1043 window_w = w;
    [all...]
  /external/qemu/android/skin/
window.c 1338 int window_w = layout_w; local
    [all...]

Completed in 157 milliseconds