Lines Matching full:newprof
340 jas_cmprof_t *newprof;
343 if (!(newprof = jas_cmprof_create()))
345 newprof->clrspc = prof->clrspc;
346 newprof->numchans = prof->numchans;
347 newprof->refclrspc = prof->refclrspc;
348 newprof->numrefchans = prof->numrefchans;
349 newprof->iccprof = jas_iccprof_copy(prof->iccprof);
352 if (!(newprof->pxformseqs[i] = jas_cmpxformseq_copy(prof->pxformseqs[i])))
356 return newprof;