| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xiwarppointer.c | 122 int winX, winY; local in function:ProcXIWarpPointer 132 winY = src->drawable.y; 135 y < winY + src_y || 139 winY + src_y + (int) stuff->src_height < y) ||
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | QuPntr.c | 59 *win_y = cvtINT16toInt (rep.winY);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | xiwarppointer.c | 130 int winX, winY; local in function:ProcXIWarpPointer 141 winY = src->drawable.y; 144 y < winY + src_y || 148 winY + src_y + (int)stuff->src_height < y) ||
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | workspace_manager.c | 957 Position newX = 0, newY = 0, winX = 0, winY = 0; local in function:WMgrHandleButtonEvent 1294 winY = newY - YW; 1304 winX, winY, &XSW, &YSW, &junkW); 1313 winY = (int)(YSW / hf); 1338 if((winY < Scr->BorderTop) && ((Scr->MoveOffResistance < 0) || 1339 (winY > Scr->BorderTop - Scr->MoveOffResistance))) { 1340 winY = Scr->BorderTop; 1343 if(((winY + height) > vs->h - Scr->BorderBottom) && 1345 ((winY + height) < vs->h - Scr->BorderBottom + Scr->MoveOffResistance))) { 1346 winY [all...] |
| /xsrc/external/mit/glu/dist/include/GL/ |
| H A D | glu.h | 331 GLAPI GLint GLAPIENTRY gluProject (GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* winX, GLdouble* winY, GLdouble* winZ); 348 GLAPI GLint GLAPIENTRY gluUnProject (GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* objX, GLdouble* objY, GLdouble* objZ); 349 GLAPI GLint GLAPIENTRY gluUnProject4 (GLdouble winX, GLdouble winY, GLdouble winZ, GLdouble clipW, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble nearVal, GLdouble farVal, GLdouble* objX, GLdouble* objY, GLdouble* objZ, GLdouble* objW);
|
| /xsrc/external/mit/ico/dist/ |
| H A D | ico.c | 839 int winX, winY; local in function:do_ico_window 888 winY = 0; 894 winY = (DisplayHeight(dpy, DefaultScreen(dpy)) - closure->winH) >> 1; 896 XParseGeometry(geom, &winX, &winY, 908 winX, winY, closure->winW, closure->winH, 0,
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | Tekproc.c | 1404 int winX, winY; local in function:TekInitialize 1483 winY = 1; 1493 &winY, 1510 TRACE(("... position %d,%d size %dx%d\n", winY, winX, height, width)); 1516 winY += DisplayHeight(XtDisplay(wnew), DefaultScreen(XtDisplay(wnew))) 1529 wnew->hints.y = winY;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | events.c | 3160 int winX, winY; local in function:XineramaWarpPointer 3169 winY = source->drawable.y; 3172 winY -= screenInfo.screens[0]->y; 3175 y < winY + stuff->srcY || 3179 winY + stuff->srcY + (int)stuff->srcHeight < y) || 3259 int winX, winY; local in function:ProcWarpPointer 3268 winY = source->drawable.y; 3271 y < winY + stuff->srcY || 3275 winY + stuff->srcY + (int)stuff->srcHeight < y) || 4887 rep.winY [all...] |
| H A D | swaprep.c | 313 swaps(&pRep->winY, n);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | events.c | 3641 int winX, winY; local in function:XineramaWarpPointer 3650 winY = source->drawable.y; 3653 winY -= screenInfo.screens[0]->y; 3656 y < winY + stuff->srcY || 3660 winY + stuff->srcY + (int) stuff->srcHeight < y) || 3738 int winX, winY; local in function:ProcWarpPointer 3747 winY = source->drawable.y; 3750 y < winY + stuff->srcY || 3754 winY + stuff->srcY + (int) stuff->srcHeight < y) || 5440 rep.winY [all...] |
| H A D | swaprep.c | 285 swaps(&pRep->winY);
|
| /xsrc/external/mit/xmag/dist/ |
| H A D | xmag.c | 736 int rootX, rootY, winX, winY; 744 &rootX, &rootY, &winX, &winY, &mask); 712 int rootX, rootY, winX, winY; local in function:StartRootPtrGrab
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 583 INT16 rootX, rootY, winX, winY; 581 INT16 rootX, rootY, winX, winY; member in struct:__anone2852e7a1908
|