Home
last modified time | relevance | path

Searched refs:rootX (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxconfig.c203 int rootX, int rootY, int rootXSign, int rootYSign) in dmxConfigAddDisplay() argument
225 dmxScreen->rootX = rootX; in dmxConfigAddDisplay()
264 d->rootX, d->rootY, in dmxConfigCopyFromDisplay()
H A Ddmxprint.c329 p->dim->root->offset->x = p->rootX; in dmxConfigPrintDisplay()
333 dummyROffset.x = p->rootX; in dmxConfigPrintDisplay()
359 || p->scrnHeight != p->rootHeight || p->rootX || p->rootY) { in dmxConfigPrintDisplay()
H A Ddmxparse.h116 int rootX, rootY; member
H A Ddmxparse.c301 pDisplay->rootX = pDim->root->offset->x; in dmxConfigCreateDisplay()
H A Dxdmxconfig.c266 dmxConfigCurrentDisplay->rootX, in dmxConfigDataUpdate()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxbackend.c435 int newX = X.xmotion.x - dmxScreen->rootX; in dmxBackendCollectEvents()
457 priv->be->rootX, priv->be->rootY, in dmxBackendCollectEvents()
477 - dmxScreen->rootX), in dmxBackendCollectEvents()
531 centerX = priv->be->rootWidth / 2 + priv->be->rootX; in dmxBackendComputeCenter()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c371 dmxScreen->rootX, dmxScreen->rootY, in dmxReInitOrigins()
399 dmxScreen->rootX, dmxScreen->rootY, in dmxInitOrigins()
428 dmxScreen->rootX, dmxScreen->rootY, in dmxOnScreen()
733 int newX = x + dmxScreen->rootX; in _dmxMoveCursor()
H A Ddmxwindow.c340 if (dmxScreen->scrnX != dmxScreen->rootX in dmxCreateWindow()
345 dmxScreen->rootX, in dmxCreateWindow()
350 dmxScreen->rootX, in dmxCreateWindow()
354 pWindow->origin.x = dmxScreen->rootX; in dmxCreateWindow()
H A Ddmxextension.c99 attr->rootWindowXoffset = dmxScreen->rootX; in dmxGetScreenAttributes()
439 if (dmxScreen->rootX != x || in dmxConfigureRootWindow()
452 dmxScreen->rootX = x; in dmxConfigureRootWindow()
587 dmxScreen->rootX, dmxScreen->rootY, in dmxConfigureScreenWindows()
660 dmxScreen->rootX, in dmxConfigureDesktop()
H A Ddmx.h140 int rootX; /**< X offset of "root" window WRT "screen"*/ member
H A Ddmxinit.c341 if (dmxScreen->rootWidth + dmxScreen->rootX > dmxScreen->scrnWidth) in dmxGetScreenAttribs()
342 dmxScreen->rootWidth = dmxScreen->scrnWidth - dmxScreen->rootX; in dmxGetScreenAttribs()
/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c282 swaps(&pRep->rootX); in SQueryPointerReply()
687 cpswaps(from->u.keyButtonPointer.rootX, to->u.keyButtonPointer.rootX); in SKeyButtonPtrEvent()
705 cpswaps(from->u.enterLeave.rootX, to->u.enterLeave.rootX); in SEnterLeaveEvent()
H A Devents.c2575 XE_KBPTR.eventX = XE_KBPTR.rootX - pWin->drawable.x; in FixUpEventFromWindow()
4562 event.u.enterLeave.rootX = mouse->spriteInfo->sprite->hot.x; in CoreEnterLeaveEvent()
5237 .rootX = pSprite->hot.x, in ProcQueryPointer()
5259 rep.rootX += screenInfo.screens[0]->x; in ProcQueryPointer()
5271 rep.rootX = 0; in ProcQueryPointer()
5943 eventCopy.u.keyButtonPointer.rootX += screenInfo.screens[0]->x; in WriteEventsToClient()
H A Deventconvert.c142 core->u.keyButtonPointer.rootX = e->root_x; in EventToCore()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c303 valuators[0] = ev->u.keyButtonPointer.rootX; in ProcXTestFakeInput()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c1690 int key = 0, rootX, rootY; in ProcessDeviceEvent() local
1730 GetSpritePosition(device, &rootX, &rootY); in ProcessDeviceEvent()
1731 event->root_x = rootX; in ProcessDeviceEvent()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c251 assert(core->u.keyButtonPointer.rootX == x); \ in dix_event_to_core()
305 assert(core->u.keyButtonPointer.rootX != x); in dix_event_to_core()
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c727 shiftedEvent.u.keyButtonPointer.rootX += in RecordSendProtocolEvents()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog147979 Xext: core button events have rootX/Y unset too.