Searched refs:bandmat (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/live_effects/ |
H A D | spiro.cpp | 73 } bandmat; typedef in namespace:Spiro 557 bandec11(bandmat *m, int *perm, int n) 605 banbks11(const bandmat *m, const int *perm, double *v, int n) 659 add_mat_line(bandmat *m, double *v, 680 spiro_iter(spiro_seg *s, bandmat *m, int *perm, double *v, const int n) 770 memcpy(m + nmat, m, sizeof(bandmat) * nmat); 771 memcpy(m + 2 * nmat, m, sizeof(bandmat) * nmat); 829 bandmat *m = (bandmat *)malloc(sizeof(bandmat) * n_allo [all...] |
Completed in 16 milliseconds