Searched refs:win_y (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DQuPntr.c40 int *win_y,
59 *win_y = cvtINT16toInt (rep.winY);
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/libXi/dist/src/
H A DXIQueryPointer.c54 double *win_y,
87 *win_y = FP1616toDBL(cvtINT16toInt(rep.win_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
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiquerypointer.c171 rep.win_y = FP1616(pSprite->hot.y - pWin->drawable.y, 0);
182 rep.win_y = 0;
192 rep.win_y += FP1616(screenInfo.screens[0]->y, 0);
226 swapl(&rep->win_y, n);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiquerypointer.c172 rep.win_y = double_to_fp1616(pSprite->hot.y - pWin->drawable.y);
182 rep.win_y = 0;
191 rep.win_y += double_to_fp1616(screenInfo.screens[0]->y);
222 swapl(&rep->win_y);
/xsrc/external/mit/ctwm/dist/
H A Dotp.h28 Window parent, int win_x, int win_y,
H A Dcaptive.c702 int root_x, root_y, win_x, win_y; local in function:AdoptWindow
732 &win_x, &win_y, &key_buttons);
H A Dotp.c1400 Window parent, int win_x, int win_y,
1412 XReparentWindow(display, twm_win->frame, parent, win_x, win_y);
1399 ReparentWindowAndIcon(Display * display,TwmWindow * twm_win,Window parent,int win_x,int win_y,int icon_x,int icon_y) argument
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-xiquerypointer.c93 swapl(&rep->win_y, n);
109 g_assert(rep->root_y == rep->win_y);
119 g_assert((rep->win_y >> 16) == y);
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-xiquerypointer.c74 swapl(&rep->win_y);
89 assert(rep->root_y == rep->win_y);
99 assert((rep->win_y >> 16) == 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)) {
645 win_y >= top && win_y < bottom)
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr.h76 int win_x, win_y; member in struct:_ephyrScrPriv
H A Dhostx.c126 *y = scrpriv->win_y;
592 scrpriv->win_y = 0;
653 &scrpriv->win_y,
992 scrpriv->win_y = y;
/xsrc/external/mit/editres/dist/
H A Dutils.c396 int win_x, win_y; local in function:PopupCentered
400 &root, &child, &x, &y, &win_x, &win_y, &mask);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtrapdi.h440 INT16 win_y; /* X coord of drawable, if any */ member in struct:__anon5dec76a91308
H A DXI2proto.h397 FP1616 win_y; member in struct:__anon80eef7f41508
H A Dxtrapemacros.h286 #define XETrapGetHeaderWindowY(phdr) ((phdr)->win_y)
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput2.h438 double* win_y,

Completed in 38 milliseconds