Searched refs:shapmat (Results 1 – 2 of 2) sorted by relevance
193 fwdshapmat = &fwdpxform->data.shapmat; in jas_cmprof_createsycc()214 revshapmat = &revpxform->data.shapmat; in jas_cmprof_createsycc()754 jas_cmshapmat_t *shapmat; in jas_cmpxform_createshapmat() local758 shapmat = &pxform->data.shapmat; in jas_cmpxform_createshapmat()759 shapmat->mono = 0; in jas_cmpxform_createshapmat()760 shapmat->order = 0; in jas_cmpxform_createshapmat()761 shapmat->useluts = 0; in jas_cmpxform_createshapmat()762 shapmat->usemat = 0; in jas_cmpxform_createshapmat()764 jas_cmshapmatlut_init(&shapmat->luts[i]); in jas_cmpxform_createshapmat()767 shapmat->mat[i][j] = 0.0; in jas_cmpxform_createshapmat()[all …]
192 jas_cmshapmat_t shapmat; member