HomeSort by relevance Sort by last modified time
    Searched defs:sk_matrix_t (Results 1 - 2 of 2) sorted by null

  /external/skia/include/c/
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:__anon33894
    [all...]
  /external/skqp/include/c/
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:__anon34564
    [all...]

Completed in 185 milliseconds