Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsvirt.c366 cmsFloat64Number InkLimit = *(cmsFloat64Number *) Cargo; in InkLimitingSampler() local
369 InkLimit = (InkLimit * 655.35); in InkLimitingSampler()
374 if (SumCMYK > InkLimit) { in InkLimitingSampler()
376 Ratio = 1 - ((SumCMYK - InkLimit) / SumCMY); in InkLimitingSampler()