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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 86 int window_h; member in struct:SDL_PrivateVideoData
183 #define window_h (this->hidden->window_h) macro
SDL_x11modes.c 944 window_h <= xinerama_info.height ) {
953 set_best_resolution(this, window_w, window_h);
959 if ( window_h > real_h ) {
967 y = (real_h - window_h)/2;
1007 window_h <= xinerama_info.height ) {
1018 real_h = MAX(window_h, MAX(real_h, screen_h));
    [all...]
SDL_x11video.c 1044 window_h = h;
    [all...]
  /external/qemu/android/skin/
window.c 1339 int window_h = layout_h; local
    [all...]

Completed in 187 milliseconds