Home
last modified time | relevance | path

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

/third_party/weston/include/libweston/
Dmatrix.h65 weston_matrix_invert(struct weston_matrix *inverse,
/third_party/weston/shared/
Dmatrix.c260 weston_matrix_invert(struct weston_matrix *inverse, in weston_matrix_invert() function
/third_party/weston/clients/
Dcalibrator.c126 weston_matrix_invert(&inverse, &m); in finish_calibration()
Dtouch-calibrator.c339 if (weston_matrix_invert(&inverse, &m) < 0) { in compute_calibration()
/third_party/weston/tests/
Dmatrix-test.c365 weston_matrix_invert(&m, &m); in test_loop_speed_invert_explicit()
/third_party/weston/libweston/
Dcompositor.c1495 if (weston_matrix_invert(inverse, matrix) < 0) { in weston_view_update_transform_enable()
3735 weston_matrix_invert(&surface->buffer_to_surface_matrix, in weston_surface_commit_state()
6012 weston_matrix_invert(&output->inverse_matrix, &output->matrix); in weston_output_update_matrix()
/third_party/weston/ivi-shell/
Divi-layout.c432 if (weston_matrix_invert(&m, matrix) < 0) { in calc_inverse_matrix_transform()