Searched refs:weston_matrix_multiply (Results 1 – 7 of 7) sorted by relevance
/third_party/weston/shared/ |
D | matrix.c | 64 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/ |
D | matrix.h | 53 weston_matrix_multiply(struct weston_matrix *m, const struct weston_matrix *n);
|
/third_party/weston/libweston/ |
D | tde-render-part.cpp | 286 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()
|
D | pixman-renderer.c | 151 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()
|
D | compositor.c | 1490 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/ |
D | hdi_renderer.cpp | 421 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/ |
D | shell.c | 3632 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()
|