Home
last modified time | relevance | path

Searched refs:syf2 (Results 1 – 1 of 1) sorted by relevance

/third_party/weston/libweston/backend-drm/
Dstate-helpers.c184 float sxf1, syf1, sxf2, syf2; in drm_plane_state_coords_for_view() local
221 weston_view_from_global_float(ev, box->x2, box->y2, &sxf2, &syf2); in drm_plane_state_coords_for_view()
222 weston_surface_to_buffer_float(ev->surface, sxf2, syf2, &sxf2, &syf2); in drm_plane_state_coords_for_view()
232 if (syf2 < syf1) { in drm_plane_state_coords_for_view()
234 syf1 = syf2; in drm_plane_state_coords_for_view()
235 syf2 = tmp; in drm_plane_state_coords_for_view()
242 state->src_h = wl_fixed_from_double(syf2 - syf1) << 8; in drm_plane_state_coords_for_view()