Searched refs:prcWorkArea (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | wincreatewnd.c | 42 winGetWorkArea(RECT * prcWorkArea, winScreenInfo * pScreenInfo); 45 winAdjustForAutoHide(RECT * prcWorkArea, winScreenInfo * pScreenInfo); 432 winGetWorkArea(RECT * prcWorkArea, winScreenInfo * pScreenInfo) argument 445 *prcWorkArea = mi.rcWork; 449 (int) prcWorkArea->top, (int) prcWorkArea->left, 450 (int) prcWorkArea->bottom, (int) prcWorkArea->right); 462 SystemParametersInfo(SPI_GETWORKAREA, 0, prcWorkArea, 0); 465 (int) prcWorkArea 542 winAdjustForAutoHide(RECT * prcWorkArea,winScreenInfo * pScreenInfo) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | wincreatewnd.c | 46 winGetWorkArea (RECT *prcWorkArea, winScreenInfo *pScreenInfo); 49 winAdjustForAutoHide (RECT *prcWorkArea); 519 winGetWorkArea (RECT *prcWorkArea, winScreenInfo *pScreenInfo) argument 527 SystemParametersInfo (SPI_GETWORKAREA, 0, prcWorkArea, 0); 534 (int) prcWorkArea->top, (int) prcWorkArea->left, 535 (int) prcWorkArea->bottom, (int) prcWorkArea->right); 557 iPrimaryNonWorkAreaWidth = iPrimaryWidth - (prcWorkArea->right - 558 prcWorkArea 591 winAdjustForAutoHide(RECT * prcWorkArea) argument [all...] |
Completed in 2 milliseconds