Lines Matching refs:skcms_ICCProfile
184 static const tag_Layout* get_tag_table(const skcms_ICCProfile* profile) { in get_tag_table()
196 bool skcms_GetCHAD(const skcms_ICCProfile* profile, skcms_Matrix3x3* m) { in skcms_GetCHAD()
825 void skcms_GetTagByIndex(const skcms_ICCProfile* profile, uint32_t idx, skcms_ICCTag* tag) { in skcms_GetTagByIndex()
835 bool skcms_GetTagBySignature(const skcms_ICCProfile* profile, uint32_t sig, skcms_ICCTag* tag) { in skcms_GetTagBySignature()
850 static bool usable_as_src(const skcms_ICCProfile* profile) { in usable_as_src()
855 bool skcms_Parse(const void* buf, size_t len, skcms_ICCProfile* profile) { in skcms_Parse()
980 const skcms_ICCProfile* skcms_sRGB_profile() { in skcms_sRGB_profile()
981 static const skcms_ICCProfile sRGB_profile = { in skcms_sRGB_profile()
1041 const skcms_ICCProfile* skcms_XYZD50_profile() { in skcms_XYZD50_profile()
1043 static const skcms_ICCProfile XYZD50_profile = { in skcms_XYZD50_profile()
1136 bool skcms_ApproximatelyEqualProfiles(const skcms_ICCProfile* A, const skcms_ICCProfile* B) { in skcms_ApproximatelyEqualProfiles()
1138 if (A == B || 0 == memcmp(A,B, sizeof(skcms_ICCProfile))) { in skcms_ApproximatelyEqualProfiles()
1191 bool skcms_TRCs_AreApproximateInverse(const skcms_ICCProfile* profile, in skcms_TRCs_AreApproximateInverse()
2004 static bool prep_for_destination(const skcms_ICCProfile* profile, in prep_for_destination()
2025 const skcms_ICCProfile* srcProfile, in skcms_Transform()
2029 const skcms_ICCProfile* dstProfile, in skcms_Transform()
2039 const skcms_ICCProfile* srcProfile, in skcms_TransformWithPalette()
2043 const skcms_ICCProfile* dstProfile, in skcms_TransformWithPalette()
2106 skcms_ICCProfile gray_dst_profile; in skcms_TransformWithPalette()
2267 static void assert_usable_as_destination(const skcms_ICCProfile* profile) { in assert_usable_as_destination()
2277 bool skcms_MakeUsableAsDestination(skcms_ICCProfile* profile) { in skcms_MakeUsableAsDestination()
2309 bool skcms_MakeUsableAsDestinationWithSingleCurve(skcms_ICCProfile* profile) { in skcms_MakeUsableAsDestinationWithSingleCurve()
2311 skcms_ICCProfile result = *profile; in skcms_MakeUsableAsDestinationWithSingleCurve()