Searched refs:maxLstar (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | LabGcLC.c | 91 XcmsFloat Chroma, bestChroma, Lstar, maxLstar, saveLstar; 146 maxLstar = Lab_max.spec.CIELab.L_star; 149 if (saveLstar == maxLstar) { 167 ((Lstar - maxLstar) * (Lstar - maxLstar))); 170 if (saveLstar > maxLstar) { 208 pColor->spec.CIELab.L_star = maxLstar; 90 XcmsFloat Chroma, bestChroma, Lstar, maxLstar, saveLstar; local in function:XcmsCIELabClipLab
|
| H A D | LuvGcLC.c | 91 XcmsFloat Chroma, bestChroma, Lstar, maxLstar, saveLstar; 146 maxLstar = Luv_max.spec.CIELuv.L_star; 149 if (saveLstar == maxLstar) { 167 ((Lstar - maxLstar) * (Lstar - maxLstar))); 170 if (saveLstar > maxLstar) { 208 pColor->spec.CIELuv.L_star = maxLstar; 90 XcmsFloat Chroma, bestChroma, Lstar, maxLstar, saveLstar; local in function:XcmsCIELuvClipLuv
|
Completed in 4 milliseconds