Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsopt.c553 cmsUInt32Number i, nOuts, nIns; in FixWhiteMisalignment() local
557 &WhitePointIn, NULL, &nIns)) return FALSE; in FixWhiteMisalignment()
563 if (Lut ->InputChannels != nIns) return FALSE; in FixWhiteMisalignment()
582 for (i=0; i < nIns; i++) { in FixWhiteMisalignment()
587 for (i=0; i < nIns; i++) in FixWhiteMisalignment()
616 PatchLUT(CLUT, WhiteIn, WhiteOut, nOuts, nIns); in FixWhiteMisalignment()