Home
last modified time | relevance | path

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

/third_party/weston/shared/
Dmatrix.c64 weston_matrix_multiply(struct weston_matrix *m, const struct weston_matrix *n) in weston_matrix_multiply() function
91 weston_matrix_multiply(matrix, &translate); in weston_matrix_translate()
102 weston_matrix_multiply(matrix, &scale); in weston_matrix_scale()
113 weston_matrix_multiply(matrix, &translate); in weston_matrix_rotate_xy()
/third_party/weston/include/libweston/
Dmatrix.h53 weston_matrix_multiply(struct weston_matrix *m, const struct weston_matrix *n);
/third_party/weston/libweston/
Dtde-render-part.cpp286 weston_matrix_multiply(&matrix, &ev->transform.inverse); in tde_repaint_region()
293 weston_matrix_multiply(&matrix, &ev->surface->surface_to_buffer_matrix); in tde_repaint_region()
Dpixman-renderer.c151 weston_matrix_multiply(&matrix, &ev->transform.inverse); in pixman_renderer_compute_transform()
157 weston_matrix_multiply(&matrix, &ev->surface->surface_to_buffer_matrix); in pixman_renderer_compute_transform()
Dcompositor.c1490 weston_matrix_multiply(matrix, &tform->matrix); in weston_view_update_transform_enable()
1493 weston_matrix_multiply(matrix, &parent->transform.matrix); in weston_view_update_transform_enable()
/third_party/weston/libweston/backend-hdi/
Dhdi_renderer.cpp421 weston_matrix_multiply(&matrix, &view->transform.inverse); in hdi_renderer_repaint_output_calc_region()
428 weston_matrix_multiply(&matrix, &view->surface->buffer_to_surface_matrix); in hdi_renderer_repaint_output_calc_region()
/third_party/weston/desktop-shell/
Dshell.c3632 weston_matrix_multiply(matrix, &shsurf->rotation.rotation); in rotate_grab_motion()
3633 weston_matrix_multiply(matrix, &rotate->rotation); in rotate_grab_motion()
3677 weston_matrix_multiply(&shsurf->rotation.rotation, in rotate_grab_button()
3730 weston_matrix_multiply(&shsurf->rotation.rotation, &inverse); in surface_rotate()