Home
last modified time | relevance | path

Searched refs:num_matmat (Results 1 – 1 of 1) sorted by relevance

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dhyper.c177 int num_matmat; member
550 allocarray(hp->Tall, matrix, hp->num_matmat); in figure_points()
554 allocarray(hp->Tallleft, matrix, hp->num_matmat); in figure_points()
619 hp->num_matmat = hp->num_mat * hp->num_mat; in init_x_stuff()
960 Ttmp = (matrix *) malloc(hp->num_matmat * sizeof (matrix)); in calc_transformation()
961 Tpre = (matrix *) malloc(hp->num_matmat * sizeof (matrix)); in calc_transformation()
962 Tuser = (matrix *) malloc(hp->num_matmat * sizeof (matrix)); in calc_transformation()
964 Tscale = (matrix *) malloc(hp->num_matmat * sizeof (matrix)); in calc_transformation()
984 if ((Tuserleft = (matrix *) malloc(hp->num_matmat * in calc_transformation()
1026 MatIdent(&hp->Trotations[i * hp->num_matmat], hp->num_mat); in calc_transformation()
[all …]