Searched defs:pcs_is_xyz (Results 1 – 2 of 2) sorted by relevance
/external/skia/third_party/skcms/ |
D | skcms.cc | 802 static bool read_tag_mab(const skcms_ICCTag* tag, skcms_A2B* a2b, bool pcs_is_xyz) { in read_tag_mab() 929 static bool read_tag_mba(const skcms_ICCTag* tag, skcms_B2A* b2a, bool pcs_is_xyz) { in read_tag_mba() 1122 static bool read_a2b(const skcms_ICCTag* tag, skcms_A2B* a2b, bool pcs_is_xyz) { in read_a2b() 1147 static bool read_b2a(const skcms_ICCTag* tag, skcms_B2A* b2a, bool pcs_is_xyz) { in read_b2a() 1261 bool pcs_is_xyz = profile->pcs == skcms_Signature_XYZ; in skcms_ParseWithA2BPriority() local
|
/external/skqp/third_party/skcms/ |
D | skcms.cc | 598 static bool read_tag_mab(const skcms_ICCTag* tag, skcms_A2B* a2b, bool pcs_is_xyz) { in read_tag_mab() 777 static bool read_a2b(const skcms_ICCTag* tag, skcms_A2B* a2b, bool pcs_is_xyz) { in read_a2b() 912 bool pcs_is_xyz = profile->pcs == skcms_Signature_XYZ; in skcms_Parse() local
|