Lines Matching defs:matrix
375 struct matrix rel_matrix;
615 const float matrix[6])
619 evdev_device_calibrate(device, matrix);
626 float matrix[6])
630 matrix_to_farray6(&device->abs.usermatrix, matrix);
637 float matrix[6])
641 matrix_to_farray6(&device->abs.default_calibration, matrix);
2550 struct matrix scale,
2558 /* back up the user matrix so we can return it on request */
2569 /* The transformation matrix is in the form:
2575 * component. The translation component in the input matrix must be
2579 * We pre-calculate a single matrix to apply to event coordinates:
2583 * Calibration: user-supplied matrix
2606 /* store final matrix in device */