Searched refs:win_x (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dgl_vidlinuxglx.cpp72 static int win_x, win_y; variable
356 mx += (event.xmotion.x + win_x) * 2;
399 win_x = event.xcreatewindow.x;
404 win_x = event.xconfigure.x;
/external/qemu/android/
H A Dmain.c158 int win_x, win_y; local
165 SDL_WM_GetPos( &win_x, &win_y );
166 auserConfig_setWindowPos(userConfig, win_x, win_y);
310 int win_x; member in struct:__anon3323
392 emulator->win_x = x;
593 emulator->window = skin_window_create( layout, emulator->win_x, emulator->win_y, scale, 0);
979 int win_x, win_y, flags; local
1109 win_x = 10;
1113 auserConfig_getWindowPos(userConfig, &win_x, &win_y);
1116 if ( qemulator_init( qemulator, root, path, win_x, win_
[all...]

Completed in 32 milliseconds