HomeSort by: relevance | last modified time | path
    Searched defs:matrix_s4 (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/xinput/dist/src/
transform.c 110 matrix_s4(Matrix *m, float x02, float x12, float d1, float d2, int main_diag) function
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 5 milliseconds