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

  /external/skia/src/c/
sk_effects.cpp 11 static void from_c_matrix(const sk_matrix_t* cmatrix, SkMatrix* matrix) { function
61 from_c_matrix(cmatrix, &matrix);
88 from_c_matrix(cmatrix, &matrix);
106 from_c_matrix(cmatrix, &matrix);
132 from_c_matrix(cmatrix, &matrix);
sk_surface.cpp 123 static void from_c_matrix(const sk_matrix_t* cmatrix, SkMatrix* matrix) { function
358 from_c_matrix(cmatrix, &matrix);
416 from_c_matrix(cmatrix, &matrix);

Completed in 55 milliseconds