HomeSort by: relevance | last modified time | path
    Searched defs:winX (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/Xi/
xiwarppointer.c 122 int winX, winY;
131 winX = src->drawable.x;
134 x < winX + src_x ||
137 winX + src_x + (int) stuff->src_width < 0) ||
  /xsrc/external/mit/xorg-server.old/dist/Xi/
xiwarppointer.c 130 int winX, winY;
140 winX = src->drawable.x;
143 x < winX + src_x ||
146 winX + src_x + (int)stuff->src_width < 0) ||
  /xsrc/external/mit/ctwm/dist/
workspace_manager.c 957 Position newX = 0, newY = 0, winX = 0, winY = 0;
1293 winX = newX - XW;
1304 winX, winY, &XSW, &YSW, &junkW);
1312 winX = (int)(XSW / wf);
1326 if((winX < Scr->BorderLeft) && ((Scr->MoveOffResistance < 0) ||
1327 (winX > Scr->BorderLeft - Scr->MoveOffResistance))) {
1328 winX = Scr->BorderLeft;
1331 if(((winX + width) > vs->w - Scr->BorderRight) &&
1333 ((winX + width) < vs->w - Scr->BorderRight + Scr->MoveOffResistance))) {
1334 winX = vs->w - Scr->BorderRight - width
    [all...]
  /xsrc/external/mit/xmag/dist/
xmag.c 736 int rootX, rootY, winX, winY;
744 &rootX, &rootY, &winX, &winY, &mask);
  /xsrc/external/mit/ico/dist/
ico.c 839 int winX, winY;
887 winX = 0;
893 winX = (DisplayWidth(dpy, DefaultScreen(dpy)) - closure->winW) >> 1;
896 XParseGeometry(geom, &winX, &winY,
908 winX, winY, closure->winW, closure->winH, 0,
  /xsrc/external/mit/xterm/dist/
Tekproc.c 1404 int winX, winY;
1482 winX = 1;
1492 &winX,
1510 TRACE(("... position %d,%d size %dx%d\n", winY, winX, height, width));
1512 winX += DisplayWidth(XtDisplay(wnew), DefaultScreen(XtDisplay(wnew)))
1528 wnew->hints.x = winX;
  /xsrc/external/mit/xorg-server.old/dist/dix/
events.c 3160 int winX, winY;
3168 winX = source->drawable.x;
3171 winX -= screenInfo.screens[0]->x;
3174 if (x < winX + stuff->srcX ||
3177 winX + stuff->srcX + (int)stuff->srcWidth < x) ||
3259 int winX, winY;
3267 winX = source->drawable.x;
3270 x < winX + stuff->srcX ||
3273 winX + stuff->srcX + (int)stuff->srcWidth < x) ||
4886 rep.winX = pSprite->hot.x - pWin->drawable.x
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
events.c 3641 int winX, winY;
3649 winX = source->drawable.x;
3652 winX -= screenInfo.screens[0]->x;
3655 if (x < winX + stuff->srcX ||
3658 winX + stuff->srcX + (int) stuff->srcWidth < x) ||
3738 int winX, winY;
3746 winX = source->drawable.x;
3749 x < winX + stuff->srcX ||
3752 winX + stuff->srcX + (int) stuff->srcWidth < x) ||
5443 rep.winX = pSprite->hot.x - pWin->drawable.x
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xproto.h 583 INT16 rootX, rootY, winX, winY;

Completed in 22 milliseconds