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

/xsrc/external/mit/libX11/dist/src/xcms/
H A DHVC.c354 XcmsFloat tempHue, u, v;
408 tempHue = pColor->spec.TekHVC.H + thetaOffset;
410 while (tempHue < 0.0) {
411 tempHue += 360.0;
413 while (tempHue >= 360.0) {
414 tempHue -= 360.0;
417 tempHue = radians(tempHue);
420 u = (XcmsFloat) ((XCMS_COS(tempHue) * pColor->spec.TekHVC.C) /
422 v = (XcmsFloat) ((XCMS_SIN(tempHue) * pColo
350 XcmsFloat tempHue, u, v; local in function:XcmsTekHVCToCIEuvY
[all...]

Completed in 2 milliseconds