Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsopt.c471 cmsUInt32Number i, nOuts, nIns; in FixWhiteMisalignment() local
475 &WhitePointIn, NULL, &nIns)) return FALSE; in FixWhiteMisalignment()
481 if (Lut ->InputChannels != nIns) return FALSE; in FixWhiteMisalignment()
500 for (i=0; i < nIns; i++) { in FixWhiteMisalignment()
505 for (i=0; i < nIns; i++) in FixWhiteMisalignment()
534 PatchLUT(CLUT, WhiteIn, WhiteOut, nOuts, nIns); in FixWhiteMisalignment()