Searched refs:source_white_pt (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/qcms/src/
H A Dtransform.c202 static struct matrix adapt_matrix_to_D50(struct matrix r, qcms_CIE_xyY source_white_pt) argument
207 if (source_white_pt.y == 0.0)
210 Dn = xyY2XYZ(source_white_pt);

Completed in 47 milliseconds