Home
last modified time | relevance | path

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

/third_party/weston/include/libweston/
Dmatrix.h60 weston_matrix_rotate_xy(struct weston_matrix *matrix, float cos, float sin);
/third_party/weston/shared/
Dmatrix.c106 weston_matrix_rotate_xy(struct weston_matrix *matrix, float cos, float sin) in weston_matrix_rotate_xy() function
/third_party/weston/libweston/
Dcompositor.c3537 weston_matrix_rotate_xy(matrix, 0, -1); in weston_surface_build_buffer_matrix()
3543 weston_matrix_rotate_xy(matrix, -1, 0); in weston_surface_build_buffer_matrix()
3550 weston_matrix_rotate_xy(matrix, 0, 1); in weston_surface_build_buffer_matrix()
5990 weston_matrix_rotate_xy(&output->matrix, 0, -1); in weston_output_update_matrix()
5996 weston_matrix_rotate_xy(&output->matrix, -1, 0); in weston_output_update_matrix()
6001 weston_matrix_rotate_xy(&output->matrix, 0, 1); in weston_output_update_matrix()
/third_party/weston/desktop-shell/
Dshell.c3628 weston_matrix_rotate_xy(&rotate->rotation, dx / r, dy / r); in rotate_grab_motion()
3729 weston_matrix_rotate_xy(&inverse, dx / r, -dy / r); in surface_rotate()
3733 weston_matrix_rotate_xy(&rotate->rotation, dx / r, dy / r); in surface_rotate()