Home
last modified time | relevance | path

Searched refs:read_a2b (Results 1 – 2 of 2) sorted by relevance

/external/skqp/third_party/skcms/
Dskcms.cc777 static bool read_a2b(const skcms_ICCTag* tag, skcms_A2B* a2b, bool pcs_is_xyz) { in read_a2b() function
967 if (!read_a2b(&a2b_tag, &profile->A2B, pcs_is_xyz)) { in skcms_Parse()
/external/skia/third_party/skcms/
Dskcms.cc1122 static bool read_a2b(const skcms_ICCTag* tag, skcms_A2B* a2b, bool pcs_is_xyz) { in read_a2b() function
1315 if (!read_a2b(&tag, &profile->A2B, pcs_is_xyz)) { in skcms_ParseWithA2BPriority()