HomeSort by: relevance | last modified time | path
    Searched refs:hue (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/libX11/dist/src/xcms/
HVCMxVs.c 71 XcmsFloat hue,
77 * Return a set of values and chromas for the input Hue.
122 /* Step 1: compute the maximum value and chroma for this hue. */
125 /* save the Hue for use later. */
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 */
    [all...]
HVCMxVC.c 81 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.0)
    [all...]
LabGcL.c 64 * 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
LuvGcL.c 64 * 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
LabMnL.c 59 * 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
LabMxC.c 69 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
LabMxL.c 59 * 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
LuvMnL.c 59 * 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
LuvMxC.c 69 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
LuvMxL.c 59 * 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
HVCMnV.c 68 * 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. */
HVCMxC.c 71 * 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;
    [all...]
HVCMxV.c 71 * 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;
    [all...]
Cv.h 63 XcmsFloat hue,
69 XcmsFloat hue, /* hue in radians */
131 XcmsFloat hue, /* hue in radians */
LabMxLC.c 75 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);
LuvMxLC.c 75 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.
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_csc.h 40 float hue; member in struct:vl_procamp
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_csc.h 40 float hue; member in struct:vl_procamp
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_xvpriv.h 56 int hue; member in struct:__anon9181
  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
gfx_dcdr.c 141 gfx_set_decoder_hue(char hue)
147 status = saa7114_set_decoder_hue(hue);
406 unsigned char hue = 0; local
410 hue = saa7114_get_decoder_hue();
412 return ((char) hue);
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
gfx_dcdr.c 242 gfx_set_decoder_hue(char hue)
248 status = saa7114_set_decoder_hue(hue);
507 unsigned char hue = 0; local
511 hue = saa7114_get_decoder_hue();
513 return ((char)hue);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
bt829.h 17 CARD8 hue; member in struct:__anon10602
77 extern _X_EXPORT void bt829_SetTint(BT829Ptr bt, int hue); /* Hue */
bt829.c 51 #define HUE 0x0F /* Hue Control */
194 static void btwrite_hue(BT829Ptr bt) /* HUE */
196 btwrite(bt, HUE, bt->hue);
522 bt->hue = 0; /* hardware default */
623 void bt829_SetTint(BT829Ptr bt, int hue)
625 hue = LIMIT(hue,-1000,999); /* ensure -128 <= hue <= 127 below *
    [all...]
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_videostr.h 53 char hue; member in struct:__anon9415
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_video.h 80 INT32 hue; member in struct:__anon9689

Completed in 20 milliseconds

1 2 3 4