Searched refs:hvc_max (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | HVCGcVC.c | 102 XcmsColor hvc_max; 158 memcpy((char *)&hvc_max, (char *)pColor, sizeof(XcmsColor)); 159 if (_XcmsTekHVCQueryMaxVCRGB (&myCCC, hvc_max.spec.TekHVC.H, &hvc_max, 165 if (pColor->spec.TekHVC.V == hvc_max.spec.TekHVC.V) { 168 pColor->spec.TekHVC.C = hvc_max.spec.TekHVC.C; 173 if (pColor->spec.TekHVC.V < hvc_max.spec.TekHVC.V) { 175 /* the value and chroma given and the line from 0,0 and hvc_max. */ 179 (Value + (hvc_max.spec.TekHVC.C / hvc_max 101 XcmsColor hvc_max; local in function:XcmsTekHVCClipVC [all...] |
| H A D | HVCGcV.c | 92 XcmsColor hvc_max; 140 memcpy((char *)&hvc_max, (char *)pColor, sizeof(XcmsColor)); 141 if (_XcmsTekHVCQueryMaxVCRGB (&myCCC, hvc_max.spec.TekHVC.H, &hvc_max, 147 if (pColor->spec.TekHVC.C == hvc_max.spec.TekHVC.C) { 150 pColor->spec.TekHVC.V = hvc_max.spec.TekHVC.V; 156 } else if (pColor->spec.TekHVC.C > hvc_max.spec.TekHVC.C) { 159 pColor->spec.TekHVC.C = hvc_max.spec.TekHVC.C; 160 pColor->spec.TekHVC.V = hvc_max.spec.TekHVC.V; 162 } else if (pColor->spec.TekHVC.V < hvc_max 91 XcmsColor hvc_max; local in function:XcmsTekHVCClipV [all...] |
Completed in 3 milliseconds