Searched refs:rrNewShape (Results 1 – 2 of 2) sorted by relevance
86 RegionRec rrNewShape; in winReshapeMultiWindow() local118 RegionNull(&rrNewShape); in winReshapeMultiWindow()119 RegionCopy(&rrNewShape, wBoundingShape(pWin)); in winReshapeMultiWindow()120 RegionTranslate(&rrNewShape, pWin->borderWidth, pWin->borderWidth); in winReshapeMultiWindow()122 nRects = RegionNumRects(&rrNewShape); in winReshapeMultiWindow()123 pShape = RegionRects(&rrNewShape); in winReshapeMultiWindow()196 RegionUninit(&rrNewShape); in winReshapeMultiWindow()
317 RegionRec rrNewShape; in winReshapeRootless() local345 RegionNull(&rrNewShape); in winReshapeRootless()346 RegionCopy(&rrNewShape, wBoundingShape(pWin)); in winReshapeRootless()347 RegionTranslate(&rrNewShape, pWin->borderWidth, pWin->borderWidth); in winReshapeRootless()349 nRects = RegionNumRects(&rrNewShape); in winReshapeRootless()350 pShape = RegionRects(&rrNewShape); in winReshapeRootless()378 RegionUninit(&rrNewShape); in winReshapeRootless()