Searched refs:tChild (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmioverlay.c334 miOverlayTreePtr pTree = NULL, tLast, tChild; local in function:miOverlayMarkOverlappedWindows
410 tChild = pTree->parent->lastChild;
414 if(tChild->pWin->viewable) {
415 if (RegionBroken(&tChild->pWin->winSize))
416 SetWinSize (tChild->pWin);
417 if (RegionBroken(&tChild->pWin->borderSize))
418 SetBorderSize (tChild->pWin);
420 if(RegionContainsRect(&(tChild->pWin->borderSize), box))
422 MARK_UNDERLAY(tChild->pWin);
427 if(tChild
464 miOverlayTreePtr tChild; local in function:miOverlayComputeClips
736 miOverlayTreePtr tParent, tChild, tWin; local in function:miOverlayValidateTree
1116 miOverlayTreePtr tChild, pTree; local in function:miOverlayResizeWindow
1826 miOverlayTreePtr parent, prevSib, tChild; local in function:RebuildTree
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmioverlay.c332 miOverlayTreePtr pTree = NULL, tLast, tChild; local in function:miOverlayMarkOverlappedWindows
411 tChild = pTree->parent->lastChild;
415 if (tChild->pWin->viewable) {
416 if (RegionBroken(&tChild->pWin->winSize))
417 SetWinSize(tChild->pWin);
418 if (RegionBroken(&tChild->pWin->borderSize))
419 SetBorderSize(tChild->pWin);
421 if (RegionContainsRect(&(tChild->pWin->borderSize), box)) {
422 MARK_UNDERLAY(tChild->pWin);
427 if (tChild
462 miOverlayTreePtr tChild; local in function:miOverlayComputeClips
727 miOverlayTreePtr tParent, tChild, tWin; local in function:miOverlayValidateTree
1068 miOverlayTreePtr tChild, pTree; local in function:miOverlayResizeWindow
1744 miOverlayTreePtr parent, prevSib, tChild; local in function:RebuildTree
[all...]

Completed in 119 milliseconds