Lines Matching refs:jas_cmprof_t
79 static jas_cmprof_t *jas_cmprof_create(void);
138 static jas_cmprof_t *jas_cmprof_createsycc(void);
144 jas_cmprof_t *jas_cmprof_createfromclrspc(int clrspc) in jas_cmprof_createfromclrspc()
147 jas_cmprof_t *prof; in jas_cmprof_createfromclrspc()
174 static jas_cmprof_t *jas_cmprof_createsycc() in jas_cmprof_createsycc()
176 jas_cmprof_t *prof; in jas_cmprof_createsycc()
243 jas_cmprof_t *jas_cmprof_createfromiccprof(jas_iccprof_t *iccprof) in jas_cmprof_createfromiccprof()
245 jas_cmprof_t *prof; in jas_cmprof_createfromiccprof()
311 static jas_cmprof_t *jas_cmprof_create() in jas_cmprof_create()
314 jas_cmprof_t *prof; in jas_cmprof_create()
315 if (!(prof = jas_malloc(sizeof(jas_cmprof_t)))) in jas_cmprof_create()
317 memset(prof, 0, sizeof(jas_cmprof_t)); in jas_cmprof_create()
324 void jas_cmprof_destroy(jas_cmprof_t *prof) in jas_cmprof_destroy()
338 jas_cmprof_t *jas_cmprof_copy(jas_cmprof_t *prof) in jas_cmprof_copy()
340 jas_cmprof_t *newprof; in jas_cmprof_copy()
365 jas_cmxform_t *jas_cmxform_create(jas_cmprof_t *inprof, jas_cmprof_t *outprof, in jas_cmxform_create()
366 jas_cmprof_t *prfprof, int op, int intent, int optimize) in jas_cmxform_create()
1277 jas_iccprof_t *jas_iccprof_createfromcmprof(jas_cmprof_t *prof) in jas_iccprof_createfromcmprof()