Lines Matching refs:temp_profile
398 cmm_dev_profile_t temp_profile; in capture_spot_equivalent_cmyk_colors() local
415 temp_profile.usefastcolor = false; /* This avoids a few headaches */ in capture_spot_equivalent_cmyk_colors()
416 temp_profile.supports_devn = false; in capture_spot_equivalent_cmyk_colors()
417 temp_profile.device_profile[0] = curr_output_profile; in capture_spot_equivalent_cmyk_colors()
418 temp_profile.device_profile[1] = NULL; in capture_spot_equivalent_cmyk_colors()
419 temp_profile.device_profile[2] = NULL; in capture_spot_equivalent_cmyk_colors()
420 temp_profile.device_profile[2] = NULL; in capture_spot_equivalent_cmyk_colors()
421 temp_profile.link_profile = NULL; in capture_spot_equivalent_cmyk_colors()
422 temp_profile.proof_profile = NULL; in capture_spot_equivalent_cmyk_colors()
423 temp_profile.oi_profile = NULL; in capture_spot_equivalent_cmyk_colors()
424 temp_device.icc_struct = &temp_profile; in capture_spot_equivalent_cmyk_colors()