Searched defs:white_point (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/qcms/src/
H A Diccread.c916 qcms_CIE_xyY white_point,
925 if (!set_rgb_colorants(profile, white_point, primaries)) {
945 qcms_CIE_xyY white_point,
954 if (!set_rgb_colorants(profile, white_point, primaries)) {
978 qcms_CIE_xyY white_point; local
1009 // Fill white_point struct
1010 white_point.x = x;
1011 white_point.y = y;
1012 white_point.Y = 1.0;
1014 return white_point;
915 qcms_profile_create_rgb_with_gamma( qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries, float gamma) argument
944 qcms_profile_create_rgb_with_table( qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries, uint16_t *table, int num_entries) argument
[all...]
H A Dtransform.c55 struct vector white_point; local
89 white_point.v[0] = xn/yn;
90 white_point.v[1] = 1.;
91 white_point.v[2] = (1.0-xn-yn)/yn;
95 coefs = matrix_eval(primaries_invert, white_point);
216 qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries) argument
219 colorants = build_RGB_to_XYZ_transfer_matrix(white_point, primaries);
220 colorants = adapt_matrix_to_D50(colorants, white_point);
/external/libpng/contrib/libtests/
H A Dpngvalid.c1768 white_point(PNG_CONST color_encoding *encoding) function
2832 CIE_color white = white_point(encoding);

Completed in 118 milliseconds