Searched refs:root_x (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DQuPntr.c37 int *root_x,
56 *root_x = cvtINT16toInt (rep.rootX);
32 XQueryPointer(register Display * dpy,Window w,Window * root,Window * child,int * root_x,int * root_y,int * win_x,int * win_y,unsigned int * mask) argument
/xsrc/external/mit/xsm/dist/
H A Dpopup.c55 Position root_x, root_y;
78 XtTranslateCoords (parent, parent_x, parent_y, &root_x, &root_y);
80 popup_x = root_x + offset_x;
54 Position root_x, root_y; local in function:PopupPopup
/xsrc/external/mit/libXi/dist/src/
H A DXIQueryPointer.c51 double *root_x,
84 *root_x = FP1616toDBL(cvtINT16toInt(rep.root_x));
46 XIQueryPointer(Display * dpy,int deviceid,Window w,Window * root,Window * child,double * root_x,double * root_y,double * win_x,double * win_y,XIButtonState * buttons,XIModifierState * mods,XIGroupState * group) argument
H A DXExtToWire.c96 kev->root_x = ev->x_root;
148 pev->root_x = ev->x_root;
200 bev->root_x = ev->x_root;
252 mev->root_x = ev->x_root;
H A DXExtInt.c513 ev->x_root = ev2->root_x;
534 ev->x_root = ev2->root_x;
560 ev->x_root = ev2->root_x;
586 ev->x_root = ev2->root_x;
1617 out->root_x = FP1616toDBL(in->root_x);
2043 out->root_x = FP1616toDBL(in->root_x);
2136 out->root_x = FP1616toDBL(in->root_x);
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A Deventstr.h115 int16_t root_x; /**< Pos relative to root window in integral data */ member in struct:_DeviceEvent
262 double root_x; member in struct:_BarrierEvent
277 double root_x; /**< Pos relative to root window */ member in struct:_GestureEvent
/xsrc/external/mit/xmh/dist/
H A Dpopup.c171 Position root_x, root_y; local in function:InsureVisibility
181 XtTranslateCoords(popup_child, (Position)0, (Position)0, &root_x, &root_y);
182 if (centerX) root_x -= width/2 + border;
184 if (root_x < 0) root_x = 0;
188 if ((int)(root_x + width + border) > WidthOfScreen(XtScreen(toplevel))) {
189 root_x = WidthOfScreen(XtScreen(toplevel)) - width - border;
195 if (root_x != x || root_y != y) {
196 XtSetArg( args[0], XtNx, root_x );
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-eventconvert.c292 swapl(&out->root_x);
346 assert(out->root_x == double_to_fp1616(in->root_x + in->root_x_frac));
436 in.root_x = 4;
505 in.root_x = 1;
507 in.root_x = 1 << 8;
509 in.root_x = ~0 & 0xFF;
1023 assert(out->root_x == double_to_fp1616(in->root_x));
1048 swapl(&swapped->root_x);
[all...]
H A Dprotocol-xiquerypointer.c71 swapl(&rep->root_x);
84 assert((rep->root_x >> 16) == sprite->hot.x);
88 assert(rep->root_x == rep->win_x);
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput2.h262 double root_x; member in struct:__anon477f40ab1808
303 double root_x; member in struct:__anon477f40ab1a08
361 double root_x; member in struct:__anon477f40ab1d08
385 double root_x; member in struct:__anon477f40ab1e08
414 double root_x; member in struct:__anon477f40ab1f08
435 double* root_x,
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-xiquerypointer.c90 swapl(&rep->root_x, n);
103 g_assert((rep->root_x >> 16) == sprite->hot.x);
108 g_assert(rep->root_x == rep->win_x);
H A Dprotocol-eventconvert.c291 swapl(&out->root_x, n);
340 g_assert(out->root_x == FP1616(in->root_x, in->root_x_frac));
436 in.root_x = 4;
506 in.root_x = 1;
508 in.root_x = 1 << 8;
510 in.root_x = ~0 & 0xFF;
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiquerypointer.c128 rep.root_x = FP1616(pSprite->hot.x, 0);
187 rep.root_x += FP1616(screenInfo.screens[0]->x, 0);
223 swapl(&rep->root_x, n);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiquerypointer.c133 .root_x = double_to_fp1616(pSprite->hot.x),
187 rep.root_x += double_to_fp1616(screenInfo.screens[0]->x);
219 swapl(&rep->root_x);
H A Dxibarriers.c667 int root_x, root_y; local in function:BarrierFreeBarrier
680 /* .root_x */
702 GetSpritePosition(dev, &root_x, &root_y);
703 ev.root_x = root_x;
H A Dextinit.c614 swapl(&to->root_x);
710 swapl(&to->root_x);
841 swapl(&to->root_x);
868 swapl(&to->root_x);
903 swapl(&to->root_x);
/xsrc/external/mit/xorg-server/dist/dix/
H A Deventconvert.c144 core->u.keyButtonPointer.rootX = e->root_x;
362 kbp->root_x = ev->root_x;
704 xde->root_x = double_to_fp1616(ev->root_x + ev->root_x_frac);
843 barrier->root_x = double_to_fp1616(ev->root_x);
869 xpe->root_x = double_to_fp1616(ev->root_x);
913 xde->root_x
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXI2proto.h394 FP1616 root_x; member in struct:__anon80eef7f41508
973 FP1616 root_x; /**< Always screen coords, 16.16 fixed point */ member in struct:__anon80eef7f43a08
1010 * Note that the layout of root, event, child, root_x, root_y, event_x,
1029 FP1616 root_x; member in struct:__anon80eef7f43c08
1087 FP1616 root_x; member in struct:__anon80eef7f43e08
1114 FP1616 root_x; /**< Always screen coords, 16.16 fixed point */ member in struct:__anon80eef7f43f08
1148 FP1616 root_x; /**< Always screen coords, 16.16 fixed point */ member in struct:__anon80eef7f44008
/xsrc/external/mit/xorg-server.old/dist/include/
H A Deventstr.h94 int16_t root_x; /**< Pos relative to root window in integral data */ member in struct:_DeviceEvent
/xsrc/local/programs/xsetwallpaper/
H A Dxsetwallpaper.c60 int root_x, root_y; local in function:main
131 &root_x, &root_y, &root_width, &root_height,
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Deventconvert.c128 core->u.keyButtonPointer.rootX = e->root_x;
294 kbp->root_x = ev->root_x;
581 xde->root_x = FP1616(ev->root_x, ev->root_x_frac);
/xsrc/external/mit/xinput/dist/src/
H A Dtest_xi2.c75 printf(" root: %.2f/%.2f\n", event->root_x, event->root_y);
230 printf(" root x/y: %.2f / %.2f\n", event->root_x, event->root_y);
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c186 ev.root_x = y;
200 ev.root_x = x;
207 ev.root_x = x;
214 ev.root_x = x;
222 ev.root_x = x;
305 g_assert(kbp->root_x == ev->root_x);
368 ev.root_x = y;
/xsrc/external/mit/libXt/dist/src/
H A DKeyboard.c611 int root_x, root_y, win_x, win_y; local in function:AddFocusHandler
634 &root_x, &root_y, &win_x, &win_y, &modMask)) {
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c274 ev.root_x = y;
288 ev.root_x = x;
295 ev.root_x = x;
302 ev.root_x = x;
313 ev.root_x = x;
403 assert(kbp->root_x == ev->root_x);
467 ev.root_x = y;

Completed in 32 milliseconds

12