Searched refs:iMonitor (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winprocarg.c | 112 defaultScreenInfo.iMonitor = 1; 286 int iMonitor; local in function:ddxProcessArgument 317 if (i + 2 < argc && 1 == sscanf(argv[i + 2], "@%d", (int *) &iMonitor)) { 320 if (QueryMonitor(iMonitor, &data)) { 323 iMonitor); 327 g_ScreenInfo[nScreenNum].iMonitor = iMonitor; 340 iMonitor); 369 (int *) &iMonitor)) { 372 if (QueryMonitor(iMonitor, [all...] |
| H A D | InitOutput.c | 980 int iMonitor; local in function:InitOutput 982 for (iMonitor = 1; ; iMonitor++) 985 if (QueryMonitor(iMonitor, &data)) 1003 iMonitor-1, data.monitorOffsetX, data.monitorOffsetY);
|
| H A D | wincreatewnd.c | 448 pScreenInfo->iMonitor, 454 pScreenInfo->iMonitor);
|
| H A D | winwndproc.c | 240 if (QueryMonitor(s_pScreenInfo->iMonitor, &data)) { 250 s_pScreenInfo->iMonitor);
|
| H A D | win.h | 355 int iMonitor; member in struct:__anoned6456b30508
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winprocarg.c | 98 defaultScreenInfo.iMonitor = 1; 274 int iMonitor; local in function:ddxProcessArgument 309 && 1 == sscanf(argv[i + 2], "@%d", (int *) &iMonitor)) 312 if (!QueryMonitor(iMonitor, &data)) 318 winErrorFVerb(2, "ddxProcessArgument - screen - Found Valid ``@Monitor'' = %d arg\n", iMonitor); 322 g_ScreenInfo[nScreenNum].iMonitor = iMonitor; 334 iMonitor); 366 (int *) &iMonitor)) 369 if (!QueryMonitor(iMonitor, [all...] |
| H A D | winwndproc.c | 263 if (QueryMonitor(s_pScreenInfo->iMonitor, &data)) 276 ErrorF ("Monitor number %d no longer exists!\n", s_pScreenInfo->iMonitor);
|
| H A D | win.h | 401 int iMonitor; member in struct:__anonc09092800608
|
Completed in 17 milliseconds