Lines Matching full:damage
159 /* Hook damage to screen pixmap */ in xf86RotatePrepare()
176 DamagePtr damage = xf86_config->rotation_damage; in xf86RotateRedisplay() local
179 if (!damage || !pScreen->root) in xf86RotateRedisplay()
182 region = DamageRegion(damage); in xf86RotateRedisplay()
202 /* compute portion of damage that overlaps crtc */ in xf86RotateRedisplay()
214 DamageEmpty(damage); in xf86RotateRedisplay()
263 * Clean up damage structures when no crtcs are rotated in xf86RotateDestroy()
266 /* Free damage structure */ in xf86RotateDestroy()
309 /* Free damage structure */ in xf86RotateCloseScreen()
368 Bool damage = FALSE; in xf86CrtcRotate() local
428 damage = TRUE; in xf86CrtcRotate()
432 /* Create damage structure */ in xf86CrtcRotate()
498 if (damage) in xf86CrtcRotate()