Searched refs:hue (Results 1 - 25 of 77) sorted by relevance

1234

/xsrc/external/mit/libX11/dist/src/xcms/
H A DHVCMxVs.c71 XcmsFloat hue,
122 /* Step 1: compute the maximum value and chroma for this hue. */
126 while (hue < 0.0) {
127 hue += 360.0;
129 while (hue > 360.0) {
130 hue -= 360.0;
132 pColor_in_out->spec.TekHVC.H = hue;
135 /* Get the maximum value and chroma point for this hue */
157 /* make sure to return the input hue */
158 pHVC->spec.TekHVC.H = hue;
68 XcmsTekHVCQueryMaxVSamples(XcmsCCC ccc,XcmsFloat hue,XcmsColor * pColor_in_out,unsigned int nSamples) argument
[all...]
H A DHVCMxVC.c81 XcmsFloat hue,
87 * Return the maximum chroma for a specified hue, and the
99 * This routine only accepts hue as input and outputs
112 tmp.spec.TekHVC.H = hue;
113 /* Use some unreachable color on the given hue */
164 /* make sure to return the input hue */
165 tmp.spec.TekHVC.H = hue;
187 XcmsFloat hue,
192 * Return the maximum chroma for the specified hue, and the
228 while (hue < 0.
78 _XcmsTekHVCQueryMaxVCRGB(XcmsCCC ccc,XcmsFloat hue,XcmsColor * pColor_return,XcmsRGBi * pRGB_return) argument
183 XcmsTekHVCQueryMaxVC(XcmsCCC ccc,XcmsFloat hue,XcmsColor * pColor_return) argument
[all...]
H A DLabGcL.c64 * Return the closest L* for a specific hue and chroma.
81 XcmsFloat hue, chroma, maxChroma;
113 hue = XCMS_CIELAB_PMETRIC_HUE(pColor->spec.CIELab.a_star,
117 /* Step 1: compute the maximum L* and chroma for this hue. */
120 if (_XcmsCIELabQueryMaxLCRGB (&myCCC, hue, &Lab_max,
136 /* merely return the L* and chroma for the given hue. */
148 if (XcmsCIELabQueryMinL(&myCCC, degrees(hue), chroma, pColor)
163 if (XcmsCIELabQueryMaxL(&myCCC, degrees(hue), chroma, pColor)
80 XcmsFloat hue, chroma, maxChroma; local in function:XcmsCIELabClipL
H A DLuvGcL.c64 * Return the closest L* for a specific hue and chroma.
81 XcmsFloat hue, chroma, maxChroma;
113 hue = XCMS_CIELUV_PMETRIC_HUE(pColor->spec.CIELuv.u_star,
117 /* Step 1: compute the maximum L* and chroma for this hue. */
120 if (_XcmsCIELuvQueryMaxLCRGB (&myCCC, hue, &Luv_max,
136 /* merely return the L* and chroma for the given hue. */
148 if (XcmsCIELuvQueryMinL(&myCCC, degrees(hue), chroma, pColor)
163 if (XcmsCIELuvQueryMaxL(&myCCC, degrees(hue), chroma, pColor)
80 XcmsFloat hue, chroma, maxChroma; local in function:XcmsCIELuvClipL
H A DLabMnL.c59 * XcmsCIELabQueryMinL - Compute max Lstar for a hue and chroma
66 XcmsFloat hue_angle, /* hue angle in degrees */
88 XcmsFloat hue, nT, nChroma, lastChroma, prevChroma;
112 hue = radians(hue_angle);
114 tmp.spec.CIELab.a_star = XCMS_CIEASTAROFHUE(hue, chroma);
115 tmp.spec.CIELab.b_star = XCMS_CIEBSTAROFHUE(hue, chroma);
119 /* Step 1: Obtain the maximum L_star and chroma for this hue. */
120 if (_XcmsCIELabQueryMaxLCRGB(&myCCC, hue, &max_lc, &rgb_saved)
87 XcmsFloat hue, nT, nChroma, lastChroma, prevChroma; local in function:XcmsCIELabQueryMinL
H A DLabMxC.c69 XcmsFloat hue_angle, /* hue angle in degrees */
94 XcmsFloat hue, lastaStar, lastbStar, /*lastChroma,*/ maxDist, nT, rFactor;
117 hue = radians(hue_angle);
119 tmp.spec.CIELab.a_star = XCMS_CIEASTAROFHUE(hue, START_CHROMA);
120 tmp.spec.CIELab.b_star = XCMS_CIEBSTAROFHUE(hue, START_CHROMA);
124 /* Step 1: compute the maximum L_star and chroma for this hue. */
126 if (_XcmsCIELabQueryMaxLCRGB(&myCCC, hue, &max_lc, &rgb_saved)
198 /* tmp.spec.CIELab.a_star = XCMS_CIEASTAROFHUE(hue, lastChroma); */
199 /* tmp.spec.CIELab.b_star = XCMS_CIEBSTAROFHUE(hue, lastChroma); */
93 XcmsFloat hue, lastaStar, lastbStar, /*lastChroma,*/ maxDist, nT, rFactor; local in function:XcmsCIELabQueryMaxC
H A DLabMxL.c59 * XcmsCIELabQueryMaxL - Compute max Lstar for a hue and chroma
66 XcmsFloat hue_angle, /* hue in degrees */
88 XcmsFloat hue, nT, nChroma, lastChroma, prevChroma;
112 hue = radians(hue_angle);
114 tmp.spec.CIELab.a_star = XCMS_CIEASTAROFHUE(hue, chroma);
115 tmp.spec.CIELab.b_star = XCMS_CIEBSTAROFHUE(hue, chroma);
119 /* Step 1: Obtain the maximum L_star and chroma for this hue. */
120 if (_XcmsCIELabQueryMaxLCRGB(&myCCC, hue, &max_lc, &rgb_saved)
87 XcmsFloat hue, nT, nChroma, lastChroma, prevChroma; local in function:XcmsCIELabQueryMaxL
H A DLuvMnL.c59 * XcmsCIELuvQueryMinL - Compute max Lstar for a hue and chroma
66 XcmsFloat hue_angle, /* hue angle in degrees */
88 XcmsFloat hue, nT, nChroma, lastChroma, prevChroma;
112 hue = radians(hue_angle);
114 tmp.spec.CIELuv.u_star = XCMS_CIEUSTAROFHUE(hue, chroma);
115 tmp.spec.CIELuv.v_star = XCMS_CIEVSTAROFHUE(hue, chroma);
119 /* Step 1: Obtain the maximum L_star and chroma for this hue. */
120 if (_XcmsCIELuvQueryMaxLCRGB(&myCCC, hue, &max_lc, &rgb_saved)
87 XcmsFloat hue, nT, nChroma, lastChroma, prevChroma; local in function:XcmsCIELuvQueryMinL
H A DLuvMxC.c69 XcmsFloat hue_angle, /* hue angle in degrees */
94 XcmsFloat hue, lastuStar, lastvStar, /*lastChroma,*/ maxDist, nT, rFactor;
117 hue = radians(hue_angle);
119 tmp.spec.CIELuv.u_star = XCMS_CIEUSTAROFHUE(hue, START_CHROMA);
120 tmp.spec.CIELuv.v_star = XCMS_CIEVSTAROFHUE(hue, START_CHROMA);
124 /* Step 1: compute the maximum L_star and chroma for this hue. */
126 if (_XcmsCIELuvQueryMaxLCRGB(&myCCC, hue, &max_lc, &rgb_saved)
199 /* tmp.spec.CIELuv.u_star = XCMS_CIEUSTAROFHUE(hue, lastChroma); */
200 /* tmp.spec.CIELuv.v_star = XCMS_CIEVSTAROFHUE(hue, lastChroma); */
93 XcmsFloat hue, lastuStar, lastvStar, /*lastChroma,*/ maxDist, nT, rFactor; local in function:XcmsCIELuvQueryMaxC
H A DLuvMxL.c59 * XcmsCIELuvQueryMaxL - Compute max Lstar for a hue and chroma
66 XcmsFloat hue_angle, /* hue angle in degrees */
88 XcmsFloat hue, nT, nChroma, lastChroma, prevChroma;
112 hue = radians(hue_angle);
114 tmp.spec.CIELuv.u_star = XCMS_CIEUSTAROFHUE(hue, chroma);
115 tmp.spec.CIELuv.v_star = XCMS_CIEVSTAROFHUE(hue, chroma);
119 /* Step 1: Obtain the maximum L_star and chroma for this hue. */
120 if (_XcmsCIELuvQueryMaxLCRGB(&myCCC, hue, &max_lc, &rgb_saved)
87 XcmsFloat hue, nT, nChroma, lastChroma, prevChroma; local in function:XcmsCIELuvQueryMaxL
H A DHVCMnV.c68 * XcmsTekHVCQueryMinV - Compute minimum value for hue and chroma
75 XcmsFloat hue,
81 * Return the minimum value for a specific hue, and the
124 tmp.spec.TekHVC.H = hue;
136 /* Step 1: compute the maximum value and chroma for this hue. */
72 XcmsTekHVCQueryMinV(XcmsCCC ccc,XcmsFloat hue,XcmsFloat chroma,XcmsColor * pColor_return) argument
H A DHVCMxC.c71 * XcmsTekHVCQueryMaxC - Compute the maximum chroma for a hue and value
78 XcmsFloat hue,
83 * Return the maximum chroma for a specific hue and value.
127 tmp.spec.TekHVC.H = hue;
138 /* Step 1: compute the maximum value and chroma for this hue. */
140 if (_XcmsTekHVCQueryMaxVCRGB(&myCCC, hue, &max_vc, &rgb_saved)
188 /* make sure to return the input hue */
189 tmp.spec.TekHVC.H = hue;
202 /* make sure to return the input hue */
203 tmp.spec.TekHVC.H = hue;
75 XcmsTekHVCQueryMaxC(XcmsCCC ccc,XcmsFloat hue,XcmsFloat value,XcmsColor * pColor_return) argument
[all...]
H A DHVCMxV.c71 * XcmsTekHVCQueryMaxV - Compute maximum value for a hue and chroma
78 XcmsFloat hue,
83 * Return the maximum value for a specified hue and chroma.
125 tmp.spec.TekHVC.H = hue;
135 /* Step 1: compute the maximum value and chroma for this hue. */
138 hue = max_vc.spec.TekHVC.H;
197 tmp.spec.TekHVC.H = hue; /* use the saved hue */
217 /* make sure to return the input hue */
218 tmp.spec.TekHVC.H = hue;
75 XcmsTekHVCQueryMaxV(XcmsCCC ccc,XcmsFloat hue,XcmsFloat chroma,XcmsColor * pColor_return) argument
[all...]
H A DCv.h63 XcmsFloat hue,
69 XcmsFloat hue, /* hue in radians */
131 XcmsFloat hue, /* hue in radians */
H A DLabMxLC.c75 XcmsFloat hue, /* hue in radians */
81 * hue, and the corresponding L*. This is computed
93 * This routine only accepts hue in radians as input and outputs
106 /* Use some unreachable color on the given hue */
108 tmp.spec.CIELab.a_star = XCMS_CIEASTAROFHUE(hue, START_CHROMA);
109 tmp.spec.CIELab.b_star = XCMS_CIEBSTAROFHUE(hue, START_CHROMA);
72 _XcmsCIELabQueryMaxLCRGB(XcmsCCC ccc,XcmsFloat hue,XcmsColor * pColor_return,XcmsRGBi * pRGB_return) argument
H A DLuvMxLC.c75 XcmsFloat hue, /* hue in radians */
81 * hue angle(radians), and the corresponding L*. This is computed
93 * This routine only accepts hue as input and outputs
106 /* Use some unreachable color on the given hue angle */
108 tmp.spec.CIELuv.u_star = XCMS_CIEUSTAROFHUE(hue, START_CHROMA);
109 tmp.spec.CIELuv.v_star = XCMS_CIEVSTAROFHUE(hue, START_CHROMA);
177 XcmsFloat hue_angle, /* hue angle in degrees */
183 * hue angle.
72 _XcmsCIELuvQueryMaxLCRGB(XcmsCCC ccc,XcmsFloat hue,XcmsColor * pColor_return,XcmsRGBi * pRGB_return) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_csc.h40 float hue; member in struct:vl_procamp
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_csc.h40 float hue; member in struct:vl_procamp
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvpriv.h56 int hue; member in struct:__anonb88ce9f00308
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dgfx_dcdr.c242 gfx_set_decoder_hue(char hue) argument
248 status = saa7114_set_decoder_hue(hue);
507 unsigned char hue = 0; local in function:gfx_get_decoder_hue
511 hue = saa7114_get_decoder_hue();
513 return ((char)hue);
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dgfx_dcdr.c141 gfx_set_decoder_hue(char hue) argument
147 status = saa7114_set_decoder_hue(hue);
406 unsigned char hue = 0; local in function:gfx_get_decoder_hue
410 hue = saa7114_get_decoder_hue();
412 return ((char) hue);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dbt829.h17 CARD8 hue; member in struct:__anon342c307a0108
77 extern _X_EXPORT void bt829_SetTint(BT829Ptr bt, int hue); /* Hue */
H A Dbt829.c196 btwrite(bt, HUE, bt->hue);
522 bt->hue = 0; /* hardware default */
623 void bt829_SetTint(BT829Ptr bt, int hue) argument
625 hue = LIMIT(hue,-1000,999); /* ensure -128 <= hue <= 127 below */
626 hue = (128*hue)/1000;
627 if (hue == bt->hue) retur
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_videostr.h53 char hue; member in struct:__anoncc78517f0108
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_video.h80 INT32 hue; member in struct:__anon0d6959380108

Completed in 16 milliseconds

1234