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

  /external/qemu/android/
main-common.h 29 void user_config_get_window_pos( int *window_x, int *window_y );
main-common.c 83 user_config_get_window_pos( int *window_x, int *window_y )
85 *window_x = *window_y = 10;
88 auserConfig_getWindowPos(userConfig, window_x, window_y);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XWDFile.h 91 CARD32 window_y B32; /* Window upper left Y coordinate */
  /external/chromium/chrome/browser/ui/views/
hung_renderer_view.cc 430 int window_y = contents_bounds.y() + kOverlayContentsOffsetY; local
431 return gfx::Rect(window_x, window_y, window_bounds.width(),
  /external/quake/quake/src/QW/client/
gl_vidnt.c 156 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable
362 window_y = 0;
485 window_rect.top = window_y;
487 window_rect.bottom = window_y + window_height;
1041 window_y = (int) HIWORD(lParam);
    [all...]
vid_win.c 45 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable
204 window_rect.top = window_y;
206 window_rect.bottom = window_y + window_height;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 156 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable
362 window_y = 0;
485 window_rect.top = window_y;
487 window_rect.bottom = window_y + window_height;
1041 window_y = (int) HIWORD(lParam);
    [all...]
vid_win.cpp 43 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable
200 window_rect.top = window_y;
202 window_rect.bottom = window_y + window_height;
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 596 int window_y = screen_bounds_.y() + offset_y; local
597 return gfx::Rect(window_x, window_y, screen_width, screen_height);
  /external/qemu/android/skin/
window.c 1330 int window_y = window->y_pos; local
    [all...]

Completed in 287 milliseconds