Searched refs:hue_angle (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xcms/
H A DLabMnL.c66 XcmsFloat hue_angle, /* hue angle in degrees */
71 * Return the maximum Lstar for a specified hue_angle and chroma.
105 while (hue_angle < 0.0) {
106 hue_angle += 360.0;
108 while (hue_angle >= 360.0) {
109 hue_angle -= 360.0;
112 hue = radians(hue_angle);
63 XcmsCIELabQueryMinL(XcmsCCC ccc,XcmsFloat hue_angle,XcmsFloat chroma,XcmsColor * pColor_return) argument
H A DLabMxC.c62 * XcmsCIELabQueryMaxC - max chroma for a hue_angle and L_star
69 XcmsFloat hue_angle, /* hue angle in degrees */
74 * Return the maximum chroma for a specific hue_angle and L_star.
110 while (hue_angle < 0.0) {
111 hue_angle += 360.0;
113 while (hue_angle >= 360.0) {
114 hue_angle -= 360.0;
117 hue = radians(hue_angle);
66 XcmsCIELabQueryMaxC(XcmsCCC ccc,XcmsFloat hue_angle,XcmsFloat L_star,XcmsColor * pColor_return) argument
H A DLabMxL.c66 XcmsFloat hue_angle, /* hue in degrees */
71 * Return the maximum Lstar for a specified hue_angle and chroma.
105 while (hue_angle < 0.0) {
106 hue_angle += 360.0;
108 while (hue_angle >= 360.0) {
109 hue_angle -= 360.0;
112 hue = radians(hue_angle);
63 XcmsCIELabQueryMaxL(XcmsCCC ccc,XcmsFloat hue_angle,XcmsFloat chroma,XcmsColor * pColor_return) argument
H A DLabMxLC.c177 XcmsFloat hue_angle, /* hue_angle in degrees */
183 * hue_angle.
211 while (hue_angle < 0.0) {
212 hue_angle += 360.0;
214 while (hue_angle >= 360.0) {
215 hue_angle -= 360.0;
218 return(_XcmsCIELabQueryMaxLCRGB (&myCCC, radians(hue_angle), pColor_return,
173 XcmsCIELabQueryMaxLC(XcmsCCC ccc,XcmsFloat hue_angle,XcmsColor * pColor_return) argument
H A DLuvMnL.c66 XcmsFloat hue_angle, /* hue angle in degrees */
71 * Return the maximum Lstar for a specified hue_angle and chroma.
105 while (hue_angle < 0.0) {
106 hue_angle += 360.0;
108 while (hue_angle >= 360.0) {
109 hue_angle -= 360.0;
112 hue = radians(hue_angle);
63 XcmsCIELuvQueryMinL(XcmsCCC ccc,XcmsFloat hue_angle,XcmsFloat chroma,XcmsColor * pColor_return) argument
H A DLuvMxC.c62 * XcmsCIELuvQueryMaxC - max chroma for a hue_angle and L_star
69 XcmsFloat hue_angle, /* hue angle in degrees */
74 * Return the maximum chroma for a specific hue_angle and L_star.
110 while (hue_angle < 0.0) {
111 hue_angle += 360.0;
113 while (hue_angle >= 360.0) {
114 hue_angle -= 360.0;
117 hue = radians(hue_angle);
66 XcmsCIELuvQueryMaxC(XcmsCCC ccc,XcmsFloat hue_angle,XcmsFloat L_star,XcmsColor * pColor_return) argument
H A DLuvMxL.c66 XcmsFloat hue_angle, /* hue angle in degrees */
71 * Return the maximum Lstar for a specified hue_angle and chroma.
105 while (hue_angle < 0.0) {
106 hue_angle += 360.0;
108 while (hue_angle >= 360.0) {
109 hue_angle -= 360.0;
112 hue = radians(hue_angle);
63 XcmsCIELuvQueryMaxL(XcmsCCC ccc,XcmsFloat hue_angle,XcmsFloat chroma,XcmsColor * pColor_return) argument
H A DLuvMxLC.c177 XcmsFloat hue_angle, /* hue angle in degrees */
211 while (hue_angle < 0.0) {
212 hue_angle += 360.0;
214 while (hue_angle >= 360.0) {
215 hue_angle -= 360.0;
218 return(_XcmsCIELuvQueryMaxLCRGB (&myCCC, radians(hue_angle), pColor_return,
173 XcmsCIELuvQueryMaxLC(XcmsCCC ccc,XcmsFloat hue_angle,XcmsColor * pColor_return) argument
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_tex_video.c281 double hue_angle; local in function:set_port_attribute
287 hue_angle = (double) value * M_PI / 1000.;
288 priv->sinhue = sin(hue_angle);
289 priv->coshue = cos(hue_angle);

Completed in 5 milliseconds