Searched refs:matrix_s4 (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | transform.c | 110 matrix_s4(Matrix *m, float x02, float x12, float d1, float d2, int main_diag) function in typeref:typename:void 159 matrix_s4(m, x, y, w, h, 1); 163 matrix_s4(m, x + w, y, -w, h, 1); 167 matrix_s4(m, x, y + h, w, -h, 1); 171 matrix_s4(m, x + w, y, -w, h, 0); 175 matrix_s4(m, x, y + h, w, -h, 0); 179 matrix_s4(m, x, y, w, h, 0); 183 matrix_s4(m, x + w, y + h, -w, -h, 0); 187 matrix_s4(m, x + w, y + h, -w, -h, 1);
|
Completed in 2 milliseconds