Home | History | Annotate | Download | only in dist

Lines Matching refs:ctm

2277     double ctm[9];
2282 &ctm[0],&ctm[1],&ctm[2],
2283 &ctm[3],&ctm[4],&ctm[5],
2284 &ctm[6],&ctm[7],&ctm[8]) != 9)
2294 tmp = fabs (ctm[i]) * (1ULL << 32);
2295 if (ctm[i] < 0.0)
2556 else if (strcmp (atom_name, "CTM") == 0 && value_format == 32 &&
3456 if (strcmp (atom_name, "CTM") == 0 && type == XA_INTEGER && actual_format == 32)