Searched refs:matrix_set (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xinput/dist/src/
H A Dtransform.c36 static void matrix_set(Matrix *m, int row, int col, float val) function in typeref:typename:void
44 matrix_set(m, 0, 0, 1);
45 matrix_set(m, 1, 1, 1);
46 matrix_set(m, 2, 2, 1);
112 matrix_set(m, 0, 2, x02);
113 matrix_set(m, 1, 2, x12);
116 matrix_set(m, 0, 0, d1);
117 matrix_set(m, 1, 1, d2);
119 matrix_set(m, 0, 0, 0);
120 matrix_set(
[all...]

Completed in 2 milliseconds