Lines Matching full:damage
59 /* Next damage will restore the worker */ in compScreenUpdate()
99 cw->damage = 0; in compDestroyDamage()
176 cw->damage = DamageCreate(compReportDamage, in compRedirectWindow()
180 if (!cw->damage) { in compRedirectWindow()
207 DamageUnregister(cw->damage); in compRedirectWindow()
288 if (cw->damage) in compFreeClientWindow()
289 DamageDestroy(cw->damage); in compFreeClientWindow()
300 DamageRegister(&pWin->drawable, cw->damage); in compFreeClientWindow()
404 * tell damage extension that damage events for this client are in compRedirectSubwindows()
433 * tell damage extension that damage events for this client are in compFreeClientSubwindows()
619 DamageRegister(&pWin->drawable, cw->damage); in compAllocPixmap()
640 DamageUnregister(cw->damage); in compSetParentPixmap()
642 DamageEmpty(cw->damage); in compSetParentPixmap()