Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsopt.c586 cmsUInt32Number i, nOuts, nIns; in FixWhiteMisalignment() local
593 &WhitePointOut, NULL, &nOuts)) return FALSE; in FixWhiteMisalignment()
597 if (Lut ->OutputChannels != nOuts) return FALSE; in FixWhiteMisalignment()
601 if (WhitesAreEqual(nOuts, WhitePointOut, ObtainedOut)) return TRUE; // whites already match in FixWhiteMisalignment()
630 for (i=0; i < nOuts; i++) { in FixWhiteMisalignment()
644 for (i=0; i < nOuts; i++) in FixWhiteMisalignment()
649 PatchLUT(CLUT, WhiteIn, WhiteOut, nOuts, nIns); in FixWhiteMisalignment()