Lines Matching refs:damage_surface
477 pixman_region32_init(&state->damage_surface); in weston_surface_state_init()
510 pixman_region32_fini(&state->damage_surface); in weston_surface_state_fini()
3350 pixman_region32_union_rect(&surface->pending.damage_surface, in surface_damage()
3351 &surface->pending.damage_surface, in surface_damage()
3759 &state->damage_surface); in weston_surface_commit_state()
3765 pixman_region32_clear(&state->damage_surface); in weston_surface_commit_state()
4096 pixman_region32_translate(&sub->cached.damage_surface, in weston_subsurface_commit_to_cache()
4098 pixman_region32_union(&sub->cached.damage_surface, in weston_subsurface_commit_to_cache()
4099 &sub->cached.damage_surface, in weston_subsurface_commit_to_cache()
4100 &surface->pending.damage_surface); in weston_subsurface_commit_to_cache()
4101 pixman_region32_clear(&surface->pending.damage_surface); in weston_subsurface_commit_to_cache()
4125 apply_damage_buffer(&sub->cached.damage_surface, surface, &surface->pending); in weston_subsurface_commit_to_cache()