Searched refs:damagedDescendants (Results 1 – 5 of 5) sorted by relevance
475 if (pWin->damagedDescendants || (cw && cw->damaged)) in compReparentWindow()740 if (!pWin->damagedDescendants) in compPaintChildrenToWindow()746 pWin->damagedDescendants = FALSE; in compPaintChildrenToWindow()
69 if (pWin->damagedDescendants) in compMarkAncestors()71 pWin->damagedDescendants = TRUE; in compMarkAncestors()
167 unsigned damagedDescendants:1; /* some descendants are damaged */ member
511 pWin->damagedDescendants = FALSE; in SetWindowToDefaults()
10647 composite: Propagate damagedDescendants when reparented10654 Fix this issue by propagating the damagedDescendants flag whenever a99764 WindowRec has a new member 'damagedDescendants' that is used to keep99766 'damagedDescendants' will be set for all the ancestors, and when a99771 window's 'damagedDescendants' provides the same information.