| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miwindow.c | 371 short oldx = pWin->drawable.x, 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); 535 dx = (oldx - nx) - offx; 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); 597 oldpt.x = oldx [all...] |
| H A D | mioverlay.c | 1120 short oldx = pWin->drawable.x; 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); 1302 dx = (oldx - nx) - offx; 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 [all...] |
| H A D | miarc.c | 3156 struct finalSpan *oldx; local in function:newFinalSpan 3162 oldx = 0; 3166 if (x == oldx) { 3171 if (oldx) { 3172 oldx->min = min (x->min, xmin); 3173 oldx->max = max (x->max, xmax); 3182 oldx = x; 3184 xmin = oldx->min; 3185 xmax = oldx->max; 3193 if (!oldx) { [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); 494 dx = (oldx - nx) - offx; 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); 549 oldpt.x = oldx [all...] |
| H A D | mioverlay.c | 1072 short oldx = pWin->drawable.x; 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); 1246 dx = (oldx - nx) - offx; 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 [all...] |
| H A D | miarc.c | 3178 struct finalSpan *oldx; local in function:newFinalSpan 3184 oldx = 0; 3188 if (x == oldx) { 3193 if (oldx) { 3194 oldx->min = min(x->min, xmin); 3195 oldx->max = max(x->max, xmax); 3205 oldx = x; 3207 xmin = oldx->min; 3208 xmax = oldx->max; 3216 if (!oldx) { [all...] |
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compalloc.c | 178 cw->oldx = COMP_ORIGIN_INVALID; 634 cw->oldx = COMP_ORIGIN_INVALID; 689 cw->oldx = pOld->screen_x;
|
| H A D | compint.h | 95 int oldx; member in struct:_CompWindow
|
| H A D | compwindow.c | 466 assert (cw->oldx != COMP_ORIGIN_INVALID); 490 dx = dx + pPixmap->screen_x - cw->oldx; 514 dx = pPixmap->screen_x - cw->oldx;
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compalloc.c | 194 cw->oldx = COMP_ORIGIN_INVALID; 621 cw->oldx = COMP_ORIGIN_INVALID; 682 cw->oldx = pOld->screen_x;
|
| H A D | compint.h | 96 int oldx; member in struct:_CompWindow
|
| H A D | compwindow.c | 499 assert(cw->oldx != COMP_ORIGIN_INVALID); 519 dx = dx + pPixmap->screen_x - cw->oldx; 542 dx = pPixmap->screen_x - cw->oldx;
|
| /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 2065 oldx = w->core.x; 2072 { w->core.x = (Position) (oldx); \
|
| /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 1716 *destx = oldx;
|
| /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 1833 *destx = oldx;
|