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.12/src/video/x11/
SDL_x11video.h 88 int window_w; member in struct:SDL_PrivateVideoData
188 #define window_w (this->hidden->window_w) macro
SDL_x11modes.c 907 window_w <= xinerama_info.width &&
917 set_best_resolution(this, window_w, window_h);
920 if ( window_w > real_w ) {
930 x = (real_w - window_w)/2;
970 window_w <= xinerama_info.width &&
981 if ( window_w > real_w ) {
    [all...]
SDL_x11video.c 1023 window_w = w;
    [all...]
  /external/qemu/android/skin/
window.c 1110 int window_w = layout_w; local
1128 window_w = r.w;
1131 x_scale = window_w * 1.0 / layout_w;
1139 window_w = (int) ceil(layout_w*scale);
    [all...]

Completed in 1385 milliseconds