Searched defs:sWindowWidth (Results 1 - 3 of 3) sorted by relevance

/ndk/samples/san-angeles/jni/
H A Dapp-android.c28 static int sWindowWidth = 320; variable
58 sWindowWidth = w;
111 appRender(curTime, sWindowWidth, sWindowHeight);
H A Dapp-linux.c66 static int sWindowWidth = WINDOW_DEFAULT_WIDTH; variable
154 sh.min_width = sh.max_width = sWindowWidth;
160 0, 0, sWindowWidth, sWindowHeight,
236 sWindowWidth, sWindowHeight);
H A Dapp-win32.c46 static int sWindowWidth = WINDOW_DEFAULT_WIDTH; variable
192 sWindowWidth = rc.right;
238 sWindowWidth = GetSystemMetrics(SM_CXSCREEN);
248 sWindowWidth, sWindowHeight,
258 MoveWindow(sWnd, 0, 0, sWindowWidth, sWindowHeight, TRUE);
266 appInit(sWindowWidth, sWindowHeight);
283 appRender(GetTickCount(), sWindowWidth, sWindowHeight); local

Completed in 102 milliseconds