Searched refs:trcs (Results 1 – 1 of 1) sorted by relevance
1124 jas_iccattrval_t *trcs[3]; in triclr() local1135 trcs[i] = 0; in triclr()1140 if (!(trcs[0] = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_REDTRC)) || in triclr()1141 !(trcs[1] = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_GRNTRC)) || in triclr()1142 !(trcs[2] = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_BLUTRC)) || in triclr()1148 if (trcs[i]->type != JAS_ICC_TYPE_CURV || in triclr()1174 if (jas_cmshapmatlut_set(&shapmat->luts[i], &trcs[i]->data.curv)) in triclr()1190 if (jas_cmshapmatlut_set(&lut, &trcs[i]->data.curv)) in triclr()1198 jas_iccattrval_destroy(trcs[i]); in triclr()1208 if (trcs[i]) { in triclr()[all …]