Searched refs:bXYZ (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/skcms/ |
D | skcms.cc | 432 const skcms_ICCTag* bXYZ, skcms_Matrix3x3* toXYZ) { in read_to_XYZD50() argument 435 read_tag_xyz(bXYZ, &toXYZ->vals[0][2], &toXYZ->vals[1][2], &toXYZ->vals[2][2]); in read_to_XYZD50() 1319 skcms_ICCTag rXYZ, gXYZ, bXYZ; in skcms_ParseWithA2BPriority() local 1322 skcms_GetTagBySignature(profile, skcms_Signature_bXYZ, &bXYZ)) { in skcms_ParseWithA2BPriority() 1323 if (!read_to_XYZD50(&rXYZ, &gXYZ, &bXYZ, &profile->toXYZD50)) { in skcms_ParseWithA2BPriority()
|