| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxdpms.c | 72 if (!dmxScreen->beDisplay) { in _dmxDPMSInit() 78 if (!DPMSQueryExtension(dmxScreen->beDisplay, &event_base, &error_base)) { in _dmxDPMSInit() 82 if (!DPMSGetVersion(dmxScreen->beDisplay, &major, &minor)) { in _dmxDPMSInit() 86 if (!DPMSCapable(dmxScreen->beDisplay)) { in _dmxDPMSInit() 92 DPMSInfo(dmxScreen->beDisplay, &level, &state); in _dmxDPMSInit() 93 DPMSGetTimeouts(dmxScreen->beDisplay, &standby, &suspend, &off); in _dmxDPMSInit() 94 DPMSSetTimeouts(dmxScreen->beDisplay, 0, 0, 0); in _dmxDPMSInit() 95 DPMSEnable(dmxScreen->beDisplay); in _dmxDPMSInit() 96 DPMSForceLevel(dmxScreen->beDisplay, DPMSModeOn); in _dmxDPMSInit() 139 if (!dmxScreen->beDisplay) in dmxDPMSInit() [all …]
|
| H A D | dmxscrinit.c | 108 pScreen->mmWidth = DisplayWidthMM(dmxScreen->beDisplay, in dmxBEScreenInit() 109 DefaultScreen(dmxScreen->beDisplay)); in dmxBEScreenInit() 110 pScreen->mmHeight = DisplayHeightMM(dmxScreen->beDisplay, in dmxBEScreenInit() 111 DefaultScreen(dmxScreen->beDisplay)); in dmxBEScreenInit() 135 XCreateWindow(dmxScreen->beDisplay, in dmxBEScreenInit() 136 DefaultRootWindow(dmxScreen->beDisplay), in dmxBEScreenInit() 159 pixmap = XCreateBitmapFromData(dmxScreen->beDisplay, dmxScreen->scrnWin, in dmxBEScreenInit() 161 XAllocNamedColor(dmxScreen->beDisplay, dmxScreen->beDefColormaps[0], in dmxBEScreenInit() 163 dmxScreen->noCursor = XCreatePixmapCursor(dmxScreen->beDisplay, in dmxBEScreenInit() 166 XDefineCursor(dmxScreen->beDisplay, dmxScreen->scrnWin, in dmxBEScreenInit() [all …]
|
| H A D | dmxinit.c | 198 if (!(dmxScreen->beDisplay = XOpenDisplay(dmxScreen->name))) in dmxOpenDisplay() 217 Display *dpy = dmxScreen->beDisplay; in dmxPrintScreenInfo() 300 Display *dpy = dmxScreen->beDisplay; in dmxGetScreenAttribs() 388 visinfo.screen = DefaultScreen(dmxScreen->beDisplay); in dmxGetVisualInfo() 389 dmxScreen->beVisuals = XGetVisualInfo(dmxScreen->beDisplay, in dmxGetVisualInfo() 418 XVisualIDFromVisual(DefaultVisual(dmxScreen->beDisplay, in dmxGetVisualInfo() 446 XCreateColormap(dmxScreen->beDisplay, in dmxGetColormaps() 447 DefaultRootWindow(dmxScreen->beDisplay), in dmxGetColormaps() 450 dmxScreen->beBlackPixel = BlackPixel(dmxScreen->beDisplay, in dmxGetColormaps() 451 DefaultScreen(dmxScreen->beDisplay)); in dmxGetColormaps() [all …]
|
| H A D | dmxgc.c | 112 pGCPriv->gc = XCreateGC(dmxScreen->beDisplay, in dmxBECreateGC() 138 if (dmxScreen->beDisplay) { in dmxCreateGC() 281 if (dmxScreen->beDisplay) { in dmxChangeGC() 309 if (dmxScreen->beDisplay) in dmxChangeGC() 310 XSetDashes(dmxScreen->beDisplay, pGCPriv->gc, in dmxChangeGC() 316 if (mask && dmxScreen->beDisplay) { in dmxChangeGC() 317 XChangeGC(dmxScreen->beDisplay, pGCPriv->gc, mask, &v); in dmxChangeGC() 338 if (dmxScreen->beDisplay) in dmxCopyGC() 339 XCopyGC(dmxScreen->beDisplay, pGCSrcPriv->gc, changes, pGCDstPriv->gc); in dmxCopyGC() 353 XFreeGC(dmxScreen->beDisplay, pGCPriv->gc); in dmxBEFreeGC() [all …]
|
| H A D | dmxgcops.c | 71 (!dmxScreens[(_pDraw)->pScreen->myNum].beDisplay || \ 109 img = XCreateImage(dmxScreen->beDisplay, in dmxPutImage() 112 BitmapPad(dmxScreen->beDisplay), in dmxPutImage() 143 XPutImage(dmxScreen->beDisplay, draw, pGCPriv->gc, img, in dmxPutImage() 154 XPutImage(dmxScreen->beDisplay, draw, pGCPriv->gc, in dmxPutImage() 187 XCopyArea(dmxScreen->beDisplay, srcDraw, dstDraw, pGCPriv->gc, in dmxCopyArea() 214 XCopyPlane(dmxScreen->beDisplay, srcDraw, dstDraw, pGCPriv->gc, in dmxCopyPlane() 239 XDrawPoints(dmxScreen->beDisplay, draw, pGCPriv->gc, in dmxPolyPoint() 261 XDrawLines(dmxScreen->beDisplay, draw, pGCPriv->gc, in dmxPolylines() 282 XDrawSegments(dmxScreen->beDisplay, draw, pGCPriv->gc, in dmxPolySegment() [all …]
|
| H A D | dmxwindow.c | 105 return XCreateWindow(dmxScreen->beDisplay, in dmxCreateRootWindow() 125 if (!dmxScreen->beDisplay) in dmxResizeScreenWindow() 135 XConfigureWindow(dmxScreen->beDisplay, dmxScreen->scrnWin, m, &c); in dmxResizeScreenWindow() 150 if (dmxScreen->beDisplay) { in dmxResizeRootWindow() 157 XConfigureWindow(dmxScreen->beDisplay, pWinPriv->window, m, &c); in dmxResizeRootWindow() 162 if (dmxScreen->beDisplay) in dmxResizeRootWindow() 163 XUnmapWindow(dmxScreen->beDisplay, pWinPriv->window); in dmxResizeRootWindow() 168 if (dmxScreen->beDisplay) in dmxResizeRootWindow() 169 XMapWindow(dmxScreen->beDisplay, pWinPriv->window); in dmxResizeRootWindow() 173 if (dmxScreen->beDisplay) in dmxResizeRootWindow() [all …]
|
| H A D | dmxfont.c | 107 if (!dmxScreen->beDisplay) in dmxCheckFontPathElement() 112 XSetFontPath(dmxScreen->beDisplay, &fp, 1); in dmxCheckFontPathElement() 127 if (!dmxScreen->beDisplay) in dmxSetFontPath() 136 XSetFontPath(dmxScreen->beDisplay, fp, npaths); in dmxSetFontPath() 161 if (!dmxScreen->beDisplay) in dmxCheckFontPath() 165 oldFontPath = XGetFontPath(dmxScreen->beDisplay, &nOldPaths); in dmxCheckFontPath() 170 XSetFontPath(dmxScreen->beDisplay, oldFontPath, nOldPaths); in dmxCheckFontPath() 280 oldFontPath = XGetFontPath(dmxScreen->beDisplay, &nOldPaths); in dmxBELoadFont() 429 XLoadQueryFont(dmxScreen->beDisplay, name); in dmxBELoadFont() 432 XSetFontPath(dmxScreen->beDisplay, oldFontPath, nOldPaths); in dmxBELoadFont() [all …]
|
| H A D | dmxcmap.c | 75 pCmapPriv->cmap = XCreateColormap(dmxScreen->beDisplay, in dmxBECreateColormap() 100 if (dmxScreen->beDisplay) { in dmxCreateColormap() 122 XFreeColormap(dmxScreen->beDisplay, pCmapPriv->cmap); in dmxBEFreeColormap() 139 if (dmxScreen->beDisplay) in dmxDestroyColormap() 164 if (dmxScreen->beDisplay) { in dmxInstallColormap() 165 XInstallColormap(dmxScreen->beDisplay, pCmapPriv->cmap); in dmxInstallColormap() 179 if (dmxScreen->beDisplay && (pColormap->pVisual->class & DynamicClass)) { in dmxStoreColors() 192 XStoreColors(dmxScreen->beDisplay, pCmapPriv->cmap, color, ndef); in dmxStoreColors() 205 XStoreColor(dmxScreen->beDisplay, pCmapPriv->cmap, &c); in dmxStoreColors()
|
| H A D | dmxpict.c | 181 if (!pFmt || !dmxScreen->beDisplay) in dmxFindFormat() 185 pFormat = XRenderFindFormat(dmxScreen->beDisplay, 0, 0, i++); in dmxFindFormat() 226 XRenderFreeGlyphSet(dmxScreen->beDisplay, glyphPriv->glyphSets[idx]); in dmxBEFreeGlyphSet() 254 = XRenderCreateGlyphSet(dmxScreen->beDisplay, pFormat); in dmxBECreateGlyphSet() 302 if (!dmxScreen->beDisplay) { in dmxProcRenderCreateGlyphSet() 345 if (dmxScreen->beDisplay) { in dmxProcRenderFreeGlyphSet() 401 if (dmxScreen->beDisplay) { in dmxProcRenderAddGlyphs() 402 XRenderAddGlyphs(dmxScreen->beDisplay, in dmxProcRenderAddGlyphs() 444 if (dmxScreen->beDisplay) { in dmxProcRenderFreeGlyphs() 445 XRenderFreeGlyphs(dmxScreen->beDisplay, in dmxProcRenderFreeGlyphs() [all …]
|
| H A D | dmxcursor.c | 620 gc = XCreateGC(dmxScreen->beDisplay, dmxScreen->scrnDefDrawables[i], in dmxBECreateCursor() 628 src = XCreatePixmap(dmxScreen->beDisplay, dmxScreen->scrnWin, in dmxBECreateCursor() 630 msk = XCreatePixmap(dmxScreen->beDisplay, dmxScreen->scrnWin, in dmxBECreateCursor() 633 img = XCreateImage(dmxScreen->beDisplay, in dmxBECreateCursor() 637 BitmapPad(dmxScreen->beDisplay), 0); in dmxBECreateCursor() 639 XPutImage(dmxScreen->beDisplay, src, gc, img, 0, 0, 0, 0, in dmxBECreateCursor() 644 img = XCreateImage(dmxScreen->beDisplay, in dmxBECreateCursor() 648 BitmapPad(dmxScreen->beDisplay), 0); in dmxBECreateCursor() 650 XPutImage(dmxScreen->beDisplay, msk, gc, img, 0, 0, 0, 0, in dmxBECreateCursor() 663 pCursorPriv->cursor = XCreatePixmapCursor(dmxScreen->beDisplay, in dmxBECreateCursor() [all …]
|
| H A D | dmxprop.c | 110 if (!start->beDisplay) in dmxPropertyIterate() 120 dmxLog(dmxDebug, "pt->beDisplay = %p\n", pt->beDisplay); in dmxPropertyIterate() 121 if (pt->beDisplay && (retval = f(pt, closure))) in dmxPropertyIterate() 134 Display *dpy = dmxScreen->beDisplay; in dmxPropertyCheckOtherServers() 199 Display *dpy = dmxScreen->beDisplay; in dmxPropertyCheckOtherWindows() 254 Display *dpy = dmxScreen->beDisplay; in dmxPropertyDisplay() 277 Display *dpy0 = dmxScreen->beDisplay; in dmxPropertySameDisplay() 346 Display *dpy = dmxScreen->beDisplay; in dmxPropertyWindow()
|
| H A D | dmxpixmap.c | 76 pPixPriv->pixmap = XCreatePixmap(dmxScreen->beDisplay, in dmxBECreatePixmap() 132 if (dmxScreen->beDisplay) { in dmxCreatePixmap() 152 XFreePixmap(dmxScreen->beDisplay, pPixPriv->pixmap); in dmxBEFreePixmap() 176 if (dmxScreen->beDisplay) { in dmxDestroyPixmap() 211 if (!dmxScreen->beDisplay) { in dmxBitmapToRegion() 216 ximage = XGetImage(dmxScreen->beDisplay, pPixPriv->pixmap, 0, 0, in dmxBitmapToRegion()
|
| H A D | dmxsync.c | 68 if (!dmxScreen->beDisplay) in dmxDoSync() 72 XSync(dmxScreen->beDisplay, False); in dmxDoSync() 78 XSync(dmxScreen->beDisplay, False); in dmxDoSync()
|
| H A D | dmxvisual.c | 88 if (!dmxScreen->beDisplay) in dmxLookupVisual() 118 if (!dmxScreens[pScreen->myNum].beDisplay) in dmxLookupVisualFromID() 139 if (dmxScreen->beDisplay) { in dmxColormapFromDefaultVisual()
|
| H A D | dmxextension.c | 524 if (!dmxScreen->beDisplay) in dmxConfigureScreenWindows() 769 img = XGetImage(dmxSrcScreen->beDisplay, in dmxBERestorePixmapImage() 785 gc = XCreateGC(dmxDstScreen->beDisplay, in dmxBERestorePixmapImage() 793 XPutImage(dmxDstScreen->beDisplay, in dmxBERestorePixmapImage() 797 XFreeGC(dmxDstScreen->beDisplay, gc); in dmxBERestorePixmapImage() 855 gc = XCreateGC(dmxScreen->beDisplay, in dmxBERestorePixmap() 862 XPutImage(dmxScreen->beDisplay, in dmxBERestorePixmap() 868 XFreeGC(dmxScreen->beDisplay, gc); in dmxBERestorePixmap() 988 XMapWindow(dmxScreen->beDisplay, dmxScreen->rootWin); in dmxBECreateWindowTree() 1223 XRenderAddGlyphs(dmxScreen->beDisplay, glyphPriv->glyphSets[scrnNum], in dmxBERestoreRenderGlyph() [all …]
|
| H A D | dmxcb.c | 188 if (dmxScreen->beDisplay) { in dmxConnectionBlockCallback()
|
| H A D | dmx.h | 97 Display *beDisplay; /**< Back-end X server's display */ member
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxbackend.c | 174 if (XCheckNotMaskEvent(dmxScreen->beDisplay, ExposureMask, X)) in dmxBackendTestEvents() 184 if (XCheckTypedEvent(dmxScreen->beDisplay, MotionNotify, X)) in dmxBackendTestMotionEvent() 208 XPutBackEvent(dmxScreen->beDisplay, &N); in dmxBackendPendingMotionEvent() 332 priv->grabbedScreen->beDisplay); in dmxBackendUpdatePosition() 333 XUngrabPointer(priv->grabbedScreen->beDisplay, CurrentTime); in dmxBackendUpdatePosition() 390 dmxScreen->name, dmxScreen->beDisplay); in dmxBackendCollectEvents() 391 XRaiseWindow(dmxScreen->beDisplay, dmxScreen->scrnWin); in dmxBackendCollectEvents() 393 if ((retcode = XGrabPointer(dmxScreen->beDisplay, in dmxBackendCollectEvents() 416 XUngrabPointer(priv->grabbedScreen->beDisplay, CurrentTime); in dmxBackendCollectEvents() 558 priv->display = dmxScreen->beDisplay; in dmxBackendInitPrivate()
|
| H A D | dmxcommon.c | 479 XSelectInput(dmxScreen->beDisplay, dmxScreen->scrnWin, priv->eventMask); in dmxCommonXSelect() 495 SetNotifyFd(XConnectionNumber(dmxScreen->beDisplay), dmxCommonFdNotify, X_NOTIFY_READ, closure); in dmxCommonAddEnabledDevice() 502 RemoveNotifyFd(XConnectionNumber(dmxScreen->beDisplay)); in dmxCommonRemoveEnabledDevice()
|
| H A D | dmxinputinit.c | 1337 if (!dmxScreen->beDisplay) in dmxInputAttachBackend() 1345 if (!dmxScreen->beDisplay) in dmxInputAttachBackend()
|
| H A D | dmxconsole.c | 273 dmxScreen->beDisplay ? priv->gcRev : priv->gcDet, in dmxConsoleDraw()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxscreens.c | 80 Display *dpy = dmxScreen->beDisplay; in CalcServerVersionAndExtensions() 138 Display *dpy = dmxScreen->beDisplay; in CalcServerVersionAndExtensions()
|
| H A D | glxcmds.c | 119 XOpenDisplay(DisplayString(dmxScreens[s].beDisplay)); in GetBackEndDisplay()
|