HomeSort by: relevance | last modified time | path
    Searched refs:oldx (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/mi/
miwindow.c 348 short oldx = pWin->drawable.x, oldy = pWin->drawable.y; local
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 + (x - nx)
    [all...]
mioverlay.c 1072 short oldx = pWin->drawable.x; local
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 - nx, oldy - ny)
    [all...]
miarc.c 3178 struct finalSpan *oldx; local
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/mi/
miwindow.c 371 short oldx = pWin->drawable.x, local
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 + (x - nx)
    [all...]
mioverlay.c 1120 short oldx = pWin->drawable.x; local
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 - nx, oldy - ny)
    [all...]
miarc.c 3156 struct finalSpan *oldx; local
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/composite/
compalloc.c 194 cw->oldx = COMP_ORIGIN_INVALID;
621 cw->oldx = COMP_ORIGIN_INVALID;
682 cw->oldx = pOld->screen_x;
compint.h 96 int oldx; member in struct:_CompWindow
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/xorg-server.old/dist/composite/
compalloc.c 178 cw->oldx = COMP_ORIGIN_INVALID;
634 cw->oldx = COMP_ORIGIN_INVALID;
689 cw->oldx = pOld->screen_x;
compint.h 95 int oldx; member in struct:_CompWindow
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/xeyes/dist/
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,
  /xsrc/external/mit/twm/dist/src/
resize.c 1010 int oldx = tmp->title_x, oldy = tmp->title_y; local
1013 if (oldx != tmp->title_x || oldy != tmp->title_y)
  /xsrc/external/mit/ctwm/dist/
win_decorations.c 502 int oldx = tmp->title_x, oldy = tmp->title_y; local
504 if(oldx != tmp->title_x || oldy != tmp->title_y) {
  /xsrc/external/mit/libXt/dist/src/
Shell.c 2047 int oldx, oldy, oldwidth, oldheight, oldborder_width; local
2065 oldx = w->core.x;
2072 { w->core.x = (Position) (oldx); \
  /xsrc/external/mit/xorg-server/dist/dix/
window.c 1791 * \param oldx,oldy old window position
1796 GravityTranslate(int x, int y, int oldx, int oldy,
1833 *destx = oldx;
  /xsrc/external/mit/xorg-server.old/dist/dix/
window.c 1673 * \param oldx,oldy old window position
1678 GravityTranslate (int x, int y, int oldx, int oldy,
1716 *destx = oldx;

Completed in 28 milliseconds