Searched refs:skcms_ApproximatelyEqualProfiles (Results 1 – 4 of 4) sorted by relevance
211 SKCMS_API bool skcms_ApproximatelyEqualProfiles(const skcms_ICCProfile* A,
210 if (skcms_ApproximatelyEqualProfiles(&profile, skcms_sRGB_profile())) { in Make()
728 if (!skcms_ApproximatelyEqualProfiles(srcProfile, &fDstProfile) ) { in initializeColorXform()
1597 bool skcms_ApproximatelyEqualProfiles(const skcms_ICCProfile* A, const skcms_ICCProfile* B) { in skcms_ApproximatelyEqualProfiles() function