Home
last modified time | relevance | path

Searched refs:damagedDescendants (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompwindow.c475 if (pWin->damagedDescendants || (cw && cw->damaged)) in compReparentWindow()
740 if (!pWin->damagedDescendants) in compPaintChildrenToWindow()
746 pWin->damagedDescendants = FALSE; in compPaintChildrenToWindow()
H A Dcompalloc.c69 if (pWin->damagedDescendants) in compMarkAncestors()
71 pWin->damagedDescendants = TRUE; in compMarkAncestors()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h167 unsigned damagedDescendants:1; /* some descendants are damaged */ member
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c511 pWin->damagedDescendants = FALSE; in SetWindowToDefaults()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog10647 composite: Propagate damagedDescendants when reparented
10654 Fix this issue by propagating the damagedDescendants flag whenever a
99764 WindowRec has a new member 'damagedDescendants' that is used to keep
99766 'damagedDescendants' will be set for all the ancestors, and when a
99771 window's 'damagedDescendants' provides the same information.