| /xsrc/external/mit/libX11/dist/src/xcms/ |
| 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
|
| LabGcLC.c | 73 * for a specific hue. The color input is converted to 90 XcmsFloat hue, chroma, maxChroma; 134 /* Step 1: compute the maximum L* and chroma for this hue. */ 137 hue = XCMS_CIELAB_PMETRIC_HUE(pColor->spec.CIELab.a_star, 142 if (_XcmsCIELabQueryMaxLCRGB (&myCCC, hue, &Lab_max, &rgb_max) 156 /* return the closest point on the hue leaf. */ 89 XcmsFloat hue, chroma, maxChroma; local
|
| LuvGcLC.c | 73 * for a specific hue. The color input is converted to 90 XcmsFloat hue, chroma, maxChroma; 134 /* Step 1: compute the maximum L* and chroma for this hue. */ 137 hue = XCMS_CIELUV_PMETRIC_HUE(pColor->spec.CIELuv.u_star, 142 if (_XcmsCIELuvQueryMaxLCRGB (&myCCC, hue, &Luv_max, &rgb_max) 156 /* return the closest point on the hue leaf. */ 89 XcmsFloat hue, chroma, maxChroma; local
|
| /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-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);
|
| saa7114.c | 320 * This routine sets the hue control of the video decoder. 325 saa7114_set_decoder_hue(char hue) 328 gfx_set_decoder_hue(char hue) 331 saa7114_write_reg(SAA7114_HUE, (unsigned char) hue); 693 * This routine sets the hue control of the video decoder. 762 * This routine returns the current hue of the video decoder. 773 unsigned char hue = 0; local 775 saa7114_read_reg(SAA7114_HUE, &hue); 776 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);
|
| saa7114.c | 236 int saa7114_set_decoder_hue(char hue); 456 * This routine sets the hue control of the video decoder. 461 saa7114_set_decoder_hue(char hue) 464 gfx_set_decoder_hue(char hue) 467 saa7114_write_reg(SAA7114_HUE, (unsigned char)hue); 823 * This routine sets the hue control of the video decoder. 892 * This routine returns the current hue of the video decoder. 903 unsigned char hue = 0; local 905 saa7114_read_reg(SAA7114_HUE, &hue); 906 return ((char)hue); [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_xvpriv.h | 56 int hue; member in struct:__anon9181
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_video.h | 21 int hue; member in struct:__anon6939
|
| /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 */
|
| /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
|
| xgi_videohw.c | 598 CARD8 hue; local 611 hue = (CARD8)(((value * 7) / 180) & 0x0007); 614 SetVideoRegMask(pXGI, Index_VI_Hue, hue, 0x07);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_video.h | 28 int hue; member in struct:__anon6877
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nv_type.h | 154 short hue; member in struct:_NVPortPrivRec
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| vmwgfx_tex_video.c | 122 int hue; member in struct:xorg_xv_port_priv 167 * Apply hue rotation 286 priv->hue = value; 311 *value = priv->hue;
|