Searched refs:hWndCenter (Results 1 – 4 of 4) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | winquake.h | 89 void CenterWindow(HWND hWndCenter, int width, int height, BOOL lefttopjustify);
|
D | gl_vidnt.c | 191 void CenterWindow(HWND hWndCenter, int width, int height, BOOL lefttopjustify) in CenterWindow() argument 202 SetWindowPos (hWndCenter, NULL, CenterX, CenterY, 0, 0, in CenterWindow()
|
/external/quake/quake/src/WinQuake/ |
D | winquake.h | 90 void CenterWindow(HWND hWndCenter, int width, int height, BOOL lefttopjustify);
|
D | gl_vidnt.cpp | 191 void CenterWindow(HWND hWndCenter, int width, int height, BOOL lefttopjustify) in CenterWindow() argument 202 SetWindowPos (hWndCenter, NULL, CenterX, CenterY, 0, 0, in CenterWindow()
|