| /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 226 dmxScreen->rootY = rootY; in dmxConfigAddDisplay() 264 d->rootX, d->rootY, in dmxConfigCopyFromDisplay()
|
| H A D | dmxprint.c | 330 p->dim->root->offset->y = p->rootY; in dmxConfigPrintDisplay() 334 dummyROffset.y = p->rootY; 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 | 302 pDisplay->rootY = pDim->root->offset->y; in dmxConfigCreateDisplay()
|
| H A D | xdmxconfig.c | 268 dmxConfigCurrentDisplay->rootY); in dmxConfigDataUpdate()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxbackend.c | 436 int newY = X.xmotion.y - dmxScreen->rootY; in dmxBackendCollectEvents() 457 priv->be->rootX, priv->be->rootY, in dmxBackendCollectEvents() 479 - dmxScreen->rootY)); in dmxBackendCollectEvents() 532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; 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() 734 int newY = y + dmxScreen->rootY; in _dmxMoveCursor()
|
| H A D | dmxwindow.c | 341 || dmxScreen->scrnY != dmxScreen->rootY in dmxCreateWindow() 346 dmxScreen->rootY, in dmxCreateWindow() 351 dmxScreen->rootY, in dmxCreateWindow() 355 pWindow->origin.y = dmxScreen->rootY; in dmxCreateWindow()
|
| H A D | dmxextension.c | 100 attr->rootWindowYoffset = dmxScreen->rootY; in dmxGetScreenAttributes() 440 dmxScreen->rootY != y || in dmxConfigureRootWindow() 453 dmxScreen->rootY = y; in dmxConfigureRootWindow() 587 dmxScreen->rootX, dmxScreen->rootY, in dmxConfigureScreenWindows() 661 dmxScreen->rootY, w, h); in dmxConfigureDesktop()
|
| H A D | dmx.h | 141 int rootY; /**< Y offset of "root" window WRT "screen"*/ member
|
| H A D | dmxinit.c | 343 if (dmxScreen->rootHeight + dmxScreen->rootY > dmxScreen->scrnHeight) in dmxGetScreenAttribs() 344 dmxScreen->rootHeight = dmxScreen->scrnHeight - dmxScreen->rootY; in dmxGetScreenAttribs()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | swaprep.c | 283 swaps(&pRep->rootY); in SQueryPointerReply() 688 cpswaps(from->u.keyButtonPointer.rootY, to->u.keyButtonPointer.rootY); in SKeyButtonPtrEvent() 706 cpswaps(from->u.enterLeave.rootY, to->u.enterLeave.rootY); in SEnterLeaveEvent()
|
| H A D | events.c | 2576 XE_KBPTR.eventY = XE_KBPTR.rootY - pWin->drawable.y; in FixUpEventFromWindow() 4563 event.u.enterLeave.rootY = mouse->spriteInfo->sprite->hot.y; in CoreEnterLeaveEvent() 5238 .rootY = pSprite->hot.y, in ProcQueryPointer() 5260 rep.rootY += screenInfo.screens[0]->y; in ProcQueryPointer() 5272 rep.rootY = 0; in ProcQueryPointer() 5944 eventCopy.u.keyButtonPointer.rootY += screenInfo.screens[0]->y; in WriteEventsToClient()
|
| H A D | eventconvert.c | 143 core->u.keyButtonPointer.rootY = e->root_y; in EventToCore()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xtest.c | 304 valuators[1] = ev->u.keyButtonPointer.rootY; 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() 1732 event->root_y = rootY; in ProcessDeviceEvent()
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | input.c | 252 assert(core->u.keyButtonPointer.rootY == y); \ in dix_event_to_core() 306 assert(core->u.keyButtonPointer.rootY != y); in dix_event_to_core()
|
| /OK3568_Linux_fs/external/xserver/record/ |
| H A D | record.c | 729 shiftedEvent.u.keyButtonPointer.rootY += in RecordSendProtocolEvents()
|