HomeSort by: relevance | last modified time | path
    Searched refs:root_y (Results 1 - 25 of 46) sorted by relevancy

1 2

  /xsrc/external/mit/libX11/dist/src/
QuPntr.c 38 int *root_y,
57 *root_y = cvtINT16toInt (rep.rootY);
  /xsrc/external/mit/xsm/dist/
popup.c 55 Position root_x, root_y;
78 XtTranslateCoords (parent, parent_x, parent_y, &root_x, &root_y);
81 popup_y = root_y + offset_y;
54 Position root_x, root_y; local
  /xsrc/external/mit/libXi/dist/src/
XIQueryPointer.c 52 double *root_y,
85 *root_y = FP1616toDBL(cvtINT16toInt(rep.root_y));
XExtToWire.c 97 kev->root_y = ev->y_root;
149 pev->root_y = ev->y_root;
201 bev->root_y = ev->y_root;
253 mev->root_y = ev->y_root;
XExtInt.c 514 ev->y_root = ev2->root_y;
535 ev->y_root = ev2->root_y;
561 ev->y_root = ev2->root_y;
587 ev->y_root = ev2->root_y;
1618 out->root_y = FP1616toDBL(in->root_y);
2044 out->root_y = FP1616toDBL(in->root_y);
2137 out->root_y = FP1616toDBL(in->root_y);
    [all...]
  /xsrc/external/mit/xorg-server/dist/include/
eventstr.h 117 int16_t root_y; /**< Pos relative to root window in integral part */ member in struct:_DeviceEvent
263 double root_y; member in struct:_BarrierEvent
278 double root_y; /**< 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);
183 if (centerY) root_y -= height/2 + border;
185 if (root_y < 0) root_y = 0;
191 if ((int)(root_y + height + border) > HeightOfScreen(XtScreen(toplevel))) {
192 root_y = HeightOfScreen(XtScreen(toplevel)) - height - border;
195 if (root_x != x || root_y != y) {
197 XtSetArg( args[1], XtNy, root_y );
  /xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-eventconvert.c 293 swapl(&out->root_y);
347 assert(out->root_y == double_to_fp1616(in->root_y + in->root_y_frac));
438 in.root_y = 6;
519 in.root_y = 1;
521 in.root_y = 1 << 8;
523 in.root_y = ~0 & 0xFF;
1024 assert(out->root_y == double_to_fp1616(in->root_y));
1049 swapl(&swapped->root_y);
    [all...]
protocol-xiquerypointer.c 72 swapl(&rep->root_y);
85 assert((rep->root_y >> 16) == sprite->hot.y);
89 assert(rep->root_y == rep->win_y);
  /xsrc/external/mit/libXi/dist/include/X11/extensions/
XInput2.h 263 double root_y; member in struct:__anon5915
304 double root_y; member in struct:__anon5917
362 double root_y; member in struct:__anon5920
386 double root_y; member in struct:__anon5921
415 double root_y; member in struct:__anon5922
436 double* root_y,
  /xsrc/external/mit/xorg-server/dist/Xi/
xiquerypointer.c 134 .root_y = double_to_fp1616(pSprite->hot.y),
188 rep.root_y += double_to_fp1616(screenInfo.screens[0]->y);
220 swapl(&rep->root_y);
xibarriers.c 667 int root_x, root_y; local
681 /* .root_y */
702 GetSpritePosition(dev, &root_x, &root_y);
704 ev.root_y = root_y;
extinit.c 615 swapl(&to->root_y);
711 swapl(&to->root_y);
842 swapl(&to->root_y);
869 swapl(&to->root_y);
904 swapl(&to->root_y);
  /xsrc/external/mit/xorg-server.old/dist/Xi/
xiquerypointer.c 129 rep.root_y = FP1616(pSprite->hot.y, 0);
188 rep.root_y += FP1616(screenInfo.screens[0]->y, 0);
224 swapl(&rep->root_y, n);
  /xsrc/external/mit/xorg-server.old/dist/test/xi2/
protocol-xiquerypointer.c 91 swapl(&rep->root_y, n);
104 g_assert((rep->root_y >> 16) == sprite->hot.y);
109 g_assert(rep->root_y == rep->win_y);
protocol-eventconvert.c 292 swapl(&out->root_y, n);
341 g_assert(out->root_y == FP1616(in->root_y, in->root_y_frac));
438 in.root_y = 6;
520 in.root_y = 1;
522 in.root_y = 1 << 8;
524 in.root_y = ~0 & 0xFF;
  /xsrc/external/mit/xorg-server/dist/dix/
eventconvert.c 145 core->u.keyButtonPointer.rootY = e->root_y;
363 kbp->root_y = ev->root_y;
705 xde->root_y = double_to_fp1616(ev->root_y + ev->root_y_frac);
844 barrier->root_y = double_to_fp1616(ev->root_y);
870 xpe->root_y = double_to_fp1616(ev->root_y);
914 xde->root_y = double_to_fp1616(ev->root_y)
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XI2proto.h 395 FP1616 root_y; member in struct:__anon11223
974 FP1616 root_y; member in struct:__anon11260
1010 * Note that the layout of root, event, child, root_x, root_y, event_x,
1030 FP1616 root_y; member in struct:__anon11262
1088 FP1616 root_y; member in struct:__anon11264
1115 FP1616 root_y; member in struct:__anon11265
1149 FP1616 root_y; member in struct:__anon11266
  /xsrc/external/mit/xorg-server.old/dist/include/
eventstr.h 96 int16_t root_y; /**< Pos relative to root window in integral part */ 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 129 core->u.keyButtonPointer.rootY = e->root_y;
295 kbp->root_y = ev->root_y;
582 xde->root_y = FP1616(ev->root_y, ev->root_y_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 185 ev.root_y = x;
201 ev.root_y = y;
208 ev.root_y = y;
215 ev.root_y = y;
223 ev.root_y = y;
306 g_assert(kbp->root_y == ev->root_y);
367 ev.root_y = x;
  /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)) {

Completed in 21 milliseconds

1 2