HomeSort by relevance Sort by last modified time
    Searched refs:white_point (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/qcms/src/
qcms.h 133 qcms_CIE_xyY white_point,
iccread.c 916 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;
    [all...]
transform.c 55 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)
219 colorants = build_RGB_to_XYZ_transfer_matrix(white_point, primaries);
220 colorants = adapt_matrix_to_D50(colorants, white_point);
    [all...]
qcmsint.h 284 qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries);
  /external/libpng/contrib/libtests/
pngvalid.c 1768 white_point(PNG_CONST color_encoding *encoding) function
    [all...]

Completed in 97 milliseconds