HomeSort by: relevance | last modified time | path
    Searched defs:newX (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_shadow.c 45 int newX, newY;
48 newX = pScrn->pScreen->height - y - 1;
51 newX = y;
55 (*cPtr->PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir_shadow.c 61 int newX, newY;
64 newX = pScrn->pScreen->height - y - 1;
67 newX = y;
71 (*pCir->PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_cursor.c 142 int newX, newY;
154 newX = savex;
159 newX = savey;
164 newX = pScrni->pScreen->width - savex;
169 newX = pScrni->pScreen->height - savey;
174 newX += pScrni->frameX0;
177 //ErrorF("Turned (%d,%d) into (%d,%d)\n", x,y,newX, newY);
179 if (newX < -31)
180 newX = -31;
184 gfx_set_cursor_position(pGeode->CursorStartOffset, newX + 31, newY + 31
    [all...]
gx_driver.c 1572 int newX = x, newY = y;
1578 newX = y;
1582 newX = pScrni->pScreen->width - x - 1;
1586 newX = pScrni->pScreen->height - y - 1;
1591 (*pGeode->PointerMoved) (POINTER_MOVED_ARGS(newX, newY));
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_shadow.c 52 int newX, newY;
55 newX = pScrn->pScreen->height - y - 1;
58 newX = y;
62 (*pMga->PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_shadow.c 61 int newX, newY;
64 newX = pScrn->pScreen->height - y - 1;
67 newX = y;
71 (*nPtr->PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx1_shadow.c 224 int newX, newY;
227 newX = pScrn->pScreen->height - y - 1;
230 newX = y;
233 (*pGeode->PointerMoved) (index, newX, newY);
nsc_gx2_shadow.c 224 int newX, newY;
227 newX = pScrn->pScreen->height - y - 1;
230 newX = y;
233 (*pGeode->PointerMoved) (index, newX, newY);
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_shadow.c 60 int newX, newY;
63 newX = pScrn->pScreen->height - y - 1;
66 newX = y;
70 (*pNv->PointerMoved)(arg, newX, newY);
riva_shadow.c 49 int newX, newY;
52 newX = pScrn->pScreen->height - y - 1;
55 newX = y;
59 (*pRiva->PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/xf86-video-rendition/dist/src/
rendition_shadow.c 55 int newX, newY;
58 newX = pScreenInfo->pScreen->height - y - 1;
61 newX = y;
65 (*pRendition->board.PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_shadow.c 75 int newX, newY;
78 newX = pScrn->pScreen->height - y - 1;
81 newX = y;
85 (*pS3->PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
s3v_shadow.c 101 int newX, newY;
104 newX = pScrn->pScreen->height - y - 1;
107 newX = y;
111 (*ps3v->PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_shadow.c 49 int newX, newY;
52 newX = pScrn->pScreen->height - y - 1;
55 newX = y;
59 (*psav->PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_shadow.c 61 int newX, newY;
64 newX = pScrn->pScreen->height - y - 1;
67 newX = y;
71 (*pTrident->PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
TilingFunctions.h 421 uint32_t newX, newY, newSampleX, newSampleY;
425 newX = x;
434 newX = pdep_u32(x, xMask);
446 newX = pdep_u32(x, mask);
459 newX = pdep_u32(x, xMask);
471 newX = pdep_u32(x, mask);
479 newX = newY = 0;
483 x = newX | (newSampleX << 1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
TilingFunctions.h 420 uint32_t newX, newY, newSampleX, newSampleY;
424 newX = x;
433 newX = pdep_u32(x, xMask);
445 newX = pdep_u32(x, mask);
458 newX = pdep_u32(x, xMask);
470 newX = pdep_u32(x, mask);
478 newX = newY = 0;
482 x = newX | (newSampleX << 1);
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxbackend.c 408 int newX = X.xmotion.x - dmxScreen->rootX;
414 if (!newX) newX = -1;
415 if (newX == width - 1) newX = width;
420 v[0] = dmxScreen->rootXOrigin + newX;
430 int newX = priv->lastX - X.xmotion.x;
434 v[0] = newX;
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessWindow.c 864 int newX, int newY, int newW, int newH, int newBW)
875 oldX2 = oldX + oldW, newX2 = newX + newW;
880 newX, newY, newW, newH, newBW);
883 rect.x1 = max(oldX, newX);
890 oldX, oldY, oldW, oldH, oldBW, newX, newY, newW, newH, newBW);
1043 winRec->x = newX;
1054 newX + SCREEN_TO_GLOBAL_X,
1112 SetPixmapBaseToScreen(dst, newX, newY);
1128 int newX, int newY, unsigned int newW, unsigned int newH,
1144 newX, newY, newW, newH, newBW)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxcursor.c 718 int newX = x + dmxScreen->rootX;
721 if (newX < 0) newX = 0;
725 pScreen->myNum, x, y, newX, newY);
728 0, 0, 0, 0, newX, newY);
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessWindow.c 848 int newX, int newY, int newW, int newH, int newBW)
859 oldX2 = oldX + oldW, newX2 = newX + newW;
864 newX, newY, newW, newH, newBW);
867 rect.x1 = max(oldX, newX);
875 newX, newY, newW, newH, newBW);
1022 winRec->x = newX;
1033 newX + SCREEN_TO_GLOBAL_X,
1090 SetPixmapBaseToScreen(dst, newX, newY);
1107 int newX, int newY, unsigned int newW, unsigned int newH,
1123 newX, newY, newW, newH, newBW)
    [all...]
  /xsrc/external/mit/ctwm/dist/
menus.c 1540 int XW, YW, newX, newY;
1560 newX = ActiveMenu->x;
1589 newX = ev.xbutton.x_root - XW;
1592 ConstrainByBorders1(&newX, ActiveMenu->width,
1595 XMoveWindow(dpy, ActiveMenu->w, newX, newY);
1600 newX = ActiveMenu->x;
1616 XMoveWindow(dpy, ActiveMenu->w, newX, newY);
1617 ActiveMenu->x = newX;
1619 MenuOrigins [MenuDepth - 1].x = newX;
workspace_manager.c 957 Position newX = 0, newY = 0, winX = 0, winY = 0;
1249 newX = ev.xbutton.x;
1257 newX = ev.xmotion.x;
1275 if((newX >= msw->x)
1276 && (newX < msw->x + mw->wwidth)
1293 winX = newX - XW;
1329 newX = msw->x + XW + Scr->BorderLeft * mw->wwidth / vs->w;
1335 newX = msw->x + mw->wwidth *
1457 XMoveWindow(dpy, w, newX - XW, newY - YW);
1573 if((newX >= msw->x) && (newX < msw->x + mw->wwidth) &
    [all...]
  /xsrc/external/mit/xf86-video-wsfb/dist/src/
wsfb_driver.c 1353 int newX, newY;
1359 newX = pScrn->pScreen->height - y - 1;
1365 newX = y;
1371 newX = pScrn->pScreen->width - x - 1;
1377 newX = x;
1383 (*fPtr->PointerMoved)(arg, newX, newY);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86RandR12.c 331 int newX, newY;
343 newX = crtc->x;
409 newX, newY, &newX, &newY);
422 if (newX > crtc->panningTotalArea.x2 - width)
423 newX = crtc->panningTotalArea.x2 - width;
424 if (newX < crtc->panningTotalArea.x1)
425 newX = crtc->panningTotalArea.x1;
434 if (newX != crtc->x || newY != crtc->y)
435 xf86CrtcSetOrigin (crtc, newX, newY)
    [all...]

Completed in 65 milliseconds

1 2