Searched refs:tbox (Results 1 – 1 of 1) sorted by relevance
183 pixman_box32_t *box, tbox; in drm_plane_state_coords_for_view() local202 tbox = weston_transformed_rect(output->base.width, in drm_plane_state_coords_for_view()207 state->dest_x = tbox.x1; in drm_plane_state_coords_for_view()208 state->dest_y = tbox.y1; in drm_plane_state_coords_for_view()209 state->dest_w = tbox.x2 - tbox.x1; in drm_plane_state_coords_for_view()210 state->dest_h = tbox.y2 - tbox.y1; in drm_plane_state_coords_for_view()