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.12/src/video/x11/
SDL_x11video.h 89 int window_h; member in struct:SDL_PrivateVideoData
189 #define window_h (this->hidden->window_h) macro
SDL_x11modes.c 908 window_h <= xinerama_info.height ) {
917 set_best_resolution(this, window_w, window_h);
923 if ( window_h > real_h ) {
931 y = (real_h - window_h)/2;
971 window_h <= xinerama_info.height ) {
984 if ( window_h > real_h ) {
    [all...]
SDL_x11video.c 1024 window_h = h;
    [all...]
  /external/qemu/android/skin/
window.c 1111 int window_h = layout_h; local
1129 window_h = r.h;
1132 y_scale = window_h * 1.0 / layout_h;
1140 window_h = (int) ceil(layout_h*scale);
    [all...]

Completed in 29 milliseconds