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

12

/xsrc/external/mit/libX11/dist/src/
H A DQuPntr.c38 int *root_y,
57 *root_y = cvtINT16toInt (rep.rootY);
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);
81 popup_y = root_y + offset_y;
54 Position root_x, root_y; local in function:PopupPopup
/xsrc/external/mit/libXi/dist/src/
H A DXIQueryPointer.c52 double *root_y,
85 *root_y = FP1616toDBL(cvtINT16toInt(rep.root_y));
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.c97 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;
H A DXExtInt.c514 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/
H A Deventstr.h117 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/
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);
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/
H A Dprotocol-eventconvert.c293 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...]
H A Dprotocol-xiquerypointer.c72 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/
H A DXInput2.h263 double root_y; member in struct:__anon477f40ab1808
304 double root_y; member in struct:__anon477f40ab1a08
362 double root_y; member in struct:__anon477f40ab1d08
386 double root_y; member in struct:__anon477f40ab1e08
415 double root_y; member in struct:__anon477f40ab1f08
436 double* root_y,
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-xiquerypointer.c91 swapl(&rep->root_y, n);
104 g_assert((rep->root_y >> 16) == sprite->hot.y);
109 g_assert(rep->root_y == rep->win_y);
H A Dprotocol-eventconvert.c292 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.old/dist/Xi/
H A Dxiquerypointer.c129 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/dist/Xi/
H A Dxiquerypointer.c134 .root_y = double_to_fp1616(pSprite->hot.y),
188 rep.root_y += double_to_fp1616(screenInfo.screens[0]->y);
220 swapl(&rep->root_y);
H A Dxibarriers.c667 int root_x, root_y; local in function:BarrierFreeBarrier
681 /* .root_y */
702 GetSpritePosition(dev, &root_x, &root_y);
704 ev.root_y = root_y;
H A Dextinit.c615 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/dist/dix/
H A Deventconvert.c145 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
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXI2proto.h395 FP1616 root_y; member in struct:__anon80eef7f41508
974 FP1616 root_y; member in struct:__anon80eef7f43a08
1010 * Note that the layout of root, event, child, root_x, root_y, event_x,
1030 FP1616 root_y; member in struct:__anon80eef7f43c08
1088 FP1616 root_y; member in struct:__anon80eef7f43e08
1115 FP1616 root_y; member in struct:__anon80eef7f43f08
1149 FP1616 root_y; member in struct:__anon80eef7f44008
/xsrc/external/mit/xorg-server.old/dist/include/
H A Deventstr.h96 int16_t root_y; /**< Pos relative to root window in integral part */ 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.c129 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/
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.c185 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/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.c273 ev.root_y = x;
289 ev.root_y = y;
296 ev.root_y = y;
303 ev.root_y = y;
314 ev.root_y = y;
404 assert(kbp->root_y == ev->root_y);
466 ev.root_y = x;

Completed in 58 milliseconds

12