Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmssamp.c353 cmsFloat64Number MinL, MaxL; in cmsDetectDestinationBlackPoint() local
469 MinL = outRamp[0]; MaxL = outRamp[255]; in cmsDetectDestinationBlackPoint()
474 if (! ((inRamp[l] <= MinL + 0.2 * (MaxL - MinL) ) || in cmsDetectDestinationBlackPoint()
496 yRamp[l] = (outRamp[l] - MinL) / (MaxL - MinL); in cmsDetectDestinationBlackPoint()