Searched defs:sk_matrix_t (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/c/
H A Dsk_types.h117 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:__anon20562
[all...]
/external/skqp/include/c/
H A Dsk_types.h117 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:__anon21232
[all...]

Completed in 716 milliseconds