Searched refs:oldy (Results 1 – 8 of 8) sorted by relevance
348 short oldx = pWin->drawable.x, oldy = pWin->drawable.y; in miResizeWindow() local415 if (newx != oldx || newy != oldy) in miResizeWindow()444 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh); in miResizeWindow()475 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny); in miResizeWindow()492 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); in miResizeWindow()495 dy = (oldy - ny) - offy; in miResizeWindow()516 RegionTranslate(pRegion, nx - oldx, ny - oldy); in miResizeWindow()527 RegionTranslate(oldWinClip, oldx - nx, oldy - ny); in miResizeWindow()547 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); in miResizeWindow()550 oldpt.y = oldy + (y - ny); in miResizeWindow()
1073 short oldy = pWin->drawable.y; in miOverlayResizeWindow() local1159 if (newx != oldx || newy != oldy) in miOverlayResizeWindow()1197 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh); in miOverlayResizeWindow()1224 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny); in miOverlayResizeWindow()1244 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny); in miOverlayResizeWindow()1247 dy = (oldy - ny) - offy; in miOverlayResizeWindow()1269 RegionTranslate(pRegion, nx - oldx, ny - oldy); in miOverlayResizeWindow()1276 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny); in miOverlayResizeWindow()1291 RegionTranslate(pRegion, nx - oldx, ny - oldy); in miOverlayResizeWindow()1302 RegionTranslate(oldWinClip, oldx - nx, oldy - ny); in miOverlayResizeWindow()[all …]
192 cw->oldy = COMP_ORIGIN_INVALID; in compRedirectWindow()616 cw->oldy = COMP_ORIGIN_INVALID; in compAllocPixmap()674 cw->oldy = pOld->screen_y; in compReallocPixmap()
493 assert(cw->oldy != COMP_ORIGIN_INVALID); in compCopyWindow()513 dy = dy + pPixmap->screen_y - cw->oldy; in compCopyWindow()536 dy = pPixmap->screen_y - cw->oldy; in compCopyWindow()
97 int oldy; member
1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...
809 static unsigned short oldx, oldy; in complement_pos() local817 vc->vc_sw->con_putc(vc, old, oldy, oldx); in complement_pos()833 oldy = (offset >> 1) / vc->vc_cols; in complement_pos()834 vc->vc_sw->con_putc(vc, new, oldy, oldx); in complement_pos()
1807 GravityTranslate(int x, int y, int oldx, int oldy, in GravityTranslate() argument1845 *desty = oldy; in GravityTranslate()