Searched refs:has_trc (Results 1 – 6 of 6) sorted by relevance
101 bool has_trc; member296 p->has_trc = true; in skcms_SetTransferFunction()
852 || (profile->has_trc && profile->has_toXYZD50); in usable_as_src()924 profile->has_trc = true; in skcms_Parse()943 profile->has_trc = true; in skcms_Parse()1193 if (!profile || !profile->has_trc) { in skcms_TRCs_AreApproximateInverse()2005 return profile->has_trc in prep_for_destination()2184 } else if (srcProfile->has_trc && srcProfile->has_toXYZD50) { in skcms_TransformWithPalette()2281 if (!profile->has_trc || !profile->has_toXYZD50 in skcms_MakeUsableAsDestination()
101 bool has_trc; member291 p->has_trc = true; in skcms_SetTransferFunction()
852 || (profile->has_trc && profile->has_toXYZD50); in usable_as_src()924 profile->has_trc = true; in skcms_Parse()943 profile->has_trc = true; in skcms_Parse()1193 if (!profile || !profile->has_trc) { in skcms_TRCs_AreApproximateInverse()2011 return profile->has_trc in prep_for_destination()2184 } else if (srcProfile->has_trc && srcProfile->has_toXYZD50) { in skcms_TransformWithPalette()2279 if (!profile->has_trc || !profile->has_toXYZD50 in skcms_MakeUsableAsDestination()
216 if (!profile.has_toXYZD50 || !profile.has_trc) { in Make()