Home
last modified time | relevance | path

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

/third_party/skia/third_party/skcms/
Dskcms.cc431 static bool read_to_XYZD50(const skcms_ICCTag* rXYZ, const skcms_ICCTag* gXYZ, in read_to_XYZD50() argument
434 read_tag_xyz(gXYZ, &toXYZ->vals[0][1], &toXYZ->vals[1][1], &toXYZ->vals[2][1]) && in read_to_XYZD50()
1319 skcms_ICCTag rXYZ, gXYZ, bXYZ; in skcms_ParseWithA2BPriority() local
1321 skcms_GetTagBySignature(profile, skcms_Signature_gXYZ, &gXYZ) && in skcms_ParseWithA2BPriority()
1323 if (!read_to_XYZD50(&rXYZ, &gXYZ, &bXYZ, &profile->toXYZD50)) { in skcms_ParseWithA2BPriority()