Lines Matching refs:nextSib

421             while (pWin && !pWin->nextSib) {  in PrintWindowTree()
427 pWin = pWin->nextSib; in PrintWindowTree()
448 while (!pChild->nextSib && (pChild != pWin)) in TraverseTree()
452 pChild = pChild->nextSib; in TraverseTree()
614 pWin->nextSib = NullWindow; in CreateRootWindow()
905 pWin->nextSib = pHead->nextSib; in CreateWindow()
906 if (pHead->nextSib) in CreateWindow()
907 pHead->nextSib->prevSib = pWin; in CreateWindow()
910 pHead->nextSib = pWin; in CreateWindow()
914 pWin->nextSib = pParent->firstChild; in CreateWindow()
1057 pSib = pChild->nextSib; in CrushTree()
1102 pParent->firstChild = pWin->nextSib; in DeleteWindow()
1105 if (pWin->nextSib) in DeleteWindow()
1106 pWin->nextSib->prevSib = pWin->prevSib; in DeleteWindow()
1108 pWin->prevSib->nextSib = pWin->nextSib; in DeleteWindow()
1460 pChild = pChild->nextSib) { in ChangeWindowAttributes()
1474 pChild = pChild->nextSib) { in ChangeWindowAttributes()
1517 pChild = pChild->nextSib) { in ChangeWindowAttributes()
1551 pChild = pChild->nextSib) { in ChangeWindowAttributes()
1648 if (pWin->nextSib != pNextSib) { in MoveWindowInStack()
1649 WindowPtr pOldNextSib = pWin->nextSib; in MoveWindowInStack()
1653 pParent->firstChild = pWin->nextSib; in MoveWindowInStack()
1657 pFirstChange = pWin->nextSib; in MoveWindowInStack()
1658 pWin->nextSib->prevSib = pWin->prevSib; in MoveWindowInStack()
1660 pWin->prevSib->nextSib = pWin->nextSib; in MoveWindowInStack()
1661 pParent->lastChild->nextSib = pWin; in MoveWindowInStack()
1663 pWin->nextSib = NullWindow; in MoveWindowInStack()
1670 if (pWin->nextSib) in MoveWindowInStack()
1671 pWin->nextSib->prevSib = pWin->prevSib; in MoveWindowInStack()
1673 pWin->prevSib->nextSib = pWin->nextSib; in MoveWindowInStack()
1674 pWin->nextSib = pParent->firstChild; in MoveWindowInStack()
1681 WindowPtr pOldNext = pWin->nextSib; in MoveWindowInStack()
1685 pFirstChange = pParent->firstChild = pWin->nextSib; in MoveWindowInStack()
1690 if (pWin->nextSib) in MoveWindowInStack()
1691 pWin->nextSib->prevSib = pWin->prevSib; in MoveWindowInStack()
1693 pWin->prevSib->nextSib = pWin->nextSib; in MoveWindowInStack()
1694 pWin->nextSib = pNextSib; in MoveWindowInStack()
1697 pNextSib->prevSib->nextSib = pWin; in MoveWindowInStack()
1702 pFirstChange = pFirstChange->nextSib; in MoveWindowInStack()
1717 (*pWin->drawable.pScreen->RestackWindow) (pWin, pWin->nextSib); in MoveWindowInStack()
1864 for (pSib = pWin->firstChild; pSib; pSib = pSib->nextSib) { in ResizeChildrenWinSize()
1905 while (!pChild->nextSib && (pChild != pSib)) in ResizeChildrenWinSize()
1909 pChild = pChild->nextSib; in ResizeChildrenWinSize()
1953 pWin = pWin->nextSib; in IsSiblingAboveMe()
2027 for (pSib = pWin->nextSib; pSib; pSib = pSib->nextSib) { in IOverlapAnyWindow()
2078 pFirst = pHead ? pHead->nextSib : pWin->parent->firstChild; in WhereDoIGoInTheStack()
2088 return pWin->nextSib; in WhereDoIGoInTheStack()
2093 if (pSib->nextSib != pWin) in WhereDoIGoInTheStack()
2094 return pSib->nextSib; in WhereDoIGoInTheStack()
2096 return pWin->nextSib; in WhereDoIGoInTheStack()
2101 return pWin->nextSib; in WhereDoIGoInTheStack()
2107 return pWin->nextSib; in WhereDoIGoInTheStack()
2112 return pWin->nextSib; in WhereDoIGoInTheStack()
2115 return pWin->nextSib; in WhereDoIGoInTheStack()
2121 return pWin->nextSib; in WhereDoIGoInTheStack()
2126 return pWin->nextSib; in WhereDoIGoInTheStack()
2129 return pWin->nextSib; in WhereDoIGoInTheStack()
2138 return pWin->nextSib; in WhereDoIGoInTheStack()
2150 return pWin->nextSib; in WhereDoIGoInTheStack()
2154 return pWin->nextSib; in WhereDoIGoInTheStack()
2296 pSib = pWin->nextSib; in ConfigureWindow()
2364 if (pWin->nextSib != pSib) in ConfigureWindow()
2453 pFirst = pHead ? pHead->nextSib : pParent->firstChild; in CirculateWindow()
2468 pWin = pWin->nextSib); in CirculateWindow()
2552 pPrev->firstChild = pWin->nextSib; in ReparentWindow()
2556 if (pWin->nextSib) in ReparentWindow()
2557 pWin->nextSib->prevSib = pWin->prevSib; in ReparentWindow()
2559 pWin->prevSib->nextSib = pWin->nextSib; in ReparentWindow()
2565 pWin->nextSib = pPrev->nextSib; in ReparentWindow()
2566 if (pPrev->nextSib) in ReparentWindow()
2567 pPrev->nextSib->prevSib = pWin; in ReparentWindow()
2570 pPrev->nextSib = pWin; in ReparentWindow()
2574 pWin->nextSib = pParent->firstChild; in ReparentWindow()
2623 while (!pChild->nextSib && (pChild != pWin)) in RealizeTree()
2627 pChild = pChild->nextSib; in RealizeTree()
2750 for (pWin = pParent->firstChild; pWin; pWin = pWin->nextSib) { in MapSubwindows()
2828 while (!pChild->nextSib && (pChild != pWin)) in UnrealizeTree()
2832 pChild = pChild->nextSib; in UnrealizeTree()
2869 (*pScreen->MarkOverlappedWindows) (pWin, pWin->nextSib, &pLayerWin); in UnmapWindow()
3172 pWin->nextSib, VTMove); in dixSaveScreens()
3528 for (pChild = pWin->firstChild; pChild; pChild = pChild->nextSib) { in ChangeWindowDeviceCursor()
3664 for (pChild = pWin->firstChild; pChild; pChild = pChild->nextSib) { in SetRootClip()