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

  /external/qemu/android/
qemulator.h 29 int win_y; member in struct:__anon9453
main-common.c 70 int win_x, win_y; local
77 SDL_WM_GetPos( &win_x, &win_y );
78 auserConfig_setWindowPos(userConfig, win_x, win_y);
516 int win_x, win_y, flags; local
556 user_config_get_window_pos(&win_x, &win_y);
558 if ( qemulator_init(qemulator_get(), skinConfig, skinPath, win_x, win_y, opts) < 0 ) {
    [all...]
qemulator.c 54 emulator->window = skin_window_create( layout, emulator->win_x, emulator->win_y, scale, 0);
143 emulator->win_y = y;
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 72 static int win_x, win_y; variable
357 my += (event.xmotion.y + win_y) * 2;
400 win_y = event.xcreatewindow.y;
405 win_y = event.xconfigure.y;
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 2067 int win_x, win_y; local
    [all...]
  /external/qemu/android/skin/
window.c 1245 int win_x, win_y, win_w, win_h; local
    [all...]

Completed in 766 milliseconds