Home
last modified time | relevance | path

Searched refs:rootY (Results 1 – 18 of 18) 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
226 dmxScreen->rootY = rootY; in dmxConfigAddDisplay()
264 d->rootX, d->rootY, in dmxConfigCopyFromDisplay()
H A Ddmxprint.c330 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 Ddmxparse.h116 int rootX, rootY; member
H A Ddmxparse.c302 pDisplay->rootY = pDim->root->offset->y; in dmxConfigCreateDisplay()
H A Dxdmxconfig.c268 dmxConfigCurrentDisplay->rootY); in dmxConfigDataUpdate()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxbackend.c436 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 Ddmxcursor.c371 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 Ddmxwindow.c341 || 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 Ddmxextension.c100 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 Ddmx.h141 int rootY; /**< Y offset of "root" window WRT "screen"*/ member
H A Ddmxinit.c343 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 Dswaprep.c283 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 Devents.c2576 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 Deventconvert.c143 core->u.keyButtonPointer.rootY = e->root_y; in EventToCore()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c304 valuators[1] = ev->u.keyButtonPointer.rootY; 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()
1732 event->root_y = rootY; in ProcessDeviceEvent()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c252 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 Drecord.c729 shiftedEvent.u.keyButtonPointer.rootY += in RecordSendProtocolEvents()