Searched defs:pcs_is_xyz (Results 1 – 1 of 1) sorted by relevance
881 static bool read_tag_mab(const skcms_ICCTag* tag, skcms_A2B* a2b, bool pcs_is_xyz) { in read_tag_mab()1008 static bool read_tag_mba(const skcms_ICCTag* tag, skcms_B2A* b2a, bool pcs_is_xyz) { in read_tag_mba()1201 static bool read_a2b(const skcms_ICCTag* tag, skcms_A2B* a2b, bool pcs_is_xyz) { in read_a2b()1226 static bool read_b2a(const skcms_ICCTag* tag, skcms_B2A* b2a, bool pcs_is_xyz) { in read_b2a()1363 bool pcs_is_xyz = profile->pcs == skcms_Signature_XYZ; in skcms_ParseWithA2BPriority() local