Home
last modified time | relevance | path

Searched refs:LChIn (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmsvirt.c692 cmsCIELCh LChIn, LChOut; in bchswSampler() local
700 cmsLab2LCh(&LChIn, &LabIn); in bchswSampler()
704 LChOut.L = LChIn.L * bchsw ->Contrast + bchsw ->Brightness; in bchswSampler()
705 LChOut.C = LChIn.C + bchsw -> Saturation; in bchswSampler()
706 LChOut.h = LChIn.h + bchsw -> Hue; in bchswSampler()