| /xsrc/external/mit/libX11/dist/src/ |
| QuPntr.c | 37 int *root_x, 56 *root_x = cvtINT16toInt (rep.rootX);
|
| /xsrc/external/mit/xsm/dist/ |
| popup.c | 55 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
|
| /xsrc/external/mit/libXi/dist/src/ |
| XIQueryPointer.c | 51 double *root_x, 84 *root_x = FP1616toDBL(cvtINT16toInt(rep.root_x));
|
| XExtToWire.c | 96 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;
|
| XExtInt.c | 533 ev->x_root = ev2->root_x; 554 ev->x_root = ev2->root_x; 580 ev->x_root = ev2->root_x; 606 ev->x_root = ev2->root_x; 1642 out->root_x = FP1616toDBL(in->root_x); 2068 out->root_x = FP1616toDBL(in->root_x); 2161 out->root_x = FP1616toDBL(in->root_x); [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| eventstr.h | 115 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/ |
| popup.c | 171 Position root_x, root_y; local 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/ |
| protocol-eventconvert.c | 292 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...] |
| protocol-xiquerypointer.c | 71 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/ |
| XInput2.h | 262 double root_x; member in struct:__anon5915 303 double root_x; member in struct:__anon5917 361 double root_x; member in struct:__anon5920 385 double root_x; member in struct:__anon5921 414 double root_x; member in struct:__anon5922 435 double* root_x,
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| xiquerypointer.c | 133 .root_x = double_to_fp1616(pSprite->hot.x), 187 rep.root_x += double_to_fp1616(screenInfo.screens[0]->x); 219 swapl(&rep->root_x);
|
| xibarriers.c | 667 int root_x, root_y; local 680 /* .root_x */ 702 GetSpritePosition(dev, &root_x, &root_y); 703 ev.root_x = root_x;
|
| extinit.c | 614 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.old/dist/Xi/ |
| xiquerypointer.c | 128 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.old/dist/test/xi2/ |
| protocol-xiquerypointer.c | 90 swapl(&rep->root_x, n); 103 g_assert((rep->root_x >> 16) == sprite->hot.x); 108 g_assert(rep->root_x == rep->win_x);
|
| protocol-eventconvert.c | 291 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/dist/dix/ |
| eventconvert.c | 144 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 = double_to_fp1616(ev->root_x) [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| XI2proto.h | 394 FP1616 root_x; member in struct:__anon11223 973 FP1616 root_x; /**< Always screen coords, 16.16 fixed point */ member in struct:__anon11260 1010 * Note that the layout of root, event, child, root_x, root_y, event_x, 1029 FP1616 root_x; member in struct:__anon11262 1087 FP1616 root_x; member in struct:__anon11264 1114 FP1616 root_x; /**< Always screen coords, 16.16 fixed point */ member in struct:__anon11265 1148 FP1616 root_x; /**< Always screen coords, 16.16 fixed point */ member in struct:__anon11266
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| eventstr.h | 94 int16_t root_x; /**< Pos relative to root window in integral data */ member in struct:_DeviceEvent
|
| /xsrc/local/programs/xsetwallpaper/ |
| xsetwallpaper.c | 60 int root_x, root_y; local 139 &root_x, &root_y, &root_width, &root_height,
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| eventconvert.c | 128 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/ |
| test_xi2.c | 75 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/ |
| input.c | 186 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/ctwm/dist/ |
| captive.c | 702 int root_x, root_y, win_x, win_y; local 731 XQueryPointer(dpy, localroot, &root, &child, &root_x, &root_y,
|
| /xsrc/external/mit/libXt/dist/src/ |
| Keyboard.c | 611 int root_x, root_y, win_x, win_y; local 634 &root_x, &root_y, &win_x, &win_y, &modMask)) {
|