Lines Matching defs:icc_size
276 size_t icc_size = 0;
280 icc_buffer = sanei_load_icc_profile(icc_profile, &icc_size);
298 if (icc_size > 0) /* if icc profile exists add memory for tag */
301 data_size += icc_size;
351 if (icc_size > 0) /* add ICC-profile TAG */
353 add_ifd_entry(ifd, 34675, 7, (int) icc_size, data_offset);
354 data_offset += icc_size;
379 if (icc_size > 0)
381 fwrite(icc_buffer, icc_size, 1, fptr);
399 size_t icc_size = 0;
403 icc_buffer = sanei_load_icc_profile(icc_profile, &icc_size);
423 if (icc_size > 0) /* if icc profile exists add memory for tag */
426 data_size += icc_size;
482 if (icc_size > 0) /* add ICC-profile TAG */
484 add_ifd_entry(ifd, 34675, 7, (int) icc_size, data_offset);
485 data_offset += icc_size;
527 if (icc_size > 0)
529 fwrite(icc_buffer, icc_size, 1, fptr);