Searched refs:winY (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiwarppointer.c122 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 DQuPntr.c59 *win_y = cvtINT16toInt (rep.winY);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiwarppointer.c130 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 Dworkspace_manager.c957 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 Dglu.h331 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 Dico.c839 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 DTekproc.c1404 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 Devents.c3160 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 Dswaprep.c313 swaps(&pRep->winY, n);
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c3641 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 Dswaprep.c285 swaps(&pRep->winY);
/xsrc/external/mit/xmag/dist/
H A Dxmag.c736 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 DXproto.h583 INT16 rootX, rootY, winX, winY;
581 INT16 rootX, rootY, winX, winY; member in struct:__anone2852e7a1908

Completed in 32 milliseconds