Home
last modified time | relevance | path

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

/third_party/weston/include/libweston/
Dmatrix.h62 weston_matrix_transform(struct weston_matrix *matrix, struct weston_vector *v);
/third_party/weston/clients/
Dcalibrator.c137 weston_matrix_transform(&inverse, &x_calib); in finish_calibration()
138 weston_matrix_transform(&inverse, &y_calib); in finish_calibration()
Dtouch-calibrator.c352 weston_matrix_transform(&inverse, &x_calib); in compute_calibration()
353 weston_matrix_transform(&inverse, &y_calib); in compute_calibration()
/third_party/weston/shared/
Dmatrix.c118 weston_matrix_transform(struct weston_matrix *matrix, struct weston_vector *v) in weston_matrix_transform() function
/third_party/weston/tests/
Dmatrix-test.c289 weston_matrix_transform(&m, &v); in test_loop_speed_matrixvector()
/third_party/weston/libweston/
Dtouch-calibration.c332 weston_matrix_transform(&output->matrix, &p); in touch_calibrator_convert()
Dcompositor.c599 weston_matrix_transform(&view->transform.matrix, &v); in weston_view_to_global_float()
756 weston_matrix_transform(matrix, &vec1); in weston_matrix_transform_region()
763 weston_matrix_transform(matrix, &vec2); in weston_matrix_transform_region()
1640 weston_matrix_transform(&view->transform.inverse, &v); in weston_view_from_global_float()
6162 weston_matrix_transform(&output->inverse_matrix, &p); in weston_output_transform_coordinate()
/third_party/weston/ivi-shell/
Divi-layout.c452 weston_matrix_transform(&m, &top_left); in calc_inverse_matrix_transform()
453 weston_matrix_transform(&m, &bottom_right); in calc_inverse_matrix_transform()