Searched refs:pFirstChange (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miwindow.c | 379 WindowPtr pFirstChange; local in function:miSlideAndSizeWindow 484 pFirstChange = MoveWindowInStack(pWin, pSib); 491 anyMarked |= (*pScreen->MarkOverlappedWindows)(pWin, pFirstChange, 505 (*pScreen->ValidateTree)(pLayerWin->parent, pFirstChange, VTOther); 666 (*pScreen->PostValidateTree)(pLayerWin->parent, pFirstChange,
|
| H A D | mioverlay.c | 1126 WindowPtr pFirstChange; local in function:miOverlayResizeWindow 1257 pFirstChange = MoveWindowInStack(pWin, pSib); 1262 (*pScreen->MarkOverlappedWindows)(pWin, pFirstChange, NULL); 1270 (*pScreen->ValidateTree)(pWin->parent, pFirstChange, VTOther); 1489 (*pScreen->PostValidateTree)(pWin->parent, pFirstChange, VTOther);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miwindow.c | 355 WindowPtr pFirstChange; local in function:miResizeWindow 449 pFirstChange = MoveWindowInStack(pWin, pSib); 455 anyMarked |= (*pScreen->MarkOverlappedWindows) (pWin, pFirstChange, 467 (*pScreen->ValidateTree) (pLayerWin->parent, pFirstChange, VTOther); 615 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstChange,
|
| H A D | mioverlay.c | 1078 WindowPtr pFirstChange; local in function:miOverlayResizeWindow 1202 pFirstChange = MoveWindowInStack(pWin, pSib); 1207 (*pScreen->MarkOverlappedWindows) (pWin, pFirstChange, NULL); 1214 (*pScreen->ValidateTree) (pWin->parent, pFirstChange, VTOther); 1425 (*pScreen->PostValidateTree) (pWin->parent, pFirstChange, VTOther);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 1509 WindowPtr pFirstChange = pWin; /* highest window where list changes */ local in function:MoveWindowInStack 1522 pFirstChange = pWin->nextSib; 1533 pFirstChange = pWin; 1549 pFirstChange = NullWindow; 1551 pFirstChange = pParent->firstChild = pWin->nextSib; 1553 pFirstChange = pWin; 1565 if (!pFirstChange) { /* do we know it yet? */ 1566 pFirstChange = pParent->firstChild; /* no, search from top */ 1567 while ((pFirstChange != pWin) && (pFirstChange ! 2080 WindowPtr pFirstChange; local in function:ReflectStackChange [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 1635 WindowPtr pFirstChange = pWin; /* highest window where list changes */ local in function:MoveWindowInStack 1646 pFirstChange = pWin->nextSib; 1656 pFirstChange = pWin; 1672 pFirstChange = NullWindow; 1674 pFirstChange = pParent->firstChild = pWin->nextSib; 1676 pFirstChange = pWin; 1688 if (!pFirstChange) { /* do we know it yet? */ 1689 pFirstChange = pParent->firstChild; /* no, search from top */ 1690 while ((pFirstChange != pWin) && (pFirstChange ! 2155 WindowPtr pFirstChange; local in function:ReflectStackChange [all...] |
Completed in 17 milliseconds