| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miwindow.c | 372 oldy = pWin->drawable.y; local in function:miSlideAndSizeWindow 446 if (newx != oldx || newy != oldy) 479 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh); 513 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny); 533 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny); 536 dy = (oldy - ny) - offy; 560 RegionTranslate(pRegion, nx - oldx, ny - oldy); 573 RegionTranslate(oldWinClip, oldx - nx, oldy - ny); 595 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny); 598 oldpt.y = oldy [all...] |
| H A D | mioverlay.c | 1121 short oldy = pWin->drawable.y; local in function:miOverlayResizeWindow 1208 if (newx != oldx || newy != oldy) 1252 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh); 1280 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny); 1300 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny); 1303 dy = (oldy - ny) - offy; 1327 RegionTranslate(pRegion, nx - oldx, ny - oldy); 1335 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny); 1351 RegionTranslate(pRegion, nx - oldx, ny - oldy); 1363 RegionTranslate(oldWinClip, oldx - nx, oldy [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miwindow.c | 348 short oldx = pWin->drawable.x, oldy = pWin->drawable.y; local in function:miResizeWindow 415 if (newx != oldx || newy != oldy) 444 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh); 475 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny); 492 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); 495 dy = (oldy - ny) - offy; 516 RegionTranslate(pRegion, nx - oldx, ny - oldy); 527 RegionTranslate(oldWinClip, oldx - nx, oldy - ny); 547 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); 550 oldpt.y = oldy [all...] |
| H A D | mioverlay.c | 1073 short oldy = pWin->drawable.y; local in function:miOverlayResizeWindow 1159 if (newx != oldx || newy != oldy) 1197 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh); 1224 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny); 1244 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); 1247 dy = (oldy - ny) - offy; 1269 RegionTranslate(pRegion, nx - oldx, ny - oldy); 1276 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny); 1291 RegionTranslate(pRegion, nx - oldx, ny - oldy); 1302 RegionTranslate(oldWinClip, oldx - nx, oldy [all...] |
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compalloc.c | 179 cw->oldy = COMP_ORIGIN_INVALID; 635 cw->oldy = COMP_ORIGIN_INVALID; 690 cw->oldy = pOld->screen_y;
|
| H A D | compint.h | 96 int oldy; member in struct:_CompWindow
|
| H A D | compwindow.c | 467 assert (cw->oldy != COMP_ORIGIN_INVALID); 491 dy = dy + pPixmap->screen_y - cw->oldy; 515 dy = pPixmap->screen_y - cw->oldy;
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compalloc.c | 195 cw->oldy = COMP_ORIGIN_INVALID; 622 cw->oldy = COMP_ORIGIN_INVALID; 683 cw->oldy = pOld->screen_y;
|
| H A D | compint.h | 97 int oldy; member in struct:_CompWindow
|
| H A D | compwindow.c | 500 assert(cw->oldy != COMP_ORIGIN_INVALID); 520 dy = dy + pPixmap->screen_y - cw->oldy; 543 dy = pPixmap->screen_y - cw->oldy;
|
| /xsrc/external/mit/xeyes/dist/ |
| H A D | Eyes.c | 497 double oldx, double oldy, 551 if (oldx != TPOINT_NONE || oldy != TPOINT_NONE) 552 drawEllipse(w, PART_CLEAR, oldx, oldy, 565 if (oldx != TPOINT_NONE || oldy != TPOINT_NONE) 566 drawEllipse(w, PART_CLEAR, oldx, oldy, 495 drawEllipse(EyesWidget w,enum EyesPart part,double centerx,double centery,double oldx,double oldy,double diam) argument
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.c | 1010 int oldx = tmp->title_x, oldy = tmp->title_y; local in function:SetFrameShape 1013 if (oldx != tmp->title_x || oldy != tmp->title_y)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_decorations.c | 502 int oldx = tmp->title_x, oldy = tmp->title_y; local in function:SetFrameShape 504 if(oldx != tmp->title_x || oldy != tmp->title_y) {
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Shell.c | 2047 int oldx, oldy, oldwidth, oldheight, oldborder_width; local in function:RootGeometryManager 2066 oldy = w->core.y; 2073 w->core.y = (Position) (oldy); \
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 1673 * \param oldx,oldy old window position 1678 GravityTranslate (int x, int y, int oldx, int oldy, argument 1717 *desty = oldy;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 1791 * \param oldx,oldy old window position 1796 GravityTranslate(int x, int y, int oldx, int oldy, argument 1834 *desty = oldy;
|