| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxconfig.c | 203 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 D | dmxprint.c | 329 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 D | dmxparse.h | 116 int rootX, rootY; member
|
| H A D | dmxparse.c | 301 pDisplay->rootX = pDim->root->offset->x; in dmxConfigCreateDisplay()
|
| H A D | xdmxconfig.c | 266 dmxConfigCurrentDisplay->rootX, in dmxConfigDataUpdate()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxbackend.c | 435 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 D | dmxcursor.c | 371 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 D | dmxwindow.c | 340 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 D | dmxextension.c | 99 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 D | dmx.h | 140 int rootX; /**< X offset of "root" window WRT "screen"*/ member
|
| H A D | dmxinit.c | 341 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 D | swaprep.c | 282 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 D | events.c | 2575 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 D | eventconvert.c | 142 core->u.keyButtonPointer.rootX = e->root_x; in EventToCore()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xtest.c | 303 valuators[0] = ev->u.keyButtonPointer.rootX; in ProcXTestFakeInput()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | exevents.c | 1690 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 D | input.c | 251 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 D | record.c | 727 shiftedEvent.u.keyButtonPointer.rootX += in RecordSendProtocolEvents()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 147979 Xext: core button events have rootX/Y unset too.
|