| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincreatewnd.c | 42 winGetWorkArea(RECT * prcWorkArea, winScreenInfo * pScreenInfo); 45 winAdjustForAutoHide(RECT * prcWorkArea, winScreenInfo * pScreenInfo); 55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local 56 int iX = pScreenInfo->dwInitialX; in winCreateBoundingWindowFullScreen() 57 int iY = pScreenInfo->dwInitialY; in winCreateBoundingWindowFullScreen() 58 int iWidth = pScreenInfo->dwWidth; in winCreateBoundingWindowFullScreen() 59 int iHeight = pScreenInfo->dwHeight; in winCreateBoundingWindowFullScreen() 94 g_pszQueryHost, display, (int) pScreenInfo->dwScreen); in winCreateBoundingWindowFullScreen() 98 WINDOW_TITLE, display, (int) pScreenInfo->dwScreen); in winCreateBoundingWindowFullScreen() 133 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local [all …]
|
| H A D | winscrinit.c | 86 winScreenInfoPtr pScreenInfo = &g_ScreenInfo[pScreen->myNum]; in winScreenInit() local 93 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit() 106 pScreenInfo->pScreen = pScreen; in winScreenInit() 110 pScreenPriv->pScreenInfo = pScreenInfo; in winScreenInit() 124 dwInitialBPP = pScreenInfo->dwBPP; in winScreenInit() 135 (int) pScreenInfo->dwBPP); in winScreenInit() 137 else if (dwInitialBPP != pScreenInfo->dwBPP) { in winScreenInit() 141 (int) dwInitialBPP, (int) pScreenInfo->dwBPP); in winScreenInit() 145 (int) pScreenInfo->dwBPP); in winScreenInit() 149 if (!(WIN_SUPPORTED_BPPS & (1 << (pScreenInfo->dwBPP - 1)))) { in winScreenInit() [all …]
|
| H A D | winshadddnl.c | 196 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winAllocateFBShadowDDNL() local 204 (unsigned int)pScreenInfo->dwWidth, in winAllocateFBShadowDDNL() 205 (unsigned int)pScreenInfo->dwHeight, in winAllocateFBShadowDDNL() 206 (unsigned int)pScreenInfo->dwDepth); in winAllocateFBShadowDDNL() 210 pScreenInfo->dwPaddedWidth = PixmapBytePad(pScreenInfo->dwWidth, in winAllocateFBShadowDDNL() 211 pScreenInfo->dwBPP); in winAllocateFBShadowDDNL() 214 lpSurface = malloc(pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight); in winAllocateFBShadowDDNL() 224 ZeroMemory(lpSurface, pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight); in winAllocateFBShadowDDNL() 277 if (pScreenInfo->fFullScreen) { in winAllocateFBShadowDDNL() 297 if (pScreenInfo->dwRefreshRate != 0) { in winAllocateFBShadowDDNL() [all …]
|
| H A D | winshadgdi.c | 318 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winAllocateFBShadowGDI() local 323 pScreenPriv->pbmih->biWidth = pScreenInfo->dwWidth; in winAllocateFBShadowGDI() 324 pScreenPriv->pbmih->biHeight = -pScreenInfo->dwHeight; in winAllocateFBShadowGDI() 335 (VOID **) &pScreenInfo->pfb, in winAllocateFBShadowGDI() 337 if (pScreenPriv->hbmpShadow == NULL || pScreenInfo->pfb == NULL) { in winAllocateFBShadowGDI() 368 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winAllocateFBShadowGDI() 393 pScreenInfo->dwStride = ((dibsection.dsBmih.biSizeImage in winAllocateFBShadowGDI() 395 * 8) / pScreenInfo->dwBPP; in winAllocateFBShadowGDI() 399 (int) pScreenInfo->dwStride); in winAllocateFBShadowGDI() 403 if (pScreenInfo->fMultiWindow) in winAllocateFBShadowGDI() [all …]
|
| H A D | winengine.c | 115 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winSetEngine() local 138 if (dwBPP == 8 && !pScreenInfo->fFullScreen) { in winSetEngine() 141 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI; in winSetEngine() 151 || pScreenInfo->fMWExtWM in winSetEngine() 153 || pScreenInfo->fMultiWindow in winSetEngine() 157 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI; in winSetEngine() 165 if (g_dwEnginesSupported & pScreenInfo->dwEnginePreferred) { in winSetEngine() 167 (int) pScreenInfo->dwEnginePreferred); in winSetEngine() 168 pScreenInfo->dwEngine = pScreenInfo->dwEnginePreferred; in winSetEngine() 171 switch (pScreenInfo->dwEngine) { in winSetEngine() [all …]
|
| H A D | wintrayicon.c | 48 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winInitNotifyIcon() local 53 nid.uID = pScreenInfo->dwScreen; in winInitNotifyIcon() 65 display, (int) pScreenInfo->dwScreen); in winInitNotifyIcon() 79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winDeleteNotifyIcon() local 88 nid.uID = pScreenInfo->dwScreen; in winDeleteNotifyIcon() 112 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winHandleIconMessage() local 120 if (pScreenInfo->fMWExtWM) in winHandleIconMessage() 121 winMWExtWMRestackWindows(pScreenInfo->pScreen); in winHandleIconMessage() 148 if (pScreenInfo->fMultiWindow) { in winHandleIconMessage()
|
| H A D | winrandr.c | 99 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winDoRandRScreenSetSize() local 111 pScreenInfo->dwWidth = width; in winDoRandRScreenSetSize() 112 pScreenInfo->dwHeight = height; in winDoRandRScreenSetSize() 126 winUpdateFBPointer(pScreen, pScreenInfo->pfb); in winDoRandRScreenSetSize() 153 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winRandRScreenSetSize() local 161 if (pScreenInfo->fFullScreen) { in winRandRScreenSetSize() 174 || pScreenInfo->fMWExtWM in winRandRScreenSetSize() 176 || pScreenInfo->fRootless in winRandRScreenSetSize() 177 || pScreenInfo->fMultiWindow in winRandRScreenSetSize()
|
| H A D | winmisc.c | 61 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winUpdateFBPointer() local 64 pScreenInfo->pfb = pbits; in winUpdateFBPointer() 72 PixmapBytePad(pScreenInfo->dwStride, in winUpdateFBPointer() 73 pScreenInfo->dwBPP), in winUpdateFBPointer() 74 pScreenInfo->pfb)) { in winUpdateFBPointer()
|
| H A D | winwin32rootlesswndproc.c | 334 winScreenInfo *pScreenInfo = NULL; in winMWExtWMWindowProc() local 351 pScreenInfo = pScreenPriv->pScreenInfo; in winMWExtWMWindowProc() 361 winDebug("\tpScreenInfo %p\n", pScreenInfo); in winMWExtWMWindowProc() 438 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc() 443 miPointerSetScreen(inputInfo.pointer, pScreenInfo->dwScreen, in winMWExtWMWindowProc() 444 ptMouse.x - pScreenInfo->dwXOffset, in winMWExtWMWindowProc() 445 ptMouse.y - pScreenInfo->dwYOffset); in winMWExtWMWindowProc() 472 winEnqueueMotion(ptMouse.x - pScreenInfo->dwXOffset, in winMWExtWMWindowProc() 473 ptMouse.y - pScreenInfo->dwYOffset); in winMWExtWMWindowProc() 491 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc() [all …]
|
| H A D | winkeyhook.c | 67 winScreenInfo *pScreenInfo = NULL; in winKeyboardMessageHookLL() local 76 pScreenInfo = pScreenPriv->pScreenInfo; in winKeyboardMessageHookLL() 78 if (pScreenInfo->fMultiWindow) in winKeyboardMessageHookLL()
|
| H A D | winwin32rootlesswindow.c | 161 winScreenInfo *pScreenInfo = NULL; in winMWExtWMDecorateWindow() local 172 pScreenInfo = pScreenPriv->pScreenInfo; in winMWExtWMDecorateWindow() 173 if (pRLWinPriv && pScreenInfo) in winMWExtWMDecorateWindow() 174 winMWExtWMUpdateWindowDecoration(pRLWinPriv, pScreenInfo); in winMWExtWMDecorateWindow() 185 winScreenInfoPtr pScreenInfo) in winMWExtWMUpdateWindowDecoration() argument 223 winScreenPriv(pScreenInfo->pScreen); in winMWExtWMUpdateWindowDecoration()
|
| H A D | winmouse.c | 249 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winMouseButtonsHandle() local 252 if (pScreenInfo->iE3BTimeout == WIN_E3B_OFF) { in winMouseButtonsHandle() 275 WIN_E3B_TIMER_ID, pScreenInfo->iE3BTimeout, NULL); in winMouseButtonsHandle()
|
| H A D | InitOutput.c | 902 InitOutput(ScreenInfo * pScreenInfo, int argc, char *argv[]) in InitOutput() argument 937 pScreenInfo->imageByteOrder = IMAGE_BYTE_ORDER; in InitOutput() 938 pScreenInfo->bitmapScanlinePad = BITMAP_SCANLINE_PAD; in InitOutput() 939 pScreenInfo->bitmapScanlineUnit = BITMAP_SCANLINE_UNIT; in InitOutput() 940 pScreenInfo->bitmapBitOrder = BITMAP_BIT_ORDER; in InitOutput() 941 pScreenInfo->numPixmapFormats = ARRAY_SIZE(g_PixmapFormats); in InitOutput() 945 pScreenInfo->formats[i] = g_PixmapFormats[i]; in InitOutput()
|
| H A D | winprefs.c | 211 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in ReloadPrefs() local 219 if (pScreenInfo->fMultiWindow) in ReloadPrefs() 263 if (pScreenInfo->fMultiWindow) { in ReloadPrefs() 383 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in HandleCustomWM_COMMAND() local 384 if (pScreenInfo->fMultiWindow) in HandleCustomWM_COMMAND()
|
| H A D | wincmap.c | 490 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateDefColormap() local 501 if (pScreenInfo->dwBPP > 8) { in winCreateDefColormap() 543 if (pScreenInfo->dwEngine == WIN_SERVER_SHADOW_GDI) { in winCreateDefColormap() 575 if (pScreenInfo->dwEngine != WIN_SERVER_SHADOW_GDI) { in winCreateDefColormap()
|
| H A D | winwin32rootless.c | 609 winScreenInfo *pScreenInfo = NULL; in winMWExtWMStartDrawing() local 626 pScreenInfo = pScreenPriv->pScreenInfo; in winMWExtWMStartDrawing() 630 winDebug("\tpScreenInfo %p\n", pScreenInfo); in winMWExtWMStartDrawing() 646 stridesize = pRLWinPriv->pFrame->width * (pScreenInfo->dwBPP >> 3); in winMWExtWMStartDrawing() 651 stridesize / (pScreenInfo->dwBPP >> 3); in winMWExtWMStartDrawing()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | winpriv.c | 31 winScreenInfoPtr pScreenInfo = NULL; in winGetWindowInfo() local 41 pScreenInfo = pWinScreen->pScreenInfo; in winGetWindowInfo() 43 if (pScreenInfo->fMultiWindow) { in winGetWindowInfo() 68 if (pScreenInfo->fMWExtWM) { in winGetWindowInfo() 106 winScreenInfoPtr pScreenInfo = pWinScreen->pScreenInfo; in winCheckScreenAiglxIsSupported() local 108 if (pScreenInfo->fMultiWindow) in winCheckScreenAiglxIsSupported() 112 if (pScreenInfo->fMWExtWM) in winCheckScreenAiglxIsSupported()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | darwin.c | 596 DarwinAdjustScreenOrigins(ScreenInfo *pScreenInfo) in DarwinAdjustScreenOrigins() argument 600 left = pScreenInfo->screens[0]->x; in DarwinAdjustScreenOrigins() 601 top = pScreenInfo->screens[0]->y; in DarwinAdjustScreenOrigins() 604 for (i = 1; i < pScreenInfo->numScreens; i++) { in DarwinAdjustScreenOrigins() 605 if (pScreenInfo->screens[i]->x < left || in DarwinAdjustScreenOrigins() 606 (pScreenInfo->screens[i]->x == left && in DarwinAdjustScreenOrigins() 607 pScreenInfo->screens[i]->y < top)) { in DarwinAdjustScreenOrigins() 608 left = pScreenInfo->screens[i]->x; in DarwinAdjustScreenOrigins() 609 top = pScreenInfo->screens[i]->y; in DarwinAdjustScreenOrigins() 624 for (i = 0; i < pScreenInfo->numScreens; i++) { in DarwinAdjustScreenOrigins() [all …]
|
| H A D | darwin.h | 45 DarwinAdjustScreenOrigins(ScreenInfo *pScreenInfo);
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa.c | 807 exaDriverInit(ScreenPtr pScreen, ExaDriverPtr pScreenInfo) in exaDriverInit() argument 812 if (!pScreenInfo) in exaDriverInit() 815 if (pScreenInfo->exa_major != EXA_VERSION_MAJOR || in exaDriverInit() 816 pScreenInfo->exa_minor > EXA_VERSION_MINOR) { in exaDriverInit() 820 pScreenInfo->exa_major, pScreenInfo->exa_minor, in exaDriverInit() 825 if (!pScreenInfo->CreatePixmap && !pScreenInfo->CreatePixmap2) { in exaDriverInit() 826 if (!pScreenInfo->memoryBase) { in exaDriverInit() 832 if (!pScreenInfo->memorySize) { in exaDriverInit() 838 if (pScreenInfo->offScreenBase > pScreenInfo->memorySize) { in exaDriverInit() 845 if (!pScreenInfo->PrepareSolid) { in exaDriverInit() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kdrive.c | 835 KdInitScreen(ScreenInfo * pScreenInfo, in KdInitScreen() argument 850 KdSetPixmapFormats(ScreenInfo * pScreenInfo) in KdSetPixmapFormats() argument 887 pScreenInfo->imageByteOrder = IMAGE_BYTE_ORDER; in KdSetPixmapFormats() 888 pScreenInfo->bitmapScanlineUnit = BITMAP_SCANLINE_UNIT; in KdSetPixmapFormats() 889 pScreenInfo->bitmapScanlinePad = BITMAP_SCANLINE_PAD; in KdSetPixmapFormats() 890 pScreenInfo->bitmapBitOrder = BITMAP_BIT_ORDER; in KdSetPixmapFormats() 892 pScreenInfo->numPixmapFormats = 0; in KdSetPixmapFormats() 896 format = &pScreenInfo->formats[pScreenInfo->numPixmapFormats++]; in KdSetPixmapFormats() 907 KdAddScreen(ScreenInfo * pScreenInfo, in KdAddScreen() argument 915 for (i = 0; i < pScreenInfo->numPixmapFormats; i++) { in KdAddScreen() [all …]
|
| H A D | kdrive.h | 353 KdInitCard(ScreenInfo * pScreenInfo, KdCardInfo * card, int argc, char **argv); 356 KdInitOutput(ScreenInfo * pScreenInfo, int argc, char **argv);
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxinit.c | 469 dmxSetPixmapFormats(ScreenInfo * pScreenInfo, DMXScreenInfo * dmxScreen) in dmxSetPixmapFormats() argument 475 pScreenInfo->imageByteOrder = ImageByteOrder(dmxScreen->beDisplay); in dmxSetPixmapFormats() 476 pScreenInfo->bitmapScanlineUnit = BitmapUnit(dmxScreen->beDisplay); in dmxSetPixmapFormats() 477 pScreenInfo->bitmapScanlinePad = BitmapPad(dmxScreen->beDisplay); in dmxSetPixmapFormats() 478 pScreenInfo->bitmapBitOrder = BitmapBitOrder(dmxScreen->beDisplay); in dmxSetPixmapFormats() 480 pScreenInfo->numPixmapFormats = 0; in dmxSetPixmapFormats() 486 format = &pScreenInfo->formats[pScreenInfo->numPixmapFormats]; in dmxSetPixmapFormats() 492 pScreenInfo->numPixmapFormats++; in dmxSetPixmapFormats() 546 InitOutput(ScreenInfo * pScreenInfo, int argc, char *argv[]) in InitOutput() argument 650 if (!dmxSetPixmapFormats(pScreenInfo, &dmxScreens[0])) in InitOutput()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Init.c | 323 InitOutput(ScreenInfo * pScreenInfo, int argc, char **argv) in InitOutput() argument 656 pScreenInfo->imageByteOrder = xf86Screens[0]->imageByteOrder; in InitOutput() 657 pScreenInfo->bitmapScanlinePad = xf86Screens[0]->bitmapScanlinePad; in InitOutput() 658 pScreenInfo->bitmapScanlineUnit = xf86Screens[0]->bitmapScanlineUnit; in InitOutput() 659 pScreenInfo->bitmapBitOrder = xf86Screens[0]->bitmapBitOrder; in InitOutput() 660 pScreenInfo->numPixmapFormats = numFormats; in InitOutput() 662 pScreenInfo->formats[i] = formats[i]; in InitOutput()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrinit.c | 62 InitOutput(ScreenInfo * pScreenInfo, int argc, char **argv) in InitOutput() argument 64 KdInitOutput(pScreenInfo, argc, argv); in InitOutput()
|