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

  /external/chromium_org/third_party/qcms/src/
qcms.h 123 } qcms_CIE_xyY;
127 qcms_CIE_xyY red;
128 qcms_CIE_xyY green;
129 qcms_CIE_xyY blue;
133 qcms_CIE_xyY white_point,
qcmsint.h 284 qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries);
iccread.c 916 qcms_CIE_xyY white_point,
945 qcms_CIE_xyY white_point,
976 static qcms_CIE_xyY white_point_from_temp(int temp_K)
978 qcms_CIE_xyY white_point;
1027 qcms_CIE_xyY D65;
    [all...]
transform.c 50 static struct matrix build_RGB_to_XYZ_transfer_matrix(qcms_CIE_xyY white, qcms_CIE_xyYTRIPLE primrs)
128 static struct CIE_XYZ xyY2XYZ(qcms_CIE_xyY source)
202 static struct matrix adapt_matrix_to_D50(struct matrix r, qcms_CIE_xyY source_white_pt)
216 qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries)
    [all...]

Completed in 119 milliseconds