HomeSort by relevance Sort by last modified time
    Searched defs:window_w (Results 1 - 2 of 2) 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
  /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 762 milliseconds