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

  /external/quake/quake/src/QW/client/
gl_vidnt.c 87 RECT WindowRect;
214 WindowRect.top = WindowRect.left = 0;
216 WindowRect.right = modelist[modenum].width;
217 WindowRect.bottom = modelist[modenum].height;
226 rect = WindowRect;
250 CenterWindow(dibwindow, WindowRect.right - WindowRect.left,
251 WindowRect.bottom - WindowRect.top, false);
    [all...]
vid_win.c 42 RECT WindowRect;
1293 WindowRect.top = WindowRect.left = 0;
1295 WindowRect.right = modelist[modenum].width;
1296 WindowRect.bottom = modelist[modenum].height;
1312 AdjustWindowRectEx(&WindowRect, WindowStyle, FALSE, 0);
1324 WindowRect.right - WindowRect.left,
1325 WindowRect.bottom - WindowRect.top,
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 87 RECT WindowRect;
214 WindowRect.top = WindowRect.left = 0;
216 WindowRect.right = modelist[modenum].width;
217 WindowRect.bottom = modelist[modenum].height;
226 rect = WindowRect;
250 CenterWindow(dibwindow, WindowRect.right - WindowRect.left,
251 WindowRect.bottom - WindowRect.top, false);
    [all...]
vid_win.cpp 40 RECT WindowRect;
1252 WindowRect.top = WindowRect.left = 0;
1254 WindowRect.right = modelist[modenum].width;
1255 WindowRect.bottom = modelist[modenum].height;
1271 AdjustWindowRectEx(&WindowRect, WindowStyle, FALSE, 0);
1283 WindowRect.right - WindowRect.left,
1284 WindowRect.bottom - WindowRect.top,
    [all...]

Completed in 542 milliseconds