Searched refs:win_y (Results 1 - 7 of 7) sorted by relevance

/external/qemu/android/
H A Dqemulator.h29 int win_y; member in struct:__anon8923
H A Dmain-common.c70 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 ) {
H A Dqemulator.c54 emulator->window = skin_window_create( layout, emulator->win_x, emulator->win_y, scale, 0);
144 emulator->win_y = y;
/external/quake/quake/src/WinQuake/
H A Dgl_vidlinuxglx.cpp72 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/
H A Dbrowser_window_gtk.cc2067 int win_x, win_y; local
2068 gdk_window_get_origin(GTK_WIDGET(window_)->window, &win_x, &win_y);
2072 static_cast<int>(event->y_root - win_y));
/external/qemu/android/skin/
H A Dwindow.c1245 int win_x, win_y, win_w, win_h; local
1249 SDL_WM_GetPos(&win_x, &win_y);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 117 milliseconds