sk_types.h | 117 The sk_matrix_t struct holds a 3x3 perspective matrix for 126 sk_matrix_t identity = {{1, 0, 0, 132 sk_matrix_t scale = {{sx, 0, 0, 138 sk_matrix_t translate = {{1, 0, tx, 144 sk_matrix_t rotate = {{cos(A), -sin(A), 0, 150 void concat_matrices(sk_matrix_t* dst, 151 const sk_matrix_t* matrixU, 152 const sk_matrix_t* matrixV) { 155 sk_matrix_t result = {{ 171 } sk_matrix_t; typedef in typeref:struct:__anon29454 [all...] |