Searched refs:damage_surface (Results 1 – 2 of 2) sorted by relevance
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()[all …]
1334 pixman_region32_t damage_surface; member