Searched refs:rootY (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DQuPntr.c57 *root_y = cvtINT16toInt (rep.rootY);
H A DEvToWire.c63 event->u.keyButtonPointer.rootY = ev->y_root;
80 event->u.keyButtonPointer.rootY = ev->y_root;
96 event->u.keyButtonPointer.rootY = ev->y_root;
113 event->u.enterLeave.rootY = ev->y_root;
H A DXlibInt.c906 ev->y_root = cvtINT16toInt(event->u.keyButtonPointer.rootY);
923 ev->y_root = cvtINT16toInt(event->u.keyButtonPointer.rootY);
939 ev->y_root = cvtINT16toInt(event->u.keyButtonPointer.rootY);
956 ev->y_root = cvtINT16toInt(event->u.enterLeave.rootY);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtestproto.h101 INT16 rootX, rootY; member in struct:__anon4a153b790508
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Ddmxconfig.c181 int rootX, int rootY,
205 dmxScreen->rootY = rootY;
241 d->rootX, d->rootY,
176 dmxConfigAddDisplay(const char * name,int scrnWidth,int scrnHeight,int scrnX,int scrnY,int scrnXSign,int scrnYSign,int rootWidth,int rootHeight,int rootX,int rootY,int rootXSign,int rootYSign) argument
H A Ddmxprint.c289 p->dim->root->offset->y = p->rootY;
292 dummyROffset.y = p->rootY;
318 || p->rootY) {
H A Ddmxparse.h115 int rootX, rootY; member in struct:_DMXConfigDisplay
H A Ddmxparse.c279 pDisplay->rootY = pDim->root->offset->y;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxbackend.c409 int newY = X.xmotion.y - dmxScreen->rootY;
425 priv->be->rootX, priv->be->rootY,
445 - dmxScreen->rootY));
497 centerY = priv->be->rootHeight / 2 + priv->be->rootY;
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimEvToWire.c65 event->u.keyButtonPointer.rootY =
83 event->u.keyButtonPointer.rootY = sw16(ev->y_root, sw);
99 event->u.keyButtonPointer.rootY = sw16(ev->y_root, sw);
116 event->u.enterLeave.rootY = sw16(ev->y_root, sw);
448 ev->y_root = cvtINT16toInt(sw16(event->u.keyButtonPointer.rootY, sw));
465 ev->y_root = cvtINT16toInt(sw16(event->u.keyButtonPointer.rootY, sw));
481 ev->y_root = cvtINT16toInt(sw16(event->u.keyButtonPointer.rootY, sw));
498 ev->y_root = cvtINT16toInt(sw16(event->u.enterLeave.rootY, sw));
/xsrc/external/mit/libXtst/dist/src/
H A DXTest.c222 req->rootY = y;
245 req->rootY = dy;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx.h141 int rootY; /**< Y offset of "root" window WRT "screen"*/ member in struct:_DMXScreenInfo
H A Ddmxcursor.c364 dmxScreen->rootX, dmxScreen->rootY,
392 dmxScreen->rootX, dmxScreen->rootY,
421 dmxScreen->rootX, dmxScreen->rootY,
719 int newY = y + dmxScreen->rootY;
H A Ddmxwindow.c333 || dmxScreen->scrnY != dmxScreen->rootY
338 dmxScreen->rootY,
343 dmxScreen->rootY,
347 pWindow->origin.y = dmxScreen->rootY;
H A Ddmxextension.c95 attr->rootWindowYoffset = dmxScreen->rootY;
413 dmxScreen->rootY != y ||
428 dmxScreen->rootY = y;
557 dmxScreen->rootX, dmxScreen->rootY,
623 dmxScreen->rootY,
H A Ddmxinit.c318 if (dmxScreen->rootHeight + dmxScreen->rootY > dmxScreen->scrnHeight)
319 dmxScreen->rootHeight = dmxScreen->scrnHeight - dmxScreen->rootY;
/xsrc/external/mit/xtrap/dist/
H A Dxtrapout.c161 * the core events prior to when fields other than rootX, rootY,
170 data->u.event.u.keyButtonPointer.rootY,
/xsrc/external/mit/xclipboard/dist/
H A Dxclipboard.c293 Position rootX, rootY; local in function:CenterWidgetOnWidget
300 XtTranslateCoords (wT, (Position) width/2, (Position) height/2, &rootX, &rootY);
301 CenterWidgetAtPoint (w, (int) rootX, (int) rootY);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswaprep.c311 swaps(&pRep->rootY, n);
779 cpswaps(from->u.keyButtonPointer.rootY,
780 to->u.keyButtonPointer.rootY);
802 cpswaps(from->u.enterLeave.rootY, to->u.enterLeave.rootY);
H A Deventconvert.c129 core->u.keyButtonPointer.rootY = e->root_y;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswaprep.c283 swaps(&pRep->rootY);
688 cpswaps(from->u.keyButtonPointer.rootY, to->u.keyButtonPointer.rootY);
706 cpswaps(from->u.enterLeave.rootY, to->u.enterLeave.rootY);
/xsrc/external/mit/xmag/dist/
H A Dxmag.c736 int rootX, rootY, winX, winY;
744 &rootX, &rootY, &winX, &winY, &mask);
753 hlData->y = rootY;
712 int rootX, rootY, winX, winY; local in function:StartRootPtrGrab
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h583 INT16 rootX, rootY, winX, winY;
1010 INT16 rootX, rootY, eventX, eventY;
1019 INT16 rootX, rootY, eventX, eventY;
581 INT16 rootX, rootY, winX, winY; member in struct:__anone2852e7a1908
1007 INT16 rootX, rootY, eventX, eventY; member in struct:_xEvent::__anone2852e7a360a::__anone2852e7a3808
1016 INT16 rootX, rootY, eventX, eventY; member in struct:_xEvent::__anone2852e7a360a::__anone2852e7a3908
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxtest.c312 valuators[1] = ev->u.keyButtonPointer.rootY;
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxtest.c305 valuators[1] = ev->u.keyButtonPointer.rootY;

Completed in 90 milliseconds

12