| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessValTree.c | 107 int RootlessMiValidateTree(WindowPtr pRoot, WindowPtr pChild, VTKind kind); 135 register WindowPtr pChild; local in function:RootlessComputeClips 214 pChild = pParent; 216 if (pChild->viewable) { 217 if (pChild->visibility != VisibilityFullyObscured) { 218 RegionTranslate(&pChild->borderClip, dx, dy); 219 RegionTranslate(&pChild->clipList, dx, dy); 220 pChild->drawable.serialNumber = NEXT_SERIAL_NUMBER; 222 (*pScreen->ClipNotify) (pChild, dx, dy); 225 if (pChild 406 register WindowPtr pChild; local in function:RootlessTreeObscured 468 RootlessMiValidateTree(WindowPtr pRoot,WindowPtr pChild,VTKind kind) argument [all...] |
| H A D | rootlessScreen.c | 54 extern int RootlessMiValidateTree(WindowPtr pRoot, WindowPtr pChild, 359 RootlessValidateTree(WindowPtr pParent, WindowPtr pChild, VTKind kind) argument 371 result = RootlessMiValidateTree(pParent, pChild, kind); 375 result = pScreen->ValidateTree(pParent, pChild, kind); 415 register WindowPtr pChild; local in function:RootlessMarkOverlappedWindows 429 pChild = pWin; 431 if (pChild->viewable) { 432 if (RegionBroken(&pChild->winSize)) 433 SetWinSize(pChild); 434 if (RegionBroken(&pChild 464 WindowPtr pChild; local in function:expose_1 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessValTree.c | 107 int RootlessMiValidateTree (WindowPtr pRoot, WindowPtr pChild, VTKind kind); 197 register WindowPtr pChild; local in function:RootlessComputeClips 278 pChild = pParent; 281 if (pChild->viewable) 283 if (pChild->visibility != VisibilityFullyObscured) 285 RegionTranslate(&pChild->borderClip, 287 RegionTranslate(&pChild->clipList, 289 pChild->drawable.serialNumber = NEXT_SERIAL_NUMBER; 291 (* pScreen->ClipNotify) (pChild, dx, dy); 294 if (pChild 496 register WindowPtr pChild; local in function:RootlessTreeObscured 560 RootlessMiValidateTree(WindowPtr pRoot,WindowPtr pChild,VTKind kind) argument [all...] |
| H A D | rootlessScreen.c | 60 extern int RootlessMiValidateTree(WindowPtr pRoot, WindowPtr pChild, 368 RootlessValidateTree(WindowPtr pParent, WindowPtr pChild, VTKind kind) argument 380 result = RootlessMiValidateTree(pParent, pChild, kind); 383 result = pScreen->ValidateTree(pParent, pChild, kind); 423 register WindowPtr pChild; local in function:RootlessMarkOverlappedWindows 436 pChild = pWin; 438 if (pChild->viewable) { 439 if (RegionBroken(&pChild->winSize)) 440 SetWinSize (pChild); 441 if (RegionBroken(&pChild 470 WindowPtr pChild; local in function:expose_1 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mivaltree.c | 220 WindowPtr pChild; local in function:miComputeClips 316 pChild = pParent; 319 if (pChild->viewable) 321 if (pChild->visibility != VisibilityFullyObscured) 323 RegionTranslate(&pChild->borderClip, 325 RegionTranslate(&pChild->clipList, 327 pChild->drawable.serialNumber = NEXT_SERIAL_NUMBER; 329 (* pScreen->ClipNotify) (pChild, dx, dy); 332 if (pChild->valdata) 334 RegionNull(&pChild 534 WindowPtr pChild; local in function:miTreeObscured 591 miValidateTree(WindowPtr pParent,WindowPtr pChild,VTKind kind) argument [all...] |
| H A D | miwindow.c | 141 WindowPtr pChild, pLast; local in function:miMarkOverlappedWindows 154 pChild = pWin; 157 if (pChild->viewable) 159 if (RegionBroken(&pChild->winSize)) 160 SetWinSize (pChild); 161 if (RegionBroken(&pChild->borderSize)) 162 SetBorderSize (pChild); 163 (* MarkWindow)(pChild); 164 if (pChild->firstChild) 166 pChild 223 WindowPtr pChild; local in function:miHandleValidateExposures 380 WindowPtr pChild; local in function:miSlideAndSizeWindow 800 miMarkUnrealizedWindow(WindowPtr pChild,WindowPtr pWin,Bool fromConfigure) argument 814 WindowPtr pChild; local in function:miSegregateChildren [all...] |
| H A D | mioverlay.c | 332 WindowPtr pChild, pLast; local in function:miOverlayMarkOverlappedWindows 345 if((pChild = pFirst)) { 346 pLast = pChild->parent->lastChild; 348 if (pChild == pWin) markAll = TRUE; 350 if(doUnderlay && IN_UNDERLAY(pChild)) 351 pTree = MIOVERLAY_GET_WINDOW_TREE(pChild); 353 if(pChild->viewable) { 354 if (RegionBroken(&pChild->winSize)) 355 SetWinSize (pChild); 356 if (RegionBroken(&pChild 659 WindowPtr pChild, pGrandChild; local in function:miOverlayMarkWindow 705 miOverlayMarkUnrealizedWindow(WindowPtr pChild,WindowPtr pWin,Bool fromConfigure) argument 728 miOverlayValidateTree(WindowPtr pParent,WindowPtr pChild,VTKind kind) argument 840 WindowPtr pChild; local in function:miOverlayHandleExposures 1127 WindowPtr pChild; local in function:miOverlayResizeWindow 1827 WindowPtr pChild; local in function:RebuildTree 1871 WindowPtr pChild; local in function:HasUnderlayChildren 1900 WindowPtr pChild; local in function:CollectUnderlayChildrenRegions [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mivaltree.c | 203 WindowPtr pChild; local in function:miComputeClips 294 pChild = pParent; 296 if (pChild->viewable) { 297 if (pChild->visibility != VisibilityFullyObscured) { 298 RegionTranslate(&pChild->borderClip, dx, dy); 299 RegionTranslate(&pChild->clipList, dx, dy); 300 pChild->drawable.serialNumber = NEXT_SERIAL_NUMBER; 302 (*pScreen->ClipNotify) (pChild, dx, dy); 305 if (pChild->valdata) { 306 RegionNull(&pChild 484 WindowPtr pChild; local in function:miTreeObscured 549 miValidateTree(WindowPtr pParent,WindowPtr pChild,VTKind kind) argument [all...] |
| H A D | miwindow.c | 139 WindowPtr pChild, pLast; local in function:miMarkOverlappedWindows 152 pChild = pWin; 154 if (pChild->viewable) { 155 if (RegionBroken(&pChild->winSize)) 156 SetWinSize(pChild); 157 if (RegionBroken(&pChild->borderSize)) 158 SetBorderSize(pChild); 159 (*MarkWindow) (pChild); 160 if (pChild->firstChild) { 161 pChild 213 WindowPtr pChild; local in function:miHandleValidateExposures 356 WindowPtr pChild; local in function:miResizeWindow 738 miMarkUnrealizedWindow(WindowPtr pChild,WindowPtr pWin,Bool fromConfigure) argument [all...] |
| H A D | mioverlay.c | 330 WindowPtr pChild, pLast; local in function:miOverlayMarkOverlappedWindows 344 if ((pChild = pFirst)) { 345 pLast = pChild->parent->lastChild; 347 if (pChild == pWin) 350 if (doUnderlay && IN_UNDERLAY(pChild)) 351 pTree = MIOVERLAY_GET_WINDOW_TREE(pChild); 353 if (pChild->viewable) { 354 if (RegionBroken(&pChild->winSize)) 355 SetWinSize(pChild); 356 if (RegionBroken(&pChild 651 WindowPtr pChild, pGrandChild; local in function:miOverlayMarkWindow 701 miOverlayMarkUnrealizedWindow(WindowPtr pChild,WindowPtr pWin,Bool fromConfigure) argument 721 miOverlayValidateTree(WindowPtr pParent,WindowPtr pChild,VTKind kind) argument 828 WindowPtr pChild; local in function:miOverlayHandleExposures 1079 WindowPtr pChild; local in function:miOverlayResizeWindow 1745 WindowPtr pChild; local in function:RebuildTree 1789 WindowPtr pChild; local in function:HasUnderlayChildren 1818 WindowPtr pChild; local in function:CollectUnderlayChildrenRegions [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 436 WindowPtr pChild; local in function:TraverseTree 438 if (!(pChild = pWin)) 441 result = (*func) (pChild, data); 444 if ((result == WT_WALKCHILDREN) && pChild->firstChild) { 445 pChild = pChild->firstChild; 448 while (!pChild->nextSib && (pChild != pWin)) 449 pChild = pChild 1025 WindowPtr pChild, pSib, pParent; local in function:CrushTree 1164 WindowPtr pChild; local in function:ChangeWindowAttributes 1848 WindowPtr pSib, pChild; local in function:ResizeChildrenWinSize 2597 WindowPtr pChild; local in function:RealizeTree 2782 WindowPtr pChild; local in function:UnrealizeTree 2886 WindowPtr pChild, pHead; local in function:UnmapSubwindows 3447 WindowPtr pChild; local in function:ChangeWindowDeviceCursor 3635 WindowPtr pChild; local in function:SetRootClip [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 223 WindowPtr pChild; local in function:TraverseTree 225 if (!(pChild = pWin)) 229 result = (* func)(pChild, data); 232 if ((result == WT_WALKCHILDREN) && pChild->firstChild) 234 pChild = pChild->firstChild; 237 while (!pChild->nextSib && (pChild != pWin)) 238 pChild = pChild 852 WindowPtr pChild, pSib, pParent; local in function:CrushTree 1001 WindowPtr pChild; local in function:ChangeWindowAttributes 1731 WindowPtr pSib, pChild; local in function:ResizeChildrenWinSize 2554 WindowPtr pChild; local in function:RealizeTree 2786 WindowPtr pChild; local in function:UnrealizeTree 2892 WindowPtr pChild, pHead; local in function:UnmapSubwindows 3495 WindowPtr pChild; local in function:ChangeWindowDeviceCursor [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxextension.c | 301 WindowPtr pChild; local in function:dmxUpdateScreenResources 337 for (pChild = pRoot->firstChild; pChild; pChild = pChild->nextSib) 338 anyMarked |= pScreen->MarkOverlappedWindows(pChild, pChild, 441 WindowPtr pChild; local in function:dmxSetRootWindowOrigin 462 pChild = pRoot->firstChild; 463 while (pChild) { 637 WindowPtr pChild = pScreen->root->firstChild; local in function:dmxConfigureDesktop 988 WindowPtr pChild; local in function:dmxForceExposures 1518 WindowPtr pChild = pWin; local in function:dmxBEDestroyWindowTree [all...] |
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compalloc.c | 321 WindowPtr pChild; local in function:compRedirectSubwindows 358 for (pChild = pWin->lastChild; pChild; pChild = pChild->prevSib) 360 int ret = compRedirectWindow (pClient, pChild, update); 363 for (pChild = pChild->nextSib; pChild; pChild 402 WindowPtr pChild; local in function:compFreeClientSubwindows [all...] |
| H A D | compwindow.c | 748 WindowPtr pChild; local in function:compPaintChildrenToWindow 753 for (pChild = pWin->lastChild; pChild; pChild = pChild->prevSib) 754 compPaintWindowToParent (pChild); 762 WindowPtr pChild, pChildBefore; local in function:CompositeRealChildHead 771 pChild = pChildBefore->nextSib; 775 pChild = pWin->firstChild; 778 if (!pChild) { [all...] |
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compalloc.c | 348 WindowPtr pChild; local in function:compRedirectSubwindows 383 for (pChild = pWin->lastChild; pChild; pChild = pChild->prevSib) { 384 int ret = compRedirectWindow(pClient, pChild, update); 387 for (pChild = pChild->nextSib; pChild; pChild 425 WindowPtr pChild; local in function:compFreeClientSubwindows [all...] |
| H A D | compwindow.c | 750 WindowPtr pChild; local in function:compPaintChildrenToWindow 755 for (pChild = pWin->lastChild; pChild; pChild = pChild->prevSib) 756 compPaintWindowToParent(pChild); 764 WindowPtr pChild, pChildBefore; local in function:CompositeRealChildHead 773 pChild = pChildBefore->nextSib; 778 pChild = pWin->firstChild; 781 if (!pChild) { [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winrandr.c | 77 WindowPtr pChild; local in function:xf86SetRootClip 85 for (pChild = pWin->firstChild; pChild; pChild = pChild->nextSib) 87 (void) (*pScreen->MarkOverlappedWindows)(pChild, 88 pChild,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | dri.h | 107 WindowPtr pChild, 111 WindowPtr pChild,
|
| H A D | dri.c | 618 DRIValidateTree(WindowPtr pParent, WindowPtr pChild, VTKind kind) argument 628 returnValue = (*pScreen->ValidateTree)(pParent, pChild, kind); 638 DRIPostValidateTree(WindowPtr pParent, WindowPtr pChild, VTKind kind) argument 646 pScreen = pChild->drawable.pScreen; 655 (*pScreen->PostValidateTree)(pParent, pChild, kind);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxconsole.c | 209 WindowPtr pChild; local in function:dmxConsoleDrawWindows 217 for (pChild = pRoot->firstChild; pChild; pChild = pChild->nextSib) { 218 if (pChild->mapped 219 && pChild->realized) { 222 pChild, 223 pChild->drawable.x, 224 pChild [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | darwin.c | 792 WindowPtr pChild; local in function:xf86SetRootClip 801 for (pChild = pWin->firstChild; pChild; pChild = pChild->nextSib) 803 (void) (*pScreen->MarkOverlappedWindows)(pChild, 804 pChild,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kdrive.c | 98 WindowPtr pChild; local in function:KdSetRootClip 109 for (pChild = pWin->firstChild; pChild; pChild = pChild->nextSib) 111 (void) (*pScreen->MarkOverlappedWindows)(pChild, 112 pChild,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| H A D | dri.h | 317 WindowPtr pChild, 321 WindowPtr pChild,
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | exevents.c | 1664 WindowPtr pChild, tmp; local in function:RecalculateDeviceDeliverableEvents 1667 pChild = pWin; 1669 if ((inputMasks = wOtherInputMasks(pChild)) != 0) { 1682 for (tmp = pChild->parent; tmp; tmp = tmp->parent) 1690 if (pChild->firstChild) { 1691 pChild = pChild->firstChild; 1694 while (!pChild->nextSib && (pChild != pWin)) 1695 pChild [all...] |